mpw/mpw
Kelvin Sherlock 42fe265dd2 Smarter handling of : after a variable.
Since :: is equivalent to .. in Unix, {$PathVariable}: would expand unexpectedly
if PathVariable had a trailing : (which it usually does) -- i.e., some:path:: == /some/path/.. = /some/.

: after a variable will be dropped if there was already a trailing :
2015-02-08 14:49:08 -05:00
..
CMakeLists.txt c++11 error_code for mpw errno 2014-08-03 12:08:08 -04:00
environ.re.cpp Set up environment from $MPW:Environment 2013-05-18 17:24:25 -04:00
environment.rl Smarter handling of : after a variable. 2015-02-08 14:49:08 -05:00
ep.rl new mac path expansion 2013-08-01 13:53:34 -04:00
mpw.cpp Use the $Commands environment variable as a list of directories where commands may be located. 2015-01-24 14:40:45 -05:00
mpw.h Use the $Commands environment variable as a list of directories where commands may be located. 2015-01-24 14:40:45 -05:00
mpw_access.cpp use mpw_errno_from_errno() 2014-12-21 08:25:40 -05:00
mpw_close.cpp add license 2013-07-30 01:06:19 -04:00
mpw_errno.cpp c++11 error_code for mpw errno 2014-08-03 12:08:08 -04:00
mpw_errno.h c++11 error_code for mpw errno 2014-08-03 12:08:08 -04:00
mpw_internal.h Remove dead code 2013-08-02 22:21:19 -04:00
mpw_io.cpp use mpw_errno_from_errno() 2014-12-21 08:25:40 -05:00
mpw_ioctl.cpp use mpw_errno_from_errno() 2014-12-21 08:25:40 -05:00