| Commit message (Expand) | Author | Age | Files | Lines |
* | * cygwin.din: Export wcscoll, wcswidth and wcwidth. | Corinna Vinschen | 2003-04-10 | 1 | -0/+3 |
* | * cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init, | Thomas Pfaff | 2003-03-18 | 1 | -0/+11 |
* | * cygwin.din: Export btowc, trunc. | Christopher Faylor | 2003-03-17 | 1 | -4/+6 |
* | Switch to 32/64 datatypes: | Corinna Vinschen | 2003-03-09 | 1 | -0/+20 |
* | * cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions. | Christopher Faylor | 2003-03-01 | 1 | -3/+3 |
* | * cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din: | Christopher Faylor | 2003-02-22 | 1 | -0/+1 |
* | * syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an | Christopher Faylor | 2003-02-22 | 1 | -0/+1 |
* | * cygwin.din: Export all appropriate newlibc libm functions. Sort. | Christopher Faylor | 2003-02-16 | 1 | -446/+470 |
* | * cygwin.din: Export all appropriate newlib functions. | Christopher Faylor | 2003-02-15 | 1 | -2/+67 |
* | * cygwin.din: Export setreuid32, setreuid, setregid32, setregid. | Corinna Vinschen | 2003-01-24 | 1 | -0/+6 |
* | * cygwin.din: Export nanosleep(). | Corinna Vinschen | 2003-01-22 | 1 | -0/+2 |
* | * cygwin.din: Add strerror_r. | Corinna Vinschen | 2003-01-17 | 1 | -0/+2 |
* | * cygwin.din: add asprintf and vasprintf, as well as the reentrant | Corinna Vinschen | 2003-01-10 | 1 | -0/+8 |
* | * cygwin.din: Reflect name change from strtodf to strtof. Export strtof. | Christopher Faylor | 2002-12-06 | 1 | -2/+3 |
* | * netdb.cc: New file. | Christopher Faylor | 2002-12-04 | 1 | -0/+6 |
* | * cygwin.din: Export pthread_getsequence_np. | Christopher Faylor | 2002-11-27 | 1 | -0/+1 |
* | * cygwin.din: Export nl_langinfo(). | Christopher Faylor | 2002-11-27 | 1 | -0/+2 |
* | * include/cygwin/version.h: Bump API_MINOR to accommodate below changes. | Christopher Faylor | 2002-11-15 | 1 | -0/+2 |
* | * cygwin.din: Export fseeko() and ftello(). | Corinna Vinschen | 2002-11-07 | 1 | -0/+4 |
* | * include/cygwin/version.h: Bump API minor number for below export. | Christopher Faylor | 2002-11-07 | 1 | -0/+2 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -20/+20 |
* | Rename _kill() to kill() throughout. Rename _raise() to raise() throughout. | Christopher Faylor | 2002-10-20 | 1 | -2/+2 |
* | * cygwin.din: Revert exporting new wchar functions. | Corinna Vinschen | 2002-09-03 | 1 | -52/+0 |
* | Sigh, mbsrtowcs was still missing... | Corinna Vinschen | 2002-08-30 | 1 | -0/+2 |
* | * cygwin.din: Add more prototypes for new wchar functions in newlib. | Corinna Vinschen | 2002-08-30 | 1 | -0/+14 |
* | * cygwin.din: Add prototypes for new wchar functions in newlib. | Corinna Vinschen | 2002-08-30 | 1 | -0/+36 |
* | * cygwin.din: Export getc_unlocked, getchar_unlocked, | Corinna Vinschen | 2002-08-28 | 1 | -0/+8 |
* | * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. | Christopher Faylor | 2002-08-18 | 1 | -0/+1 |
* | * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use | Christopher Faylor | 2002-08-16 | 1 | -8/+14 |
* | * security.cc: Change some formatting. | Corinna Vinschen | 2002-07-29 | 1 | -0/+3 |
* | * cygwin.din (fcloseall): Add symbol for export. | Corinna Vinschen | 2002-07-24 | 1 | -0/+4 |
* | * cygwin.in: Change erroneous entries. | Christopher Faylor | 2002-07-12 | 1 | -2/+1 |
* | * cygwin.din (__fpclassifyd): Add symbol. | Corinna Vinschen | 2002-07-02 | 1 | -0/+4 |
* | * Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGS | Christopher Faylor | 2002-06-11 | 1 | -8/+8 |
* | 2002-06-10 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-06-10 | 1 | -0/+2 |
* | * cygwin.din: Eliminate some newlib wrappers. | Christopher Faylor | 2002-06-06 | 1 | -18/+18 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -8/+8 |
* | Change internal uid datatype from __uid16_t to __uid32_t | Corinna Vinschen | 2002-05-29 | 1 | -0/+6 |
* | Change internal gid datatype from __gid16_t to __gid32_t | Corinna Vinschen | 2002-05-28 | 1 | -0/+12 |
* | * cygwin.din: Add strlcat and strlcpy. | Christopher Faylor | 2002-05-13 | 1 | -0/+4 |
* | * cygwin.din: Add strptime. | Christopher Faylor | 2002-04-09 | 1 | -0/+2 |
* | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 2002-02-25 | 1 | -2/+11 |
* | * 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 | 1 | -0/+2 |
* | * cygwin.din: Add symbols for endutent(), getutent(), getutid(), | Corinna Vinschen | 2001-12-28 | 1 | -0/+12 |
* | * Makefile.in (VPATH): Add regex directory. | Christopher Faylor | 2001-12-20 | 1 | -10/+5 |
* | * cygwin.din (ualarm): New export. | Christopher Faylor | 2001-11-28 | 1 | -2/+4 |
* | * cygwin.din: export strtoll and strtoull | Christopher Faylor | 2001-10-01 | 1 | -0/+4 |
* | * cygwin.din (__argv): Export. | Christopher Faylor | 2001-09-19 | 1 | -0/+3 |
* | * cygwin.din: Remove cygwin_getshared. | Christopher Faylor | 2001-09-11 | 1 | -2/+0 |