History log of /vbox/src/VBox/Runtime/common/path/RTPathParse.cpp.h
Revision Date Author Comments Expand
c5ed12eaa2298c6cd7f84f548a8540e09f4705b1 46179 20-May-2013 vboxsync

RTPathParse.cpp.h: Fixed uninitialized cchPath.

5275fe5125a59c491175a758d05e9b1884928396 45397 08-Apr-2013 vboxsync

build fix

cda4a68d59969f27d3063ff91c9c3f887d34c8f9 45394 07-Apr-2013 vboxsync

IPRT: A Study in Paths - Chapter 2: The splitting of a path into component strings.

e5dc0696566fc781da74690258b826515e7d496e 45391 07-Apr-2013 vboxsync

IPRT: Changed the RTPATHPARSE_FLAGS_ into generic ones as they will be shared with RTPathSplit*. Introduced a new character called RTPATH_STYLE with can have two values (currently) RTPATH_STR_F_STYLE_DOS or RTPATH_STR_F_STYLE_UNIX. Some other minor adjustments.

889f8d29a8325ed741d1466074c5371910a1fd63 45389 07-Apr-2013 vboxsync

IPRT: A Study in Paths - Chapter 1: The cross platform parser.