| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * external.cc (fillout_pinfo): Remove nonsensical loop. | Christopher Faylor | 2013-12-18 | 1 | -1/+1 |
* | * include/cygwin/stdlib.h (initstate, random, setstate, srandom): | Corinna Vinschen | 2013-12-09 | 1 | -1/+3 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28. | Corinna Vinschen | 2013-12-08 | 1 | -1/+1 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27. | Christopher Faylor | 2013-11-29 | 1 | -1/+1 |
* | * include/cygwin/stdlib.h(initstate, random, setstate, srandom) : | Jon TURNEY | 2013-11-29 | 1 | -0/+4 |
* | * include/glob.h: Fix invalid use of 'restrict' error. | Corinna Vinschen | 2013-11-28 | 1 | -1/+1 |
* | * common.din: Export posix_spawn[...] functions. | Corinna Vinschen | 2013-11-26 | 1 | -1/+2 |
* | Throughout, keep function definitions and declarations in sync with | Corinna Vinschen | 2013-11-25 | 3 | -5/+8 |
* | * include/cygwin/stdlib.h (realpath): Drop declaration. It's declared | Corinna Vinschen | 2013-11-20 | 1 | -1/+0 |
* | * autoload.cc (IdnToAscii): Define. | Corinna Vinschen | 2013-11-19 | 2 | -33/+56 |
* | * exception.h: Fold in content of include/exceptions.h. | Corinna Vinschen | 2013-10-27 | 1 | -119/+0 |
* | * exception.h (_exception_list): Drop redefinition for x86_64. | Corinna Vinschen | 2013-10-26 | 1 | -1/+5 |
* | * include /cygwin/config.h (_READ_WRITE_BUFSIZE_TYPE): Define. | Corinna Vinschen | 2013-10-23 | 1 | -0/+1 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 26. | Christopher Faylor | 2013-09-25 | 1 | -1/+1 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Belatedly bump | Corinna Vinschen | 2013-08-31 | 1 | -1/+1 |
* | * fhandler_tape.cc (mtinfo_drive::create_partitions): Allow partitioning | Corinna Vinschen | 2013-08-21 | 2 | -5/+10 |
* | * include/sys/cygwin.h (struct per_process): Add posix_memalign. Reduce | Corinna Vinschen | 2013-08-14 | 2 | -3/+7 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 24. | Corinna Vinschen | 2013-08-09 | 1 | -1/+1 |
* | Fix copyright date | Corinna Vinschen | 2013-07-24 | 1 | -1/+1 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 23. | Corinna Vinschen | 2013-07-22 | 1 | -1/+1 |
* | * common.din: Export GetCommandLine{A,W}. | Christopher Faylor | 2013-07-19 | 1 | -1/+2 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 22. | Corinna Vinschen | 2013-07-15 | 1 | -1/+1 |
* | * common.din (rawmemchr): Export. | Yaakov Selkowitz | 2013-06-24 | 1 | -1/+2 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 21. | Corinna Vinschen | 2013-06-07 | 1 | -1/+1 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 20. | Corinna Vinschen | 2013-06-05 | 1 | -1/+1 |
* | * autoload.cc (CancelSynchronousIo): Define. | Corinna Vinschen | 2013-06-02 | 1 | -2/+19 |
* | * include/sys/socket.h: Move SHUT_xx definitoins from here... | Corinna Vinschen | 2013-05-31 | 2 | -9/+9 |
* | * include/cygwin/if.h: Include cygwin/socket.h rather than sys/socket.h | Corinna Vinschen | 2013-05-31 | 1 | -2/+2 |
* | * Makefile.in (DLL_OFILES): Add arc4random.o. | Corinna Vinschen | 2013-05-21 | 2 | -2/+10 |
* | * libc/base64.c: New file. | Corinna Vinschen | 2013-05-21 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump api minor number to reflect previous change. | Christopher Faylor | 2013-05-13 | 1 | -1/+2 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 30 | -370/+509 |
* | * include/sys/queue.h: Delete in favor of more complete newlib file. | Corinna Vinschen | 2013-04-22 | 1 | -512/+0 |
* | Adapt to changes in newlib's sys/cdefs.h: | Corinna Vinschen | 2013-04-22 | 1 | -2/+2 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19. | Corinna Vinschen | 2013-04-22 | 1 | -2/+2 |
* | * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN to | Corinna Vinschen | 2013-03-07 | 1 | -3/+3 |
* | * include/pthread.h (pthread_atfork): Add missing declaration. | Corinna Vinschen | 2013-02-26 | 1 | -0/+2 |
* | * include/error.h (error_message_count): Declare as dllimport. | Yaakov Selkowitz | 2013-02-21 | 1 | -0/+6 |
* | * DevNotes: Add entry cgf-000022. | Christopher Faylor | 2013-01-31 | 1 | -20/+32 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 58 | -65/+70 |
* | * include/pthread.h (pthread_exit): Mark as "noreturn". | Christopher Faylor | 2013-01-14 | 1 | -1/+1 |
* | * cygtls.h (_cygtls::signal_exit): Delete from class. | Christopher Faylor | 2013-01-02 | 1 | -3/+8 |
* | * fhandler.cc (fhandler_base::write): Don't attempt to sparsify | Corinna Vinschen | 2012-12-14 | 1 | -2/+2 |
* | * include/cygwin/wait.h (WAIT_ANY): Define. | Yaakov Selkowitz | 2012-12-06 | 1 | -0/+3 |
* | * termios.cc (cfsetspeed): New function. | Yaakov Selkowitz | 2012-11-21 | 2 | -1/+3 |
* | * include/mntent.h: Only include paths.h when building for Cygwin. | Corinna Vinschen | 2012-11-16 | 1 | -3/+9 |
* | * include/sys/termios.h (CBRK): Define as alias of CEOL. | Yaakov Selkowitz | 2012-11-05 | 1 | -0/+9 |
* | Fix copyright | Corinna Vinschen | 2012-10-31 | 1 | -1/+1 |
* | * include/sys/param.h: Include stddef.h to define NULL. | Corinna Vinschen | 2012-10-31 | 1 | -4/+3 |
* | * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP, | Corinna Vinschen | 2012-10-30 | 1 | -0/+3 |