Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-02-14 13:09:06 -0800 (Wed, 14 Feb 2007)
Revision: 10044
Log message:

      Killed the GPL 'any later version' option to be consistent with the rest of
      the Libmojave.
      

Changes  Path
+2 -2 libmojave/util/lm_termsize.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-02-27 19:40:24 -0800 (Tue, 27 Feb 2007)
Revision: 10114
Log message:

      Added is_string_prefix.
      

Changes  Path
+9 -0 libmojave/stdlib/lm_string_util.ml
+4 -0 libmojave/stdlib/lm_string_util.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-02-27 19:52:42 -0800 (Tue, 27 Feb 2007)
Revision: 10116
Log message:

      Some browsers don't like + in URLs.
      

Changes  Path
+0 -3 libmojave/stdlib/lm_string_util.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-02-28 19:36:32 -0800 (Wed, 28 Feb 2007)
Revision: 10127
Log message:

      Unix.getpwent doesn't exist.
      Added functions to scan the entire passwd database.
      

Changes  Path
+56 -1 libmojave/cutil/lm_unix_cutil.c
+14 -0 libmojave/util/lm_glob.ml
+9 -0 libmojave/util/lm_glob.mli