[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9824)
Jason Hickey
jyh at cs.caltech.edu
Wed Dec 6 09:31:52 PST 2006
Module name: OMake Build System [0.9.8.x]
Changes by: jyh at cs.caltech.edu (Jason Hickey)
Date: 2006-12-06 09:31:51 -0800 (Wed, 06 Dec 2006)
Revision: 9824
Log message:
Changed array function slightly:
concat_array [ValString s] -> ValData s
concat_array [ValSequence x] -> ValQuote [ValSequence x]
concat_array [v] -> v (* otherwise *)
Changes:
+1 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+34 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_file.ml
+5 -6 omake-branches/0.9.8.x/src/eval/omake_value.ml
+0 -1 omake-branches/0.9.8.x/src/eval/omake_value.mli
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-12.html#06/12/06.09:31:51
More information about the OMake-CVS
mailing list