Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-03 10:58:24 -0700 (Mon, 03 Apr 2006)
Revision: 9006
Log message:
Minor changes from tracking down OCaml bug.
See http://caml.inria.fr/mantis/view.php?id=3998
Changes | Path |
Properties | libmojave |
+1 -0 | libmojave/cutil/OMakefile |
+1 -15 | libmojave/cutil/lm_channel.c |
+4 -2 | libmojave/cutil/lm_ctype.c |
Added | libmojave/cutil/lm_heap.c |
Added | libmojave/cutil/lm_heap.h |
+17 -13 | libmojave/cutil/lm_unix_cutil.c |
Added | libmojave/cutil/unixsupport.h |
+1 -0 | libmojave/stdlib/Files |
Added | libmojave/stdlib/lm_heap.ml |
Properties | libmojave/stdlib/lm_heap.ml |
Added | libmojave/stdlib/lm_heap.mli |
Properties | libmojave/stdlib/lm_heap.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-03 11:09:01 -0700 (Mon, 03 Apr 2006)
Revision: 9008
Log message:
Add a warning message.
Changes | Path |
+3 -1 | libmojave/cutil/lm_heap.c |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-04-03 15:31:06 -0700 (Mon, 03 Apr 2006)
Revision: 9012
Log message:
Fixed some compilation warnings.
Changes | Path |
+4 -3 | libmojave/cutil/lm_ctype.c |
+10 -9 | libmojave/cutil/lm_heap.c |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-09 11:23:32 -0700 (Sun, 09 Apr 2006)
Revision: 9041
Log message:
Two new functions in lm_string_util.
Changes | Path |
+66 -0 | libmojave/stdlib/lm_string_util.ml |
+5 -0 | libmojave/stdlib/lm_string_util.mli |
Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-04-12 12:21:47 -0700 (Wed, 12 Apr 2006)
Revision: 9067
Log message:
Adding add_char function to HashDigestSig (as a part of 0.9.6.shell ->
0_9_7_ref OMake branches merge).
Changes | Path |
+6 -5 | libmojave/util/lm_hash.ml |
+4 -7 | libmojave/util/lm_hash.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-13 12:32:29 -0700 (Thu, 13 Apr 2006)
Revision: 9079
Log message:
Filename fix, be careful about splitting filenames
on \c where c is a glob character.
Changes | Path |
+40 -1 | libmojave/stdlib/lm_filename_util.ml |
+0 -1 | libmojave/stdlib/lm_string_util.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-14 00:24:53 -0700 (Fri, 14 Apr 2006)
Revision: 9082
Log message:
Added some dummy code for Win32. This is easy to define,
I'll get to it.
Changes | Path |
+59 -0 | libmojave/cutil/lm_dll.c |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-17 10:08:25 -0700 (Mon, 17 Apr 2006)
Revision: 9091
Log message:
Added the add_substring function.
Changes | Path |
+15 -9 | libmojave/util/lm_hash.ml |
+9 -8 | libmojave/util/lm_hash.mli |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-19 00:40:59 -0700 (Wed, 19 Apr 2006)
Revision: 9096
Log message:
Minor build changes.
Changes | Path |
+4 -1 | libmojave/OMakefile |
+1 -1 | libmojave/stdlib/lm_thread.ml |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-28 19:17:53 -0700 (Fri, 28 Apr 2006)
Revision: 9134
Log message:
Add a Lm_list_util.splitup n l function to split a list into
segments of length at most n.
Changes | Path |
+19 -0 | libmojave/stdlib/lm_list_util.ml |
+4 -0 | libmojave/stdlib/lm_list_util.mli |