| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * cygwin.din: Add recvmsg and sendmsg. | Corinna Vinschen | 2002-01-19 | 1 | -0/+2 |
* | * Makefile.in: Add fnmatch.o to DLL_OFILES. | Corinna Vinschen | 2002-01-17 | 2 | -1/+63 |
* | Add copyright stuff | Christopher Faylor | 2002-01-13 | 1 | -1/+1 |
* | * ioctl.cc (ioctl): Make third argument optional. | Corinna Vinschen | 2002-01-06 | 1 | -1/+1 |
* | * include/getopt.h: Fix define. | Christopher Faylor | 2001-12-31 | 1 | -1/+1 |
* | * cygwin.din: Add symbols for endutent(), getutent(), getutid(), | Corinna Vinschen | 2001-12-28 | 1 | -1/+2 |
* | * include/getopt.h: Protect a declaratin. | Christopher Faylor | 2001-12-26 | 1 | -1/+3 |
* | * Makefile.in: Autogenerate some header files which provide magic numbers. | Christopher Faylor | 2001-12-26 | 1 | -0/+4 |
* | * include/cygwin/version.h: Bump API minor version for below changes. | Christopher Faylor | 2001-12-20 | 1 | -1/+2 |
* | Fix up comments. | Christopher Faylor | 2001-12-19 | 1 | -4/+0 |
* | * include/getopt.h: Don't define getopt_long() and friends when | Corinna Vinschen | 2001-12-17 | 1 | -8/+23 |
* | * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX. | Christopher Faylor | 2001-12-17 | 1 | -1/+14 |
* | * include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere. | Christopher Faylor | 2001-12-11 | 1 | -0/+1 |
* | whitespace cleanup | Christopher Faylor | 2001-12-10 | 1 | -10/+10 |
* | * path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdrive | Christopher Faylor | 2001-12-03 | 1 | -1/+1 |
* | * include/pthread.h (PTHREAD_COND_INITIALIZER): Define. | Egor Duda | 2001-11-15 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump version to 1.3.6. | Christopher Faylor | 2001-11-12 | 1 | -2/+2 |
* | * include/cygwin/version.h: Bump version to 1.3.5. | Christopher Faylor | 2001-11-05 | 1 | -2/+2 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 7 | -76/+76 |
* | * Makefile.in: Only build testsuite directory on first 'make check'. | Christopher Faylor | 2001-10-24 | 1 | -1/+3 |
* | * fhandler_tape.cc (fhandler_dev_tape::tape_status): Report | Corinna Vinschen | 2001-10-16 | 2 | -2/+9 |
* | Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2001-09-25 | 1 | -1/+1 |
* | * cygwin.din (__argv): Export. | Christopher Faylor | 2001-09-19 | 1 | -1/+1 |
* | * include/io.h: Add access declaration. | Christopher Faylor | 2001-09-17 | 1 | -0/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -2/+2 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 11 | -11/+11 |
* | * cygwin.din: Remove cygwin_getshared. | Christopher Faylor | 2001-09-11 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump API minor version to 45 according | Corinna Vinschen | 2001-09-09 | 1 | -1/+1 |
* | * cygwin.din: Add gamm*_r function exports. | Christopher Faylor | 2001-09-08 | 1 | -1/+1 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 2 | -8/+2 |
* | * include/limits.h: Define PIPE_BUF. | Corinna Vinschen | 2001-09-07 | 1 | -0/+5 |
* | * cygwin.din: Add `dirfd'. | Corinna Vinschen | 2001-09-03 | 1 | -1/+2 |
* | * resource.cc (getrlimit): Return OPEN_MAX as current limit | Corinna Vinschen | 2001-08-16 | 1 | -0/+7 |
* | * include/cygwin/version.h: Bump API version. | Christopher Faylor | 2001-08-14 | 1 | -1/+2 |
* | Oops. Forgot to check in include/wchar.h??? | Christopher Faylor | 2001-08-11 | 1 | -1/+2 |
* | * cygheap.cc (cygheap_root::set): Avoid treating '/' specially. | Christopher Faylor | 2001-08-07 | 1 | -0/+4 |
* | * net.cc (cygwin_accept): Allow NULL peer and len parameters. | Corinna Vinschen | 2001-08-03 | 1 | -0/+4 |
* | * cygwin.din: Export sys_errlist, sys_nerr. | Christopher Faylor | 2001-07-27 | 1 | -1/+2 |
* | Christopher Faylor <cgf@cygnus.com> | Christopher Faylor | 2001-07-26 | 1 | -1/+2 |
* | * cygwin.din: Add fchdir symbols. | Corinna Vinschen | 2001-06-10 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump minor version number. | Christopher Faylor | 2001-05-21 | 1 | -1/+1 |
* | * include/pthread.h: Remove C++ comment. | Christopher Faylor | 2001-05-09 | 1 | -1/+1 |
* | * include/sys/file.h: Revert special X_OK usage. Just make it a constant. | Christopher Faylor | 2001-05-08 | 1 | -7/+1 |
* | * include/pthread.h (pthread_cleanup_push): Eliminate space preceding | Christopher Faylor | 2001-05-03 | 1 | -6/+5 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -1/+3 |
* | * cygwin.din: Export asctime_r, ctime_r, gmtime_r, localtime_r | Egor Duda | 2001-04-25 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump minor version number. | Christopher Faylor | 2001-04-25 | 1 | -1/+1 |
* | * include/cygwin/version.h: Bump Cygwin version and API version. | Christopher Faylor | 2001-04-23 | 1 | -3/+4 |
* | * features.h: Reinstate as wrapper for sys/features.h. | Christopher Faylor | 2001-04-22 | 1 | -0/+16 |
* | * include/sys/file.h: More cleanup for X_OK. | Christopher Faylor | 2001-04-20 | 1 | -4/+2 |