4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-29 02:20:21 +08:00
Corinna Vinschen 70c370d674 * dir.cc (mkdir): Check for case clash.
* environ.cc: Add extern declaration for `pcheck_case'.
        (check_case_init): New function.
        (struct parse_thing): Add "check_case" option.
        * errno.cc (_sys_nerrlist): Add text for ECASECLASH.
        (strerror): Add case branch for ECASECLASH.
        * fhandler.cc (fhandler_disk_file::open): Check for case clash.
        * path.cc: Add global variable `pcheck_case'.
        (struct symlink_info): Add member `case_clash' and method `case_check'.
        (path_prefix_p_): Call `pathnmatch' instead of `strncasematch'.
        (pathnmatch): New funtion.
        (pathmatch): Ditto.
        (path_conv::check): Add handling for case checking.
        (symlink): Check for case clash.
        (symlink_info::check): Add parameter for case checking.
        Handle case checking.
        (symlink_info::case_check): New method.
        (chdir): Don't use unconverted path if pcheck_case==PCHECK_STRICT.
        * path.h: Add extern declarations for `pathmatch' and
        `pathnmatch'.
        (enum case_checking): New enumeration type describing
        the case checking behaviour of path conversion routines.
        (class path_conv): Add member `case_clash'.
        * syscalls.cc (_link): Check for case clash.
2001-04-12 21:21:37 +00:00
..
2000-10-28 05:41:44 +00:00
2001-04-12 04:04:53 +00:00
2000-02-17 19:38:33 +00:00
2000-02-21 03:18:37 +00:00
2001-04-12 15:40:18 +00:00
2001-04-12 04:04:53 +00:00
2001-03-18 03:34:05 +00:00
2001-04-12 04:04:53 +00:00
2001-04-09 01:23:27 +00:00
2001-03-03 03:56:34 +00:00
2001-04-12 21:21:37 +00:00
2001-03-26 01:16:11 +00:00
2000-10-28 05:41:44 +00:00
2000-02-17 19:38:33 +00:00
2001-03-18 03:25:30 +00:00
2000-11-19 04:58:18 +00:00
2001-03-18 03:34:05 +00:00
2001-03-18 03:34:05 +00:00
2001-03-18 03:34:05 +00:00
2001-03-11 16:46:28 +00:00
2000-02-17 19:38:33 +00:00
2001-03-18 03:34:05 +00:00
2000-10-28 05:41:44 +00:00
2000-10-19 03:12:44 +00:00
2001-04-12 21:21:37 +00:00
2000-02-17 19:38:33 +00:00
2000-02-17 19:38:33 +00:00
2001-04-12 04:04:53 +00:00
2000-08-18 19:51:02 +00:00
2000-09-03 04:16:35 +00:00
2001-04-12 04:04:53 +00:00
2000-02-17 19:38:33 +00:00
2001-03-18 21:11:25 +00:00
2000-02-17 19:38:33 +00:00
2001-03-18 20:58:18 +00:00
2001-03-07 17:45:03 +00:00
2000-02-17 19:38:33 +00:00
2000-02-17 19:38:31 +00:00
2001-04-12 04:04:53 +00:00
2001-04-12 04:04:53 +00:00
2001-03-18 21:11:25 +00:00
2001-03-18 21:11:25 +00:00
2000-07-19 17:42:16 +00:00