Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-17 11:29:03 -0700 (Sun, 17 Apr 2005)
Revision: 868
Log message:

      This is the linear-time version of the search.  This changes
      the semantics of the search function.  I think the old one, if
      it failed, would return the text to the eof.  This one just
      fails, so I'll have to see if these other files need to be
      updated.
      

Changes  Path
+30 -36 libmojave-branches/lexer_args_correction/util/lm_lexer.ml
+1 -1 libmojave-branches/lexer_args_correction/util/lm_lexer.mli
+2 -2 omake-branches/lexer_args_correction/src/build/omake_builtin_base.ml
+10 -17 omake-branches/lexer_args_correction/src/build/omake_builtin_io_fun.ml