aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-1/+1
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-1/+1
2001-08-29* path.cc (path_conv::check): Avoid splitting off leading '/' in path componentChristopher Faylor1-0/+2
2001-08-07 * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen1-4/+10
2001-08-03 * path.cc (fchdir): Set the fhandler's path to absolute value toCorinna Vinschen1-0/+19
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-23/+6
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor1-2/+1
2001-06-15* path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor1-6/+6
2001-06-11* path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor1-2/+2
2001-06-11* path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor1-18/+16
2001-06-11* path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor1-7/+26
2001-06-10 * cygwin.din: Add fchdir symbols.Corinna Vinschen1-8/+24
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda1-19/+95
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor1-22/+27
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor1-85/+107
2001-06-01* path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor1-1/+1
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor1-9/+12
2001-05-25* path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor1-15/+14
2001-05-25 * path.cc (symlink_info::check): Add a check to return correctlyCorinna Vinschen1-1/+1
2001-05-25* path.cc (slash_drive_prefix_p): Remove.Christopher Faylor1-38/+4
2001-05-14* path.cc (path_conv::check): Revert allow_ntsec check so that volume info isChristopher Faylor1-2/+2
2001-05-11* external.cc (fillout_pinfo): Use correct pids.Christopher Faylor1-1/+3
2001-05-09* path.cc (mount_info::conv_to_win32_path): Treat UNC paths the same as pathsChristopher Faylor1-1/+1
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-3/+26
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-9/+5
2001-05-01* path.cc (mount_info::conv_to_win32_path): More path tweaking.Christopher Faylor1-1/+1
2001-05-01* path.cc (mount_info::conv_to_win32_path): Fix debugging output to avoid aChristopher Faylor1-2/+2
2001-05-01* path.cc (mkrelpath): New function.Christopher Faylor1-96/+73
2001-04-30* path.cc (path_conv::check): Don't use path_flags when converting to MS-DOSChristopher Faylor1-16/+22
2001-04-30* path.cc (symlink_info::check): Remove extra arguments, move functionalityChristopher Faylor1-46/+41
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-198/+206
2001-04-22* shortcut.c (check_shortcut): Close input file handle before returning.Christopher Faylor1-19/+21
2001-04-20* path.cc (path_conv::check): Always initialize member variables.Christopher Faylor1-5/+7
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+1
2001-04-17* path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor1-4/+1
2001-04-17 * path.cc (windows_device_names): Add missing NULL element.Corinna Vinschen1-1/+1
2001-04-17* path.cc (windows_device_names): Move dsp to proper location.Christopher Faylor1-1/+1
2001-04-17 * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen1-7/+15
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor1-33/+9
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor1-2/+5
2001-04-15 * path.cc (add_ext_from_sym): Redefine to call `add_ext_from_sym_'.Corinna Vinschen1-4/+13
2001-04-13 * path.cc (add_ext_from_sym): New define evaluating `known'suffix'.Corinna Vinschen1-18/+9
2001-04-12 * dir.cc (mkdir): Check for case clash.Corinna Vinschen1-40/+149
2001-04-11* path.cc (struct symlink_info): Add extn and ext_tacked_on fields.Christopher Faylor1-7/+17
2001-04-02* shared_info.h (mount_info): Remove mnt_ elements.Christopher Faylor1-15/+14
2001-04-01* path.cc (fillout_mntent): Always remove drive root directories from futureChristopher Faylor1-14/+31
2001-04-01* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor1-19/+49
2001-03-29* path.cc (chdir): Eat trailing whitespace on input path.Christopher Faylor1-0/+8