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-25correct incorrect checkinChristopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-20* include/cygwin/version.h: Bump DLL minor number to 6.Christopher Faylor
2003-09-17fix stupid typoChristopher Faylor
2003-09-17* pinfo.h (winpids::pid_access): New element.Christopher Faylor
2003-09-14* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor
2003-09-13* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor
2003-09-13* include/cygwin/version.h: Bump DLL minor number to 5.Christopher Faylor
2003-09-10 * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen
2003-09-09 * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor
2003-09-09* dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor
2003-09-09 * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen
2003-09-08 * cygwin.din: Export argz_add argz_add_sep argz_append argz_countCorinna Vinschen
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor
2003-09-08* include/cygwin/in.h: Don't define ipv6 stuff unless we call for itChristopher Faylor
2003-09-01* include/cygwin/version.h: Bump DLL minor number to 4.Christopher Faylor
2003-09-01* include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.Christopher Faylor
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