Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-12 18:52:43 -0800 (Fri, 12 Nov 2004)
Revision: 646
Log message:

      The CVS version of OCaml now supports "unused variable" warnings.
      I've just started going over the MetaPRL code and eliminating these
      warnings. So far I've found one real bug - Lm_symbol.compare_triple
      was incorrect.
      

Changes  Path
+19 -23 libmojave/stdlib/lm_big_int.ml
+13 -13 libmojave/stdlib/lm_map.ml
+13 -14 libmojave/stdlib/lm_serial_map.ml
+11 -11 libmojave/stdlib/lm_set.ml
+1 -30 libmojave/system/lm_marshal_shared.ml
+2 -6 libmojave/util/lm_parser.ml
+1 -1 libmojave/util/lm_symbol.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-13 14:51:54 -0800 (Sat, 13 Nov 2004)
Revision: 647
Log message:

      Fixed some more "unused variable" warnings.
      

Changes  Path
+3 -4 libmojave/stdlib/lm_debug.ml
+1 -1 libmojave/stdlib/lm_filename_util.ml
+25 -31 libmojave/stdlib/lm_hash_set.ml
+1 -1 libmojave/stdlib/lm_list_util.ml
+5 -5 libmojave/stdlib/lm_splay_linear_set.ml
+21 -27 libmojave/stdlib/lm_splay_set.ml
+3 -3 libmojave/stdlib/lm_splay_table.ml
+1 -2 libmojave/stdlib/lm_string_util.ml
+2 -2 libmojave/util/lm_interval_set.ml
+7 -8 libmojave/util/lm_loop.ml
+2 -2 libmojave/util/lm_ncurses_display.ml
+4 -5 libmojave/util/lm_position.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-15 15:54:24 -0800 (Mon, 15 Nov 2004)
Revision: 652
Log message:

      Removed a few unused variables.
      

Changes  Path
+1 -1 libmojave/stdlib/lm_thread_pool_null.ml
+21 -35 libmojave/util/lm_channel.ml
+1 -1 omake/src/util/omake_wild.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-16 23:02:14 -0800 (Tue, 16 Nov 2004)
Revision: 653
Log message:

      More unused variables eliminated.
      

Changes  Path
+8 -10 libmojave/stdlib/lm_cycle_dag.ml
+4 -5 libmojave/stdlib/lm_rformat.ml
+1 -1 libmojave/util/lm_field_table.ml
+1 -1 libmojave/util/lm_float80.ml
+1 -1 libmojave/util/lm_parse_id.ml

Changes by: yegor (yegor at unknown.email)
Date: 2004-11-29 18:35:46 -0800 (Mon, 29 Nov 2004)
Revision: 658
Log message:

      "is_empty" added to the interface
      

Changes  Path
+1 -0 libmojave/stdlib/lm_map_sig.mlz
+1 -0 libmojave/stdlib/lm_table_util.ml

Changes by: ( at unknown.email)
Date: 2004-11-29 18:35:46 -0800 (Mon, 29 Nov 2004)
Revision: 659
Log message:

      This commit was manufactured by cvs2svn to create branch 'new_parser3'.

Changes  Path
Copied libmojave-branches/new_parser3