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
2000-09-06* path.cc (cwdstuff::get_initial): Keep caching alive.Christopher Faylor
2000-09-06* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.Christopher Faylor
2000-09-06* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.Christopher Faylor
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-22* path.cc (symlink_info::check): Clear error on each iteration of extensionChristopher 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-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-29* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we endChristopher Faylor
2000-07-29* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor
2000-07-20 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
2000-07-02Add some comments.Christopher Faylor
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen
2000-06-17* Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor
2000-06-16* path.cc (chdir): Don't set cache to offending chdir. Change comment toChristopher Faylor
2000-06-16Fix typo.Christopher Faylor
2000-06-15* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be aChristopher Faylor
2000-06-13* path.cc (mount_info::add_item): The previous patch can't handle the case ofChristopher Faylor
2000-06-13* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.Christopher Faylor
2000-06-09 * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen
2000-06-08 path.cc (mount_info::init): Eliminate the mount_slash feature.Corinna Vinschen
2000-06-08* cygwin.din: add cygwin_dll_initDJ Delorie
2000-05-31* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor
2000-05-30* Makefile.in: Remove libadvapi32.a.Christopher Faylor
2000-05-23* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-05-09 * path.cc (symlink::info): Treat non readable filesCorinna Vinschen
2000-05-04* configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor
2000-05-03 * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen
2000-05-02* path.cc (mount_info::conv_to_win32_path): Previous patchDJ Delorie
2000-04-27* path.cc (normalize_win32_path): Don't add a trailing slash when one alreadyChristopher Faylor
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor
2000-04-25 * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen
2000-04-21Fix handling of /.filenameChristopher Faylor
2000-04-21* path.cc (normalize_posix_path): Previous two patches were still incorrect soChristopher Faylor
2000-04-21 * path.cc (normalize_posix_path): Previous change failed to take rootChristopher Faylor
2000-04-20* fhandler.h (fhandler_base::hclose): New virtual method.Christopher Faylor
2000-04-14* dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor
2000-04-13 * path.cc (conv_to_win32_path): Detect a win32 pathCorinna Vinschen
2000-04-13Fix typo.Christopher Faylor
2000-04-13* path.cc (path_conv::path_conv): Ensure that suffix is correctly copied toChristopher Faylor
2000-04-03 * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen
2000-03-29* Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor
2000-03-26* path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor