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-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
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-06whitespaceChristopher Faylor
2002-09-04 * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen
2002-07-24* path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor
2002-07-06* ntdll.h (_SYSTEM_PROCESSOR_TIMES): Force eight byte alignment.Christopher Faylor
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor