Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:18:16 -0700 (Tue, 01 Jul 2008)
Revision: 13081
Log message:
Add lstat to the cache, and fix the "find" function so it does
not follow symlinks.
There are certainly many other places where we need to do
similar, especially "rm -r" and friends.
Changes | Path(relative to omake-branches/0.9.8.x/src) |
+1 -1 | builtin/omake_builtin_test.ml |
+2 -2 | eval/omake_value.ml |
+1 -1 | eval/omake_value.mli |
+67 -16 | ir/omake_cache.ml |
+2 -2 | ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:20:03 -0700 (Tue, 01 Jul 2008)
Revision: 13082
Log message:
Automated merge of 13061:13081 from svn://svn.metaprl.org/omake-branches/0.9.8.x into array-args
Changes | Path(relative to omake-branches/jumbo/array-args) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:20:45 -0700 (Tue, 01 Jul 2008)
Revision: 13083
Log message:
Automated merge of 13062:13082 from svn://svn.metaprl.org/omake-branches/0.9.8.x into var2
Changes | Path(relative to omake-branches/jumbo/var2) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:21:27 -0700 (Tue, 01 Jul 2008)
Revision: 13084
Log message:
Automated merge of 13063:13083 from svn://svn.metaprl.org/omake-branches/jumbo/var2 into var3
Changes | Path(relative to omake-branches/jumbo/var3) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:22:06 -0700 (Tue, 01 Jul 2008)
Revision: 13085
Log message:
Automated merge of 13064:13084 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into const
Changes | Path(relative to omake-branches/jumbo/const) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:22:48 -0700 (Tue, 01 Jul 2008)
Revision: 13086
Log message:
Automated merge of 13065:13085 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into auto
Changes | Path(relative to omake-branches/jumbo/auto) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:23:31 -0700 (Tue, 01 Jul 2008)
Revision: 13087
Log message:
Automated merge of 13066:13086 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into int
Changes | Path(relative to omake-branches/jumbo/int) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:24:15 -0700 (Tue, 01 Jul 2008)
Revision: 13088
Log message:
Automated merge of 13067:13087 from svn://svn.metaprl.org/omake-branches/jumbo/int into dll
Changes | Path(relative to omake-branches/jumbo/dll) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:24:58 -0700 (Tue, 01 Jul 2008)
Revision: 13089
Log message:
Automated merge of 13068:13088 from svn://svn.metaprl.org/omake-branches/jumbo/const into all-features
Changes | Path(relative to omake-branches/jumbo/all-features) |
Properties | . |
+1 -1 | src/builtin/omake_builtin_test.ml |
+2 -2 | src/eval/omake_value.ml |
+1 -1 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-01 17:29:48 -0700 (Tue, 01 Jul 2008)
Revision: 13090
Log message:
merge 13069:13089 from svn://svn.metaprl.org/omake-branches/jumbo/all-features into everything
Changes | Path(relative to omake-branches/jumbo/everything) |
Properties | . |
Properties | lib/web/ |
+1 -1 | src/builtin/omake_builtin_test.ml |
+4 -4 | src/eval/omake_value.ml |
+2 -2 | src/eval/omake_value.mli |
+67 -16 | src/ir/omake_cache.ml |
+2 -2 | src/ir/omake_cache.mli |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 13:57:52 -0700 (Mon, 21 Jul 2008)
Revision: 13140
Log message:
.. should also fail for the root dir.
Changes | Path(relative to omake-branches/0.9.8.x/src/ir) |
+4 -2 | omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:00:09 -0700 (Mon, 21 Jul 2008)
Revision: 13141
Log message:
Automated merge of 13081:13140 from svn://svn.metaprl.org/omake-branches/0.9.8.x into array-args
Changes | Path(relative to omake-branches/jumbo/array-args) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:01:12 -0700 (Mon, 21 Jul 2008)
Revision: 13142
Log message:
Automated merge of 13082:13141 from svn://svn.metaprl.org/omake-branches/0.9.8.x into var2
Changes | Path(relative to omake-branches/jumbo/var2) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:02:21 -0700 (Mon, 21 Jul 2008)
Revision: 13143
Log message:
Automated merge of 13083:13142 from svn://svn.metaprl.org/omake-branches/jumbo/var2 into var3
Changes | Path(relative to omake-branches/jumbo/var3) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:03:23 -0700 (Mon, 21 Jul 2008)
Revision: 13144
Log message:
Automated merge of 13084:13143 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into const
Changes | Path(relative to omake-branches/jumbo/const) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:04:31 -0700 (Mon, 21 Jul 2008)
Revision: 13145
Log message:
Automated merge of 13085:13144 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into auto
Changes | Path(relative to omake-branches/jumbo/auto) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:05:39 -0700 (Mon, 21 Jul 2008)
Revision: 13146
Log message:
Automated merge of 13086:13145 from svn://svn.metaprl.org/omake-branches/jumbo/var3 into int
Changes | Path(relative to omake-branches/jumbo/int) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:06:51 -0700 (Mon, 21 Jul 2008)
Revision: 13147
Log message:
Automated merge of 13087:13146 from svn://svn.metaprl.org/omake-branches/jumbo/int into dll
Changes | Path(relative to omake-branches/jumbo/dll) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:07:57 -0700 (Mon, 21 Jul 2008)
Revision: 13148
Log message:
Automated merge of 13088:13147 from svn://svn.metaprl.org/omake-branches/jumbo/const into all-features
Changes | Path(relative to omake-branches/jumbo/all-features) |
Properties | . |
+4 -2 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-21 14:08:43 -0700 (Mon, 21 Jul 2008)
Revision: 13149
Log message:
Automated merge of 13089:13148 from svn://svn.metaprl.org/omake-branches/jumbo/all-features into everything
Changes | Path(relative to omake-branches/jumbo/everything) |
Properties | . |
+3 -1 | src/ir/omake_node.ml |
Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-24 11:51:14 -0700 (Thu, 24 Jul 2008)
Revision: 13162
Log message:
Remove some debugging printing.
Changes | Path(relative to omake-branches/jumbo/everything/src/builtin) |
+0 -6 | omake_builtin_file.ml |