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-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor
2001-06-16* path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor
2001-06-11* path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor
2001-06-11* path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor
2001-06-11* path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor
2001-06-10 * cygwin.din: Add fchdir symbols.Corinna Vinschen
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor
2001-06-01* path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor
2001-05-25* path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor
2001-05-25 * path.cc (symlink_info::check): Add a check to return correctlyCorinna Vinschen
2001-05-25* path.cc (slash_drive_prefix_p): Remove.Christopher Faylor
2001-05-14* path.cc (path_conv::check): Revert allow_ntsec check so that volume info isChristopher Faylor
2001-05-12* external.cc (fillout_pinfo): Use correct pids.Christopher Faylor
2001-05-09* path.cc (mount_info::conv_to_win32_path): Treat UNC paths the same as pathsChristopher Faylor
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor
2001-05-05* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor
2001-05-01* path.cc (mount_info::conv_to_win32_path): More path tweaking.Christopher Faylor
2001-05-01* path.cc (mount_info::conv_to_win32_path): Fix debugging output to avoid aChristopher Faylor
2001-05-01* path.cc (mkrelpath): New function.Christopher Faylor
2001-04-30* path.cc (path_conv::check): Don't use path_flags when converting to MS-DOSChristopher Faylor
2001-04-30* path.cc (symlink_info::check): Remove extra arguments, move functionalityChristopher Faylor
2001-04-29Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor
2001-04-22* shortcut.c (check_shortcut): Close input file handle before returning.Christopher Faylor
2001-04-20* path.cc (path_conv::check): Always initialize member variables.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-18* path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor
2001-04-17 * path.cc (windows_device_names): Add missing NULL element.Corinna Vinschen
2001-04-17* path.cc (windows_device_names): Move dsp to proper location.Christopher Faylor
2001-04-17 * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor
2001-04-15 * path.cc (add_ext_from_sym): Redefine to call `add_ext_from_sym_'.Corinna Vinschen
2001-04-13 * path.cc (add_ext_from_sym): New define evaluating `known'suffix'.Corinna Vinschen
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-04-11* path.cc (struct symlink_info): Add extn and ext_tacked_on fields.Christopher Faylor
2001-04-02* shared_info.h (mount_info): Remove mnt_ elements.Christopher Faylor
2001-04-01* path.cc (fillout_mntent): Always remove drive root directories from futureChristopher Faylor
2001-04-01* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor
2001-03-29* path.cc (chdir): Eat trailing whitespace on input path.Christopher Faylor
2001-03-17* path.cc (suffix_scan::next): Avoid searching for foo.lnk twice when input isChristopher Faylor
2001-03-17* dir.cc (readdir): Use strcasematch for consistency.Christopher Faylor
2001-03-17* path.cc: Translate scan states from defines to enums.Christopher Faylor
2001-03-14 * path.cc (lnk_suffixes): Remove.Corinna Vinschen
2001-03-06 * path.cc (suffix_scan::has): Change order of conditionalsCorinna Vinschen
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor