Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-01 13:13:14 -0800 (Fri, 01 Dec 2006)
Revision: 9798
Log message:
Now compiles without warnings on Windows with /W4.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-12-05 19:41:25 -0800 (Tue, 05 Dec 2006)
Revision: 9821
Log message:
Added decode_uri/encode_uri functions.
Changes | Path |
+4 -1 | libmojave/stdlib/lm_string_util.ml |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-06 11:18:38 -0800 (Wed, 06 Dec 2006)
Revision: 9826
Log message:
Copied the termsize code from MetaPRL.
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-06 12:21:20 -0800 (Wed, 06 Dec 2006)
Revision: 9829
Log message:
Take the terminal width into account when formatting the --help output.
Changes | Path |
Properties | libmojave |
+1 -1 | libmojave/util/Files |
+44 -40 | libmojave/util/lm_arg.ml |
+11 -5 | libmojave/util/lm_termsize.ml |
+3 -2 | libmojave/util/lm_termsize.mli |
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-06 13:07:39 -0800 (Wed, 06 Dec 2006)
Revision: 9831
Log message:
Implemented a meaningful Windows version.
Changes | Path |
+17 -7 | libmojave/cutil/lm_termsize.c |
Changes by: Yegor N. Bryukhov (ybryukhov at gmail.com)
Date: 2006-12-08 11:21:40 -0800 (Fri, 08 Dec 2006)
Revision: 9853
Log message:
1. Visual C++ 2005 considers strcpy, sprintf, etc deprecated.
Disabled warning 4996.
2. readline had one function with no return type defined, VC2005 didn't like it, changed to void
I think it would be better to have warning disabling statement kept in one place so that it would be easier to
change/disable it.
I hope, libmojave part goes to the right place
Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-11 11:17:35 -0800 (Mon, 11 Dec 2006)
Revision: 9872
Log message:
Require OMake 0.9.8
Changes | Path |
+5 -13 | libmojave/cutil/OMakefile |
+2 -8 | libmojave/stdlib/OMakefile |