| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * globals.cc (hntdll): Define/declare. | Christopher Faylor | 2013-12-09 | 4 | -0/+13 |
* | * include/cygwin/stdlib.h (initstate, random, setstate, srandom): | Corinna Vinschen | 2013-12-09 | 2 | -1/+9 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28. | Corinna Vinschen | 2013-12-08 | 2 | -1/+5 |
* | *** empty log message *** | Corinna Vinschen | 2013-12-08 | 1 | -0/+1 |
* | * new-features.xml (ov-new1.7.26): Add new section. | Corinna Vinschen | 2013-12-07 | 2 | -0/+19 |
* | * path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long path | Corinna Vinschen | 2013-12-07 | 3 | -4/+35 |
* | * syscalls.cc (dup): Use cygheap_fdnew properly. | Christopher Faylor | 2013-12-06 | 2 | -1/+5 |
* | * cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will have | Christopher Faylor | 2013-12-05 | 5 | -10/+33 |
* | 2013-12-04 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2013-12-04 | 2 | -0/+5 |
* | * dtable.cc (dtable::find_unused_handle): When extending, always make sure that | Christopher Faylor | 2013-12-04 | 2 | -1/+8 |
* | merge from gcc | DJ Delorie | 2013-12-04 | 2 | -0/+1728 |
* | * configure.ac: Back out stupid change. | Christopher Faylor | 2013-12-03 | 3 | -10/+11 |
* | * select.cc (select): Add workaround for, as yet undebugged, pathological case. | Christopher Faylor | 2013-12-03 | 2 | -3/+11 |
* | * configure.ac: Don't require 64-bit compiler for 32-bit builds. | Christopher Faylor | 2013-12-03 | 3 | -100/+114 |
* | * libc/sys/rtems/sys/cpuset.h: Use __inline instead of inline. | Corinna Vinschen | 2013-12-03 | 2 | -31/+34 |
* | * libc/include/machine/_default_types.h: Move extern "C" after | Corinna Vinschen | 2013-12-03 | 6 | -156/+269 |
* | * dtable.cc (dtable::find_unused_handle): Break out of the right loop. | Christopher Faylor | 2013-12-01 | 2 | -2/+6 |
* | * dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exit | Christopher Faylor | 2013-12-01 | 3 | -18/+29 |
* | Fix ChangeLog entry | Corinna Vinschen | 2013-12-01 | 1 | -3/+4 |
* | * dtable.cc (dtable::extend): Change local variable new_size to size_t | Corinna Vinschen | 2013-12-01 | 3 | -3/+10 |
* | . | Christopher Faylor | 2013-12-01 | 1 | -2/+5 |
* | * dtable.h (dtable::first_fd_for_open): Change declaration to size_t. | Christopher Faylor | 2013-12-01 | 3 | -10/+18 |
* | * dtable.cc (build_fh_pc): When creating an archetype, use native name rather | Christopher Faylor | 2013-12-01 | 3 | -1/+12 |
* | 2013-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de> | Joel Sherrill | 2013-11-29 | 2 | -3/+57 |
* | 2013-11-29 Jennifer Averett <jennifer.averett@oarcorp.com> | Joel Sherrill | 2013-11-29 | 4 | -3/+54 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27. | Christopher Faylor | 2013-11-29 | 2 | -1/+5 |
* | * include/cygwin/stdlib.h(initstate, random, setstate, srandom) : | Jon TURNEY | 2013-11-29 | 2 | -0/+9 |
* | * new-features.xml (ov-new1.7.26): Fix section ID and title. Add | Corinna Vinschen | 2013-11-29 | 2 | -1/+11 |
* | * include/glob.h: Fix invalid use of 'restrict' error. | Corinna Vinschen | 2013-11-28 | 2 | -1/+5 |
* | 2013-11-27 Sebastian Huber <sebastian.huber@embedded-brains.de> | Joel Sherrill | 2013-11-27 | 6 | -68/+304 |
* | * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails. | Corinna Vinschen | 2013-11-27 | 2 | -1/+6 |
* | * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead. | Corinna Vinschen | 2013-11-27 | 2 | -3/+6 |
* | * syscalls.cc (try_to_bin): Take additional parameter to get file open | Corinna Vinschen | 2013-11-27 | 3 | -5/+43 |
* | * libc/machine/mips/setjmp.S: Fix definition of macro FPR_LAYOUT | Corinna Vinschen | 2013-11-27 | 2 | -0/+6 |
* | 2013-11-26 Matheus Almeida <Matheus.Almeida@imgtec.com> | Jeff Johnston | 2013-11-26 | 3 | -12/+44 |
* | * nlsfuncs.cc (wcscoll): Add "__restrict" to definition. | Corinna Vinschen | 2013-11-26 | 2 | -2/+7 |
* | Correct for missing entries for wchar.h changes and white space changes | Joel Sherrill | 2013-11-26 | 1 | -0/+11 |
* | 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com> | Joel Sherrill | 2013-11-26 | 39 | -218/+316 |
* | * common.din: Export posix_spawn[...] functions. | Corinna Vinschen | 2013-11-26 | 6 | -2/+56 |
* | * nlsfuncs.cc (strcoll): Add "__restrict" to definition. | Corinna Vinschen | 2013-11-26 | 2 | -2/+7 |
* | 2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 2013-11-26 | 2 | -5/+5 |
* | * libc/posix/posix_spawn.c: Drop using namespace.h. | Corinna Vinschen | 2013-11-26 | 2 | -2/+4 |
* | * libc/posix/posix_spawn.c: Eliminate OS function calls not present | Corinna Vinschen | 2013-11-26 | 2 | -9/+19 |
* | 2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com> | Joel Sherrill | 2013-11-25 | 3 | -5/+10 |
* | * libc/include/spawn.h (posix_spawn_file_actions_destroy): Fix typo | Corinna Vinschen | 2013-11-25 | 3 | -2/+8 |
* | 2013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com> | Joel Sherrill | 2013-11-25 | 10 | -30/+53 |
* | Throughout, keep function definitions and declarations in sync with | Corinna Vinschen | 2013-11-25 | 15 | -30/+47 |
* | * dtable.cc: Include sys/param.h for MAX definition. | Corinna Vinschen | 2013-11-24 | 2 | -0/+5 |
* | Throughout, drop unnecessary explicit includes of windows header files | Corinna Vinschen | 2013-11-24 | 21 | -49/+23 |
* | *** empty log message *** | Corinna Vinschen | 2013-11-24 | 1 | -0/+2 |