Age | Commit message (Expand) | Author | Files | Lines |
2003-12-01 | * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl. | Corinna Vinschen | 1 | -2/+4 |
2003-11-29 | * Makefile.in: (DLL_OFILES): Add flock.o. | Corinna Vinschen | 1 | -0/+1 |
2003-11-28 | * cygwin.din: Re-add inexplicably missing semaphore/msg functions. | Christopher Faylor | 1 | -0/+11 |
2003-11-28 | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 1 | -1523/+1500 |
2003-11-19 | * cygserver.h (client_request::request_code_t): Add | Corinna Vinschen | 1 | -0/+7 |
2003-11-17 | * bsdlib.cc (getprogname): New function. | Corinna Vinschen | 1 | -0/+2 |
2003-11-06 | * Missing patch to cygwin.din. | Corinna Vinschen | 1 | -0/+8 |
2003-10-27 | * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile. | Corinna Vinschen | 1 | -0/+1 |
2003-10-27 | * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait. | Corinna Vinschen | 1 | -0/+4 |
2003-10-22 | * Makefile.in: Add $(LIBSERVER) rule. | Corinna Vinschen | 1 | -0/+4 |
2003-09-14 | * Makefile.in: Make malloc_wrapper -fomit-frame-pointer. | Christopher Faylor | 1 | -1/+0 |
2003-09-10 | * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o. | Corinna Vinschen | 1 | -0/+11 |
2003-09-10 | * Makefile.in (DLL_OFILES): Add bsdlib.o. | Corinna Vinschen | 1 | -0/+7 |
2003-09-08 | * cygwin.din: Export endusershell, getusershell and setusershell. | Corinna Vinschen | 1 | -0/+3 |
2003-09-08 | * cygwin.din: Export argz_add argz_add_sep argz_append argz_count | Corinna Vinschen | 1 | -0/+36 |
2003-08-13 | * cygwin.din: Accomodate change from cygwin_lstat to lstat. | Corinna Vinschen | 1 | -2/+2 |
2003-07-25 | * cygwin.din: Export _fdopen64 | Christopher Faylor | 1 | -0/+1 |
2003-07-24 | * environ.cc (check_case_init): Use strncasematch. | Christopher Faylor | 1 | -0/+1 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -0/+1 |
2003-06-06 | * cygwin.din: Add vsyslog. | Corinna Vinschen | 1 | -0/+1 |
2003-05-20 | * winsup/cygwin/include/cygwin/version.h: Bump API minor version. | Corinna Vinschen | 1 | -0/+2 |
2003-05-09 | * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get | Corinna Vinschen | 1 | -45/+45 |
2003-04-16 | * termios.cc (setspeed): New function. | Christopher Faylor | 1 | -0/+1 |
2003-04-10 | * cygwin.din: Export wcscoll, wcswidth and wcwidth. | Corinna Vinschen | 1 | -0/+3 |
2003-03-18 | * cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init, | Thomas Pfaff | 1 | -0/+11 |
2003-03-17 | * cygwin.din: Export btowc, trunc. | Christopher Faylor | 1 | -4/+6 |
2003-03-09 | Switch to 32/64 datatypes: | Corinna Vinschen | 1 | -0/+20 |
2003-03-01 | * cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions. | Christopher Faylor | 1 | -3/+3 |
2003-02-22 | * cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din: | Christopher Faylor | 1 | -0/+1 |
2003-02-22 | * syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an | Christopher Faylor | 1 | -0/+1 |
2003-02-16 | * cygwin.din: Export all appropriate newlibc libm functions. Sort. | Christopher Faylor | 1 | -446/+470 |
2003-02-15 | * cygwin.din: Export all appropriate newlib functions. | Christopher Faylor | 1 | -2/+67 |
2003-01-24 | * cygwin.din: Export setreuid32, setreuid, setregid32, setregid. | Corinna Vinschen | 1 | -0/+6 |
2003-01-22 | * cygwin.din: Export nanosleep(). | Corinna Vinschen | 1 | -0/+2 |
2003-01-17 | * cygwin.din: Add strerror_r. | Corinna Vinschen | 1 | -0/+2 |
2003-01-10 | * cygwin.din: add asprintf and vasprintf, as well as the reentrant | Corinna Vinschen | 1 | -0/+8 |
2002-12-06 | * cygwin.din: Reflect name change from strtodf to strtof. Export strtof. | Christopher Faylor | 1 | -2/+3 |
2002-12-04 | * netdb.cc: New file. | Christopher Faylor | 1 | -0/+6 |
2002-11-27 | * cygwin.din: Export pthread_getsequence_np. | Christopher Faylor | 1 | -0/+1 |
2002-11-27 | * cygwin.din: Export nl_langinfo(). | Christopher Faylor | 1 | -0/+2 |
2002-11-15 | * include/cygwin/version.h: Bump API_MINOR to accommodate below changes. | Christopher Faylor | 1 | -0/+2 |
2002-11-07 | * cygwin.din: Export fseeko() and ftello(). | Corinna Vinschen | 1 | -0/+4 |
2002-11-07 | * include/cygwin/version.h: Bump API minor number for below export. | Christopher Faylor | 1 | -0/+2 |
2002-10-21 | Change _function() to function() throughout. | Christopher Faylor | 1 | -20/+20 |
2002-10-20 | Rename _kill() to kill() throughout. Rename _raise() to raise() throughout. | Christopher Faylor | 1 | -2/+2 |
2002-09-03 | * cygwin.din: Revert exporting new wchar functions. | Corinna Vinschen | 1 | -52/+0 |
2002-08-30 | Sigh, mbsrtowcs was still missing... | Corinna Vinschen | 1 | -0/+2 |
2002-08-30 | * cygwin.din: Add more prototypes for new wchar functions in newlib. | Corinna Vinschen | 1 | -0/+14 |
2002-08-30 | * cygwin.din: Add prototypes for new wchar functions in newlib. | Corinna Vinschen | 1 | -0/+36 |
2002-08-28 | * cygwin.din: Export getc_unlocked, getchar_unlocked, | Corinna Vinschen | 1 | -0/+8 |