| Commit message (Expand) | Author | Age | Files | Lines |
* | * syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an | Christopher Faylor | 2003-02-22 | 1 | -1/+2 |
* | * cygwin.din: Export all appropriate newlibc libm functions. Sort. | Christopher Faylor | 2003-02-16 | 1 | -1/+5 |
* | * cygwin.din: Export all appropriate newlib functions. | Christopher Faylor | 2003-02-15 | 1 | -1/+10 |
* | * include/cygwin/types.h: Use correct ifdef guard for u_ definitions. | Christopher Faylor | 2003-02-13 | 1 | -8/+8 |
* | oops. | Christopher Faylor | 2003-02-13 | 1 | -1/+1 |
* | * include/cygwin/in.h (in_attr_t): Define new type. | Christopher Faylor | 2003-02-10 | 3 | -74/+202 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2003-02-08 | 1 | -1/+1 |
* | * include/sys/cygwin.h: Use C-style comments. | Christopher Faylor | 2003-02-05 | 1 | -21/+21 |
* | * include/sys/strace.h (paranoid_printf): Define as not being part of "all" | Christopher Faylor | 2003-01-26 | 1 | -1/+1 |
* | * cygwin.din: Export setreuid32, setreuid, setregid32, setregid. | Corinna Vinschen | 2003-01-24 | 1 | -1/+2 |
* | * include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09... | Thomas Pfaff | 2003-01-22 | 1 | -2/+2 |
* | * cygwin.din: Export nanosleep(). | Corinna Vinschen | 2003-01-22 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2003-01-21 | 1 | -1/+1 |
* | * cygwin.din: Add strerror_r. | Corinna Vinschen | 2003-01-17 | 1 | -1/+2 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 5 | -5/+5 |
* | * cygwin.din: add asprintf and vasprintf, as well as the reentrant | Corinna Vinschen | 2003-01-10 | 1 | -1/+2 |
* | Apply pthread_types_patch | Thomas Pfaff | 2003-01-09 | 3 | -12/+12 |
* | Applied pthread_mutex patch | Thomas Pfaff | 2003-01-09 | 1 | -4/+3 |
* | Use isdirsep rather than SLASH_P throughout. | Christopher Faylor | 2003-01-09 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-12-25 | 1 | -1/+1 |
* | whitespace | Christopher Faylor | 2002-12-12 | 2 | -2/+2 |
* | * cygwin.din: Reflect name change from strtodf to strtof. Export strtof. | Christopher Faylor | 2002-12-06 | 1 | -1/+2 |
* | * netdb.cc: New file. | Christopher Faylor | 2002-12-04 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-11-28 | 1 | -1/+1 |
* | * cygwin.din: Export pthread_getsequence_np. | Christopher Faylor | 2002-11-27 | 1 | -1/+2 |
* | * cygwin.din: Export nl_langinfo(). | Christopher Faylor | 2002-11-27 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-11-23 | 1 | -1/+1 |
* | fix typo | Christopher Faylor | 2002-11-23 | 1 | -1/+1 |
* | * include/cygwin/version.h: Fix comment. | Christopher Faylor | 2002-11-22 | 1 | -3/+3 |
* | * include/cygwin/version.h: Bump API_MINOR to accommodate below changes. | Christopher Faylor | 2002-11-15 | 1 | -1/+2 |
* | * include/cygwin/fs.h: New file. | Corinna Vinschen | 2002-11-07 | 2 | -0/+46 |
* | * cygwin.din: Export fseeko() and ftello(). | Corinna Vinschen | 2002-11-07 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump API minor number for below export. | Christopher Faylor | 2002-11-07 | 1 | -1/+2 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-11-04 | 1 | -1/+1 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-10-30 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Implement CW_CMDLINE. | Christopher Faylor | 2002-10-30 | 1 | -1/+2 |
* | * shared.cc (shared_info::initialize): Use correct value for version | Christopher Faylor | 2002-10-23 | 1 | -1/+1 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -1/+1 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-14 | 1 | -2/+1 |
* | * include/cygwin/version.h: Bump DLL minor number. | Christopher Faylor | 2002-10-14 | 1 | -3/+1 |
* | 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com> | Conrad Scott | 2002-09-22 | 9 | -272/+627 |
* | * cygwin_ipc.h: Move to "include/cygwin/ipc.h". | Conrad Scott | 2002-09-21 | 2 | -0/+142 |
* | * cygwin.din: Revert exporting new wchar functions. | Corinna Vinschen | 2002-09-03 | 1 | -3/+1 |
* | * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length | Christopher Faylor | 2002-08-30 | 1 | -4/+5 |
* | * cygwin.din: Add prototypes for new wchar functions in newlib. | Corinna Vinschen | 2002-08-30 | 1 | -1/+4 |
* | remove | Christopher Faylor | 2002-08-28 | 1 | -29/+0 |
* | * cygwin.din: Export getc_unlocked, getchar_unlocked, | Corinna Vinschen | 2002-08-28 | 1 | -1/+3 |
* | * fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags | Corinna Vinschen | 2002-08-28 | 2 | -1/+4 |
* | * fhandler.h (fhandler_socket::recvfrom): Fix prototype. | Corinna Vinschen | 2002-08-26 | 1 | -5/+6 |
* | * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. | Christopher Faylor | 2002-08-18 | 1 | -1/+2 |