Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-09 11:14:21 -0700 (Sun, 09 Apr 2006)
Revision: 9040
Log message:

      Added a "scan" function that is like awk, but it is not based on
      regular expressions.
      
      The fix in LateX.om is temporary.  We need to think of a general
      qay to treat quoted (non-Shell) commands.  For example, the
      following should never be an alias.
      
         osh> \ls *.c
      
      But the current method breaks the stdout-to-stderr function
      in LaTeX.om
      

Changes  Path
+10 -0 omake-branches/0.9.6.shell/doc/man/omake-base.1
+106 -0 omake-branches/0.9.6.shell/doc/man/omake-doc.1
+96 -0 omake-branches/0.9.6.shell/doc/man/omake-system.1
+4 -1 omake-branches/0.9.6.shell/lib/build/LaTeX.om
+27 -0 omake-branches/0.9.6.shell/src/builtin/omake_builtin_file.ml
+242 -3 omake-branches/0.9.6.shell/src/builtin/omake_builtin_io_fun.ml