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-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor
2003-08-26 * include/cygwin/stat.h: Allow definition of internal stat structuresCorinna Vinschen
2003-08-12 * include/sys/param.h (NBBY): Define if not defined.Corinna Vinschen
2003-08-09* include/cygwin/version.h: Bump DLL minor number to 3.Christopher Faylor
2003-08-08* include/stdint.h: Correctly define INT32_MIN.Christopher Faylor
2003-07-29* include/cygwin/version.h: Bump DLL minor number to 2.Christopher Faylor
2003-07-25* include/cygwin/socket.h: Conditionalize [AP]F_INET6 define.Christopher Faylor
2003-07-25* cygwin.din: Export _fdopen64Christopher Faylor
2003-07-24* environ.cc (check_case_init): Use strncasematch.Christopher Faylor
2003-07-10* include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor
2003-07-10* fhandler_proc.cc (format_proc_stat): Use correctly sized constants forChristopher Faylor
2003-07-10* include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor
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