Index: bjam.qbk =================================================================== --- bjam.qbk (revision 48285) +++ bjam.qbk (working copy) @@ -1255,6 +1255,14 @@ [[[^:L]] [Replace uppercase characters with lowercase.]] +[[[^:T]] + [Converts all back-slashes ("\\") to forward slashes ("/"). For example +`` + x = "C:\\Program Files\\Borland" ; ECHO $(x:T) ; +`` +prints [^"C:/Program Files/Borland"] +]] + [[[^:W]] [When invoking Windows-based tools from [@http://www.cygwin.com/ Cygwin] it can be important to pass them true windows-style paths. The =:W=