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
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor
2001-06-27* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor
2001-06-20* fhandler.cc (fhandler_base::open): Work around windows bug whenEgor Duda
2001-06-15* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits forChristopher Faylor
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda
2001-06-05 * fhandler.cc (fhandler_disk_file::fstat): Always reset file positionCorinna Vinschen
2001-05-31* fhandler.cc (fhandler_disk_file::fstat): Avoid clearing S_IFMT bits sinceChristopher Faylor
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-13* fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-04-02 * fhandler.cc (fhandler_disk_file::open): Avoid checking a magicCorinna Vinschen
2001-04-01* fhandler.cc (fhandler_base::read): Remove special handling of CTRL-Z.Christopher Faylor
2001-03-13 * fhandler.cc (fhandler_disk_file::fstat): Add correct modes toCorinna Vinschen
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22 * fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' whenCorinna Vinschen
2001-02-22Add copyright year 2001Corinna Vinschen
2001-02-22 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen
2001-02-05 * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen
2000-11-28 * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen
2000-11-27* fhandler.cc (is_at_eof): New function.Christopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-11-01* path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen
2000-10-24 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor
2000-10-21* times.cc (to_time_t): pass zero time as epochDJ Delorie
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-10-07* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.Christopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-24* environ.cc (parse_thing): nobinmode should force O_TEXT.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor
2000-08-10* dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-27* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeedChristopher Faylor
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
2000-07-09Slight optimization.Christopher Faylor
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor