Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-01 15:06:56 -0800 (Tue, 01 Mar 2005)
Revision: 799
Log message:
Added a "find" function. Unlike the Unix version of find, this one
uses the same syntax as "test".
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-01 20:23:27 -0800 (Tue, 01 Mar 2005)
Revision: 800
Log message:
This is now version 0.9.4.1
Changes | Path |
+1 -1 | omake/version.txt |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-02 00:49:50 -0800 (Wed, 02 Mar 2005)
Revision: 801
Log message:
Docummentation fix
Changes | Path |
+1 -1 | omake/src/build/omake_builtin_test.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-06 07:54:18 -0800 (Sun, 06 Mar 2005)
Revision: 802
Log message:
Updated the documentation for glob.
Changes | Path |
+4 -1 | omake/src/build/omake_builtin_file.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-06 08:24:55 -0800 (Sun, 06 Mar 2005)
Revision: 803
Log message:
Convert to nodes eagerly in $(homename ...)
Changes | Path |
+1 -0 | omake/src/build/omake_builtin_file.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-14 12:59:20 -0800 (Mon, 14 Mar 2005)
Revision: 808
Log message:
Added getvar and setvar functions.
Changes | Path |
+57 -0 | omake/src/build/omake_builtin_base.ml |
+2 -1 | omake/src/build/omake_builtin_file.ml |
+2 -0 | omake/src/eval/omake_rule.ml |
+1 -1 | omake/version.txt |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-14 14:31:59 -0800 (Mon, 14 Mar 2005)
Revision: 810
Log message:
Forgot to add Lm_list_util.
Changes | Path |
+4 -0 | omake/Files |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-15 11:21:13 -0800 (Tue, 15 Mar 2005)
Revision: 811
Log message:
Print a nicer error when OMakeroot is not found.
Changes | Path |
+4 -0 | omake/src/env/omake_env.ml |
+4 -0 | omake/src/env/omake_env.mli |
+3 -0 | omake/src/env/omake_exn_print.ml |
+1 -1 | omake/src/main/omake_main.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-15 16:12:13 -0800 (Tue, 15 Mar 2005)
Revision: 812
Log message:
When deadlock was detected during the scanner phaze, it was reported as an
inconsistency instead of as a deadlock. Fixed.
Changes | Path |
+6 -2 | omake/src/build/omake_build.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-16 19:17:58 -0800 (Wed, 16 Mar 2005)
Revision: 813
Log message:
Temporary workaround for bug 421. When both NATIVE and BYTE are enabled and a
file does not have an .mli, then we'll have a single rule that runs both
ocamlc and ocamlopt and generates all 4 files (.o, .cmi, .cmo, and .cmx).
This is not terribly efficient, but it seems to work.
Changes | Path |
+44 -15 | omake/OMakeroot.src.in |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-18 13:39:47 -0800 (Fri, 18 Mar 2005)
Revision: 814
Log message:
FreeeBSD 5.3 requires an explicit cats of NULL to intptr_t.
Patch by Florian Hars.
Changes | Path |
+1 -1 | omake/src/clib/fam_kqueue.c |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-03-18 21:40:18 -0800 (Fri, 18 Mar 2005)
Revision: 817
Log message:
Update for the recent changes in Lm_parser.
Changes | Path |
+2 -1 | omake/src/env/omake_lexer.ml |
+7 -4 | omake/src/env/omake_parser.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-19 16:34:55 -0800 (Sat, 19 Mar 2005)
Revision: 822
Log message:
Fixing documentation typos noticed by malc at pulsesoft.com.
Changes | Path |
+2 -2 | omake/Pervasives.src |
+2 -2 | omake/lib/Pervasives.om |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-03-22 17:21:07 -0800 (Tue, 22 Mar 2005)
Revision: 834
Log message:
Introduced a new option to compile PDF documents using pdflatex instead
of dvipdfm. This allows to generate documents with hyperref. The
documentation has been updated accordingly.
Changes | Path |
+9 -2 | omake/OMakeroot.src.in |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-03-22 17:51:06 -0800 (Tue, 22 Mar 2005)
Revision: 835
Log message:
Included the description of flags in the comments.
Changes | Path |
+4 -0 | omake/OMakeroot.src.in |
+482 -373 | omake/doc/html/omake.html |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-03-25 18:25:49 -0800 (Fri, 25 Mar 2005)
Revision: 841
Log message:
Fixed the build rules for pdflatex.
Changes | Path |
+10 -1 | omake/OMakeroot.src.in |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-03-25 18:33:29 -0800 (Fri, 25 Mar 2005)
Revision: 842
Log message:
A spacing typo introduced by the previous commit.
Changes | Path |
+9 -9 | omake/OMakeroot.src.in |
Changes by: yegor (yegor at unknown.email)
Date: 2005-03-26 19:09:09 -0800 (Sat, 26 Mar 2005)
Revision: 844
Log message:
For a long time, under cygwin while compiling MetaPRL it expects ocaml binaries
like camlp4r but there is actually campl4r.exe and either omake or cygwin
do not think that they are the same.
Before this commit I was always making symlinks manually but finally
I've added $(EXE) to several places in OMakeroot.src and now this
bump in MetaPRL+cygwin is gone and as far as I understand it should not break
either Linux or win32 compilation.
Changes | Path |
+6 -0 | omake/OMakeroot.src.in |
Changes by: yegor (yegor at unknown.email)
Date: 2005-03-26 19:43:15 -0800 (Sat, 26 Mar 2005)
Revision: 845
Log message:
Oops, I've commited the wrong file.
I was actually going to change OMakeroot.install but it seems to be generated
(ultimately I want to change /usr/local/lib/omake/OMakeroot)
Changes | Path |
+0 -6 | omake/OMakeroot.src.in |
Changes by: yegor (yegor at unknown.email)
Date: 2005-03-27 11:18:08 -0800 (Sun, 27 Mar 2005)
Revision: 846
Log message:
This is the commit I failed to do yesterday, it adds $(EXE)
to OCAMLOPT, OCAMLC and others.
The reason is that under cygwin actual names have .exe but
either MetaPRL or Omake was expecting .exe-free names at certain point.
Changes | Path |
+8 -8 | omake/OMakeroot.src.in |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-29 23:34:50 -0800 (Tue, 29 Mar 2005)
Revision: 847
Log message:
- Added function "filter" (we had "filter-out", but no "filter).
- Changed "filter" and "filter-out" to take a sequence of patterns instead of
just a single pattern as its first argument.
Changes | Path |
+348 -333 | omake/doc/html/omake.html |
+52 -14 | omake/src/build/omake_builtin_base.ml |
Changes by: ( at unknown.email)
Date: 2005-03-29 23:34:50 -0800 (Tue, 29 Mar 2005)
Revision: 848
Log message:
This commit was manufactured by cvs2svn to create branch
'lexer_args_correction'.