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-12-26* path.cc (mount_item::build_win32): Backslashify paths in non-managed case.Christopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-12-05* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in aChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-10-29* path.cc (dot_special_chars): New global variable.Christopher Faylor
2003-10-25 * path.cc (normalize_posix_path): Test runs of more than twoCorinna Vinschen
2003-10-24 * path.cc (win32_device_name): Fix comment.Corinna Vinschen
2003-10-02* path.cc (win32_device_name): Only fill out destination buffer when it'sChristopher Faylor
2003-10-01* Makefile.in: Add YA method for generating devices.cc.Christopher Faylor
2003-10-01 * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen
2003-09-28 * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen
2003-09-27* path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-11* path.cc (normalize_posix_path): Put check for '//' prefix back to denote aChristopher Faylor
2003-09-10* Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor
2003-08-31* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor
2003-08-19* path.cc (mount): Add null/empty check for input parameters.Christopher Faylor
2003-08-17* path.cc (special_name): Accommodate all special names with extensions.Christopher Faylor
2003-08-13 * path.cc (special_name): Add checks for some specials followed byCorinna Vinschen
2003-08-05* path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor
2003-07-11* path.cc (get_device_number): Remove special com? consideration.Christopher Faylor
2003-07-04* path.cc (fillout_mntent): Change "posix" to "managed".Christopher Faylor
2003-07-04* fhandler.h (FH_ENC): New enum.Christopher Faylor
2003-06-17* path.cc (mount): Do more strict checking on posix path arguments.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-05* path.cc (conv_path_list): Use correct value when calculating length to avoidChristopher Faylor
2003-05-31* path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok wasChristopher Faylor
2003-05-30* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor
2003-05-29* mkvers.sh: Avoid "-dontuse" tags.Christopher Faylor
2003-05-12 Replace ino_t by __ino64_t throughout.Corinna Vinschen
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-04-27* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.Christopher Faylor
2003-03-09whitespace cleanupChristopher Faylor
2003-03-08* path.h (PATH_LNK): New enum val.Christopher Faylor
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen
2003-02-06* path.cc: Change 'to_posix_p' to 'to_posix' throughout.Christopher Faylor
2003-02-05* path.cc (etc::dir_changed): Fix debug printf.Christopher Faylor
2003-02-04 * path.cc (symlink): Create security attributes so that only theCorinna Vinschen
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor
2003-01-21* path.h (etc::change_possible): Revert the type to bool.Christopher Faylor
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor
2003-01-16* path.cc (normalize_posix_path): Convert win32 path separators to slashes whenChristopher Faylor
2003-01-11* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_pathChristopher Faylor
2003-01-10 * path.cc: Revert patch from 2003-01-09 to normalize a windows pathCorinna Vinschen