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-30 * include/sys/param.h: Add DEV_BSIZE.Corinna Vinschen
2003-05-29* mkvers.sh: Avoid "-dontuse" tags.Christopher Faylor
2003-05-20 * winsup/cygwin/include/cygwin/version.h: Bump API minor version.Corinna Vinschen
2003-05-13 * include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.Corinna Vinschen
2003-05-12 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen
2003-05-11 * include/cygwin/types.h: Add key_t typedef.Corinna Vinschen
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-05-10 * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API getCorinna Vinschen
2003-05-10 * include/cygwin/config.h: New file.Corinna Vinschen
2003-05-03 * include/cygwin/types.h: Fix erroneous definition of ino_t fromCorinna Vinschen
2003-04-29* profil.h (PROFADDR): Prevent overflow when text segments are larger thanChristopher Faylor
2003-04-25 * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.hCorinna Vinschen
2003-04-22 * include/inttypes.h: New file.Corinna Vinschen
2003-04-21* include/cygwin/version.h: Bump DLL major number to 5. Change DLL minorChristopher Faylor
2003-04-16* termios.cc (setspeed): New function.Christopher Faylor
2003-04-10 * cygwin.din: Export wcscoll, wcswidth and wcwidth.Corinna Vinschen
2003-04-09* fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor
2003-04-03 ChangeLog already commited yesterday:Corinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-03-30* include/cygwin/fs.h: Remove unneeded include.Christopher Faylor
2003-03-28* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor
2003-03-19 * include/cygwin/version.h (CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES):Corinna Vinschen
2003-03-18* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff
2003-03-18* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff
2003-03-17* include/cygwin/version.h: Reorganize last two api versions so that btowc andChristopher Faylor
2003-03-17* cygwin.din: Export btowc, trunc.Christopher Faylor
2003-03-14* include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor
2003-03-10 Switch to 32/64 datatypes:Corinna Vinschen
2003-03-09* include/cygwin/version.h: Bump DLL minor number to 21.Christopher Faylor
2003-03-09 * include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.Corinna Vinschen
2003-03-01* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor
2003-02-23whitespaceChristopher 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-02-13* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.Christopher Faylor
2003-02-13oops.Christopher Faylor
2003-02-11* include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor
2003-02-08* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2003-02-05* include/sys/cygwin.h: Use C-style comments.Christopher Faylor
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor
2003-01-24 * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff
2003-01-22 * cygwin.din: Export nanosleep().Corinna Vinschen
2003-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2003-01-17 * cygwin.din: Add strerror_r.Corinna Vinschen
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-10 * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen