Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-02-17 10:37:16 -0800 (Fri, 17 Feb 2006)
Revision: 8721
Log message:

      Added functions nth-hd, nth-tl, and subrange.
      Also added Aleksey's comment patch (bug #564).
      

Changes  Path
+47 -1 omake-branches/0.9.6.x/doc/man/omake-base.1
+47 -1 omake-branches/0.9.6.x/doc/man/omake-doc.1
+113 -1 omake-branches/0.9.6.x/src/builtin/omake_builtin_base.ml
+5 -11 omake-branches/0.9.6.x/src/env/omake_ast_lex.mll
+1 -4 omake-branches/0.9.6.x/src/env/omake_ast_parse.input
+2 -4 omake-branches/0.9.6.x/src/env/omake_gen_parse.ml