1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src/lib/libast/path
Johnothan King ca3ec2000c
Linux bugfixes for globcasedetect (re: 71934570) (#240)
src/lib/libast/features/lib,
src/lib/libast/path/pathicase.c:
- FAT32 file systems on Linux don't support FS_CASEFOLD_FL, which
  caused globbing to break. Reproducer using a UEFI boot partition:
      $ echo /boot/eF*
      /boot/eF*
  This is fixed by checking for FAT attributes with ioctl, then
  checking for FS_CASEFOLD_FL if that fails.
- The check for FS_CASEFOLD_FL didn't work correctly; I still wasn't
  able to get --globcasedetect to work on a case-insensitive ext4
  folder. Fix that by adding missing parentheses.
2021-03-23 13:59:02 +00:00
..
pathaccess.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathbin.c rm redundant hardcoded default paths (re: aa4669ad) 2020-08-11 15:20:10 +01:00
pathcanon.c Remove vestigial 3DFS support code (re: f88f302c) 2020-07-17 05:04:03 +01:00
pathcat.c Remove vestigial 3DFS support code (re: f88f302c) 2020-07-17 05:04:03 +01:00
pathcd.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathcheck.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathexists.c Add --globcasedetect shell option for globbing and completion 2021-03-22 18:45:19 +00:00
pathfind.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathgetlink.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathicase.c Linux bugfixes for globcasedetect (re: 71934570) (#240) 2021-03-23 13:59:02 +00:00
pathkey.c Remove vestigial 3DFS support code (re: f88f302c) 2020-07-17 05:04:03 +01:00
pathnative.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathpath.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathposix.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathprobe.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathprog.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathrepl.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathsetlink.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathshell.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathstat.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00
pathtemp.c libast: robustness fixes for temporary files and streams 2021-02-02 14:44:34 +00:00
pathtmp.c Version: 2012-08-01-master 2016-01-11 15:54:23 -05:00