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
2008-12-19* pinfo.cc (pinfo_basic): New class.Christopher Faylor
2008-11-28 * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen
2008-11-26 * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen
2008-09-13* Makefile.in: Add -c option which is now removed from COMPILE_C*.Christopher Faylor
2008-07-30* cygwin.din (_getutline): Remove.Christopher Faylor
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-05-08 * include/sys/localedef.h: Remove.Corinna Vinschen
2008-05-08 * Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.Corinna Vinschen
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-18 * include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' toCorinna Vinschen
2008-03-13 * path.sgml: Remove documentation for old path API. Add documentationCorinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-02-16 * include/sys/cygwin.h (__INT_MAX_PATH): Remove.Corinna Vinschen
2008-02-15 * include/sys/cygwin.h (__INT_MAX_PATH): Define to 32K.Corinna Vinschen
2008-02-15* include/sys/cygwin.h (external_pinfo): Define program_long size usingChristopher Faylor
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2007-12-07 * include/sys/cygwin.h: Include limits.h.Corinna Vinschen
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-10-18 * include/sys/param.h (MAXPATHLEN): Define as PATH_MAX.Corinna Vinschen
2007-09-06 * include/sys/stdio.h (_flockfile): Don't try to lock a FILEBrian Dessent
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen
2007-06-17* include/search.h: Reinstate node_t definition.Christopher Faylor
2007-06-12 * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen
2007-03-30* cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING.Christopher Faylor
2007-02-08 * cygwin.din (shm_open): Export.Corinna Vinschen
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen
2007-02-05 * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen
2006-12-06 * include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.Corinna Vinschen
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen
2006-07-31 * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problemCorinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen
2006-07-03 * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen
2006-06-12 * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-05-25* cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen
2006-02-28* include/sys/termios.h (cfsetispeed): Just define as a function rather thanChristopher Faylor
2006-02-10* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor
2006-02-05 * include/features.h: Add comment to explain what's going to happenCorinna Vinschen
2006-02-02* external.cc (setup_winenv): New function.Christopher Faylor
2006-01-28 * include/sys/dirent.h (struct dirent): Revert misguided attempt toCorinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor
2006-01-20* include/sys/dirent.h: Add comments for people who are REALLY confused aboutChristopher Faylor
2006-01-19* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor