Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-06 * cygwin.din: Add vsyslog.Corinna Vinschen
2003-05-20 * winsup/cygwin/include/cygwin/version.h: Bump API minor version.Corinna Vinschen
2003-05-10 * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API getCorinna Vinschen
2003-04-16* termios.cc (setspeed): New function.Christopher Faylor
2003-04-10 * cygwin.din: Export wcscoll, wcswidth and wcwidth.Corinna Vinschen
2003-03-18* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff
2003-03-17* cygwin.din: Export btowc, trunc.Christopher Faylor
2003-03-10 Switch to 32/64 datatypes:Corinna Vinschen
2003-03-01* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor
2003-02-23* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor
2003-02-22* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor
2003-02-16* cygwin.din: Export all appropriate newlibc libm functions. Sort.Christopher Faylor
2003-02-16* cygwin.din: Export all appropriate newlib functions.Christopher Faylor
2003-01-24 * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen
2003-01-22 * cygwin.din: Export nanosleep().Corinna Vinschen
2003-01-17 * cygwin.din: Add strerror_r.Corinna Vinschen
2003-01-10 * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen
2002-12-06* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.Christopher Faylor
2002-12-04* netdb.cc: New file.Christopher Faylor
2002-11-27* cygwin.din: Export pthread_getsequence_np.Christopher Faylor
2002-11-27* cygwin.din: Export nl_langinfo().Christopher Faylor
2002-11-15* include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor
2002-11-07 * cygwin.din: Export fseeko() and ftello().Corinna Vinschen
2002-11-07* include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor
2002-09-03 * cygwin.din: Revert exporting new wchar functions.Corinna Vinschen
2002-08-30 Sigh, mbsrtowcs was still missing...Corinna Vinschen
2002-08-30 * cygwin.din: Add more prototypes for new wchar functions in newlib.Corinna Vinschen
2002-08-30 * cygwin.din: Add prototypes for new wchar functions in newlib.Corinna Vinschen
2002-08-28 * cygwin.din: Export getc_unlocked, getchar_unlocked,Corinna Vinschen
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor
2002-08-16* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen
2002-07-24 * cygwin.din (fcloseall): Add symbol for export.Corinna Vinschen
2002-07-13* cygwin.in: Change erroneous entries.Christopher Faylor
2002-07-02 * cygwin.din (__fpclassifyd): Add symbol.Corinna Vinschen
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor
2002-06-102002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-06-06* cygwin.din: Eliminate some newlib wrappers.Christopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen
2002-05-13* cygwin.din: Add strlcat and strlcpy.Christopher Faylor
2002-04-10* cygwin.din: Add strptime.Christopher Faylor
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-01-19 * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen
2002-01-17 * Makefile.in: Add fnmatch.o to DLL_OFILES.Corinna Vinschen
2001-12-28 * cygwin.din: Add symbols for endutent(), getutent(), getutid(),Corinna Vinschen