added support to strip out cygdrive and msys paths on windows. not sure how consistent
authorChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2012 15:47:14 +0000 (11:47 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2012 15:47:14 +0000 (11:47 -0400)
commit293f927b59ff6a34067e7cf37c00d1a4291095a1
treeb3cb48cf76c2513ca55cf91aab607b3b55c12e08
parent46198a8a6081484e0e452a3a47c8bec10f254487
added support to strip out cygdrive and msys paths on windows.  not sure how consistent
the rest of the codebase is about using filename object where it should or could.  will
have to patch through making one-off code start using it.  parser bits got a simple new
set of functions for testing just alphabetical characters.  probably a lot of places
using their own code for this, if we didn't have that characterized before (just had
alphanumeric and numeric tests, as well as identifier, which is for variables and not
regular words).
nucleus/library/filesystem/filename.cpp
nucleus/library/filesystem/filename.h
nucleus/library/textual/parser_bits.cpp
nucleus/library/textual/parser_bits.h