Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-01 11:46:29 -0800 (Fri, 01 Dec 2006)
Revision: 9796
Log message:

      - Fixed the string-escaped function - the function was implemented to simply
        add a $''' ... ''' style wrapper to strings containing special characters;
        however this was incompatible with the dependency files lexer (and the main
        usage of the string-escaped function was to escape file names in custom
        scanners!). I've changed the function to do what its documentation promised
        - to simply prefix all the special symbols with a \.
      
      - Minor documentation fixes.
      

Changes  Path
+1 -0 omake-branches/0.9.8.x/doc/src/omake-doc.tex
+60 -108 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml