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
2004-04-30 * fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_pathCorinna Vinschen
2004-04-20fix commentChristopher Faylor
2004-04-20* path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.Christopher Faylor
2004-04-17 * autoload.cc (NtCreateFile): Add.Corinna Vinschen
2004-04-142004-04-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-04-14 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen
2004-04-13 * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen
2004-04-132004-04-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-04-10 * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-04-10* path.cc (path_conv::check): Optimize symlink replacements.Christopher Faylor
2004-04-09 * path.cc (fsinfo): Global storage for file system information.Corinna Vinschen
2004-04-08 * path.cc (hash_path_name): Replace hash algorithm with SDBM.Corinna Vinschen
2004-04-08* path.cc (path_prefix_p): Optimize test order.Christopher Faylor
2004-03-26* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end ofChristopher Faylor
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor
2004-03-25update copyright. Minor reformatting.Christopher Faylor
2004-02-21* path.cc (conv_path_list): Return error condition.Christopher Faylor
2004-02-17* Makefile.in (clean): Clean libserver, too.Christopher Faylor
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