Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-03 15:57:26 -0700 (Thu, 03 Aug 2006)
Revision: 9463
Log message:
Fixing some typoes.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-03 17:39:06 -0700 (Thu, 03 Aug 2006)
Revision: 9467
Log message:
Command line options: more consistent usage of the Set/Clear in place of Unit.
Also fixed some of the options to act a bit more reasonably when inverted.
Changes | Path |
+8 -8 | omake-branches/0.9.8.x/src/ir/omake_state.ml |
+2 -2 | omake-branches/0.9.8.x/src/main/omake_main.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-03 17:44:29 -0700 (Thu, 03 Aug 2006)
Revision: 9468
Log message:
More consistency in option handling.
Changes | Path |
+2 -2 | omake-branches/0.9.8.x/src/ir/omake_state.ml |
+9 -7 | omake-branches/0.9.8.x/src/main/omake_main.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-10 16:48:56 -0700 (Thu, 10 Aug 2006)
Revision: 9485
Log message:
Improved the handling of the verson string in version.txt:
- The _released_ versions should have the version.txt of the form
VERSION-RELEASE
(and no spaces!)
- The _development_ versions should have version.txt of either the form
VERSION (COMMENT)
where the comment should probably say that it's a development version,
among other things, or it should just be
VERSION
and not contain any dashes or spaces. In this case the "(development
version)" comment will be added automatically.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-08-13 15:25:46 -0700 (Sun, 13 Aug 2006)
Revision: 9493
Log message:
Added some additional string-escaping functions.
Changes | Path |
+17 -5 | omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-15 15:07:11 -0700 (Tue, 15 Aug 2006)
Revision: 9501
Log message:
Obey NATIVE_ENABLED/BYTE_ENABLED when computing recursive scanner
dependencies.
Changes | Path |
+4 -1 | omake-branches/0.9.8.x/lib/build/OCaml.om |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-16 17:58:32 -0700 (Wed, 16 Aug 2006)
Revision: 9503
Log message:
- Make $(target-exists foo.cmx) return "false" instead of "blowing up" when
NATIVE_ENABLED is false. This is done by changing the active rules to raise
an exception, which would then be caught by target-exists and alike.
- When an exception raised from the OMake code is uncaught, and the Exception
object contains a "message" field, print only that message in place of a
verbose listing of the object.
- Regenerated the documentation.
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-08-25 17:00:45 -0700 (Fri, 25 Aug 2006)
Revision: 9533
Log message:
Filling in the changelog (in preparation for the 0.9.8 release).
Changes | Path |
+79 -0 | omake-branches/0.9.8.x/doc/html/changelog.html |