Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-01 08:46:26 -0700 (Tue, 01 Jun 2004)
Revision: 378
Log message:

      Added new variables:
         SYSNAME, VERSION, RELEASE, MACHINE
      that correspond to the values returned by uname.
      
      Aleksey, can you add the following links to omake
      on cvs.metaprl.org:
      
         libmojave/cutil/lm_uname_ext.c
                   unix/lm_uname.ml
                   unix/lm_uname.mli
      
      Thanks!
      

Changes  Path
+9 -0 omake/Files
+23 -5 omake/Makefile.in
+9 -2 omake/Makefile.nt
+6 -1 omake/src/build/omake_builtin_base.ml
+1 -1 omake/version.txt

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-01 09:49:12 -0700 (Tue, 01 Jun 2004)
Revision: 379
Log message:

      Update Makefile.nt so omake compiles in Win32.
      

Changes  Path
Properties omake
+1 -0 omake/.cvsignore
+1 -1 omake/Files
+233 -189 omake/Makefile.dep.nt
+1 -0 omake/Makefile.in
+9 -7 omake/Makefile.nt

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 21:41:13 -0700 (Fri, 11 Jun 2004)
Revision: 388
Log message:

      - Files should be compatible both with Makefile and OMakefile
      - Minor code simplification
      

Changes  Path
+1 -1 omake/Files
+1 -1 omake/Makefile.in
+49 -57 omake/src/env/omake_env.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 21:59:12 -0700 (Fri, 11 Jun 2004)
Revision: 389
Log message:

      - (bug 140) Made the rule selection in case of an an .ml without .mli more robust.
      
      - Updated the OMakefile to account for the lm_uname_ext.c file (to make omake
      capable of building itself again).
      

Changes  Path
+1 -1 omake/Files
+1 -1 omake/Makefile.in
+11 -1 omake/OMakefile.in
+23 -3 omake/OMakeroot.src.in

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-11 22:03:02 -0700 (Fri, 11 Jun 2004)
Revision: 390
Log message:

      Bumping the version number (to account for the new OMakeroot.src).
      

Changes  Path
+1 -1 omake/version.txt

Changes by: yegor (yegor at unknown.email)
Date: 2004-06-16 22:56:08 -0700 (Wed, 16 Jun 2004)
Revision: 397
Log message:

      It didn't compile lm_uname_ext under win32 because of extension.
      One option would be to make:
      
      OFILES = lm_uname_ext$(OBJ_EXT)
      
      but I think this is ugly, instead I made
      
      OFILES = lm_uname_ext.o
      
      removed suffix addition in Makefile.in;
      in Makefile.nt defined OBJFILES as  .o -> .obj replacement in OFILES
      
      May be this is not much better than the first option though
      

Changes  Path
+1 -1 omake/Files
+2 -1 omake/Makefile.in

Changes by: yegor (yegor at unknown.email)
Date: 2004-06-20 18:40:55 -0700 (Sun, 20 Jun 2004)
Revision: 402
Log message:

      EXE was not set properly for cygwin
      

Changes  Path
+15 -2 omake/OMakeroot.src.in

Changes by: yegor (yegor at unknown.email)
Date: 2004-06-20 23:07:24 -0700 (Sun, 20 Jun 2004)
Revision: 403
Log message:

      Fix to the previous commit, I hope now it's alright.
      

Changes  Path
+1 -6 omake/OMakeroot.src.in

Changes by: ( at unknown.email)
Date: 2004-06-20 23:07:24 -0700 (Sun, 20 Jun 2004)
Revision: 404
Log message:

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

Changes  Path
Copied libmojave-branches/thread_select
Deleted libmojave-branches/thread_select/.cvsignore
Deleted libmojave-branches/thread_select/Makefile
Deleted libmojave-branches/thread_select/OMakefile
Deleted libmojave-branches/thread_select/cutil/.cvsignore
Deleted libmojave-branches/thread_select/cutil/Files
Deleted libmojave-branches/thread_select/cutil/Makefile
Deleted libmojave-branches/thread_select/cutil/OMakefile
Deleted libmojave-branches/thread_select/cutil/lm_abstract.c
Deleted libmojave-branches/thread_select/cutil/lm_config.c
Deleted libmojave-branches/thread_select/cutil/lm_float.c
Deleted libmojave-branches/thread_select/cutil/lm_marshal_shared.c
Deleted libmojave-branches/thread_select/cutil/lm_marshal_shared.h
Deleted libmojave-branches/thread_select/cutil/lm_mmap.c
Deleted libmojave-branches/thread_select/cutil/lm_mmap.h
Deleted libmojave-branches/thread_select/cutil/lm_ncurses.c
Deleted libmojave-branches/thread_select/cutil/lm_printf.c
Deleted libmojave-branches/thread_select/cutil/lm_raw.c
Deleted libmojave-branches/thread_select/cutil/lm_readline.c
Deleted libmojave-branches/thread_select/cutil/lm_rusage.c
Deleted libmojave-branches/thread_select/cutil/lm_ssl.c
Deleted libmojave-branches/thread_select/cutil/lm_terminfo.c
Deleted libmojave-branches/thread_select/stdlib/.cvsignore
Deleted libmojave-branches/thread_select/stdlib/Files
Deleted libmojave-branches/thread_select/stdlib/Makefile
Deleted libmojave-branches/thread_select/stdlib/OMakefile
Deleted libmojave-branches/thread_select/stdlib/lm_array.ml
Deleted libmojave-branches/thread_select/stdlib/lm_array.mli
Deleted libmojave-branches/thread_select/stdlib/lm_array_linear_set.ml
Deleted libmojave-branches/thread_select/stdlib/lm_array_linear_set.mli
Deleted libmojave-branches/thread_select/stdlib/lm_array_sig.mlz
Deleted libmojave-branches/thread_select/stdlib/lm_big_int.ml
Deleted libmojave-branches/thread_select/stdlib/lm_big_int.mli
Deleted libmojave-branches/thread_select/stdlib/lm_buffer.ml
Deleted libmojave-branches/thread_select/stdlib/lm_buffer.mli
Deleted libmojave-branches/thread_select/stdlib/lm_char.ml
Deleted libmojave-branches/thread_select/stdlib/lm_char.mli
Deleted libmojave-branches/thread_select/stdlib/lm_cycle_dag.ml
Deleted libmojave-branches/thread_select/stdlib/lm_cycle_dag.mli
Deleted libmojave-branches/thread_select/stdlib/lm_dag_sig.mlz
Deleted libmojave-branches/thread_select/stdlib/lm_file_util.ml
Deleted libmojave-branches/thread_select/stdlib/lm_file_util.mli
Deleted libmojave-branches/thread_select/stdlib/lm_format.ml
Deleted libmojave-branches/thread_select/stdlib/lm_format.mli
Deleted libmojave-branches/thread_select/stdlib/lm_hash_set.ml
Deleted libmojave-branches/thread_select/stdlib/lm_hash_set.mli
Deleted libmojave-branches/thread_select/stdlib/lm_hashtbl_util.ml
Deleted libmojave-branches/thread_select/stdlib/lm_hashtbl_util.mli
Deleted libmojave-branches/thread_select/stdlib/lm_imp_dag.ml
Deleted libmojave-branches/thread_select/stdlib/lm_imp_dag.mli
Deleted libmojave-branches/thread_select/stdlib/lm_int_set.ml
Deleted libmojave-branches/thread_select/stdlib/lm_int_set.mli
Deleted libmojave-branches/thread_select/stdlib/lm_int_util.ml
Deleted libmojave-branches/thread_select/stdlib/lm_int_util.mli
Deleted libmojave-branches/thread_select/stdlib/lm_io.ml
Deleted libmojave-branches/thread_select/stdlib/lm_io.mli
Deleted libmojave-branches/thread_select/stdlib/lm_large_array.ml
Deleted libmojave-branches/thread_select/stdlib/lm_large_array.mli
Deleted libmojave-branches/thread_select/stdlib/lm_large_array_weak.ml
Deleted libmojave-branches/thread_select/stdlib/lm_large_array_weak.mli
Deleted libmojave-branches/thread_select/stdlib/lm_linear_set_sig.mlz
Deleted libmojave-branches/thread_select/stdlib/lm_list.ml
Deleted libmojave-branches/thread_select/stdlib/lm_list.mli
Deleted libmojave-branches/thread_select/stdlib/lm_list_util.ml
Deleted libmojave-branches/thread_select/stdlib/lm_list_util.mli
Deleted libmojave-branches/thread_select/stdlib/lm_make_printf.ml
Deleted libmojave-branches/thread_select/stdlib/lm_make_printf.mli
Deleted libmojave-branches/thread_select/stdlib/lm_num.ml
Deleted libmojave-branches/thread_select/stdlib/lm_num.mli
Deleted libmojave-branches/thread_select/stdlib/lm_pervasives.h
Deleted libmojave-branches/thread_select/stdlib/lm_printf_rbuffer.ml
Deleted libmojave-branches/thread_select/stdlib/lm_printf_rbuffer.mli
Deleted libmojave-branches/thread_select/stdlib/lm_ref_util.ml
Deleted libmojave-branches/thread_select/stdlib/lm_ref_util.mli
Deleted libmojave-branches/thread_select/stdlib/lm_rformat.ml
Deleted libmojave-branches/thread_select/stdlib/lm_rformat.mli
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_html.ml
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_html.mli
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_raw.ml
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_raw.mli
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_tex.ml
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_tex.mli
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_text.ml
Deleted libmojave-branches/thread_select/stdlib/lm_rformat_text.mli
Deleted libmojave-branches/thread_select/stdlib/lm_rprintf.ml
Deleted libmojave-branches/thread_select/stdlib/lm_rprintf.mli
Deleted libmojave-branches/thread_select/stdlib/lm_serial_map.ml
Deleted libmojave-branches/thread_select/stdlib/lm_serial_map.mli
Deleted libmojave-branches/thread_select/stdlib/lm_small_set.ml
Deleted libmojave-branches/thread_select/stdlib/lm_small_set.mli
Deleted libmojave-branches/thread_select/stdlib/lm_splay.ml
Deleted libmojave-branches/thread_select/stdlib/lm_splay.mli
Deleted libmojave-branches/thread_select/stdlib/lm_splay_linear_set.ml
Deleted libmojave-branches/thread_select/stdlib/lm_splay_linear_set.mli
Deleted libmojave-branches/thread_select/stdlib/lm_splay_set.ml
Deleted libmojave-branches/thread_select/stdlib/lm_splay_set.mli
Deleted libmojave-branches/thread_select/stdlib/lm_splay_table.ml
Deleted libmojave-branches/thread_select/stdlib/lm_splay_table.mli
Deleted libmojave-branches/thread_select/stdlib/lm_string.ml
Deleted libmojave-branches/thread_select/stdlib/lm_string.mli
Deleted libmojave-branches/thread_select/stdlib/lm_sys.ml
Deleted libmojave-branches/thread_select/stdlib/lm_sys.mli
Deleted libmojave-branches/thread_select/stdlib/lm_table_util.ml
Deleted libmojave-branches/thread_select/stdlib/lm_table_util.mli
Deleted libmojave-branches/thread_select/stdlib/lm_test.ml
Deleted libmojave-branches/thread_select/stdlib/lm_test.mli
Deleted libmojave-branches/thread_select/stdlib/lm_test_sig.ml
Deleted libmojave-branches/thread_select/stdlib/lm_thread.ml
Deleted libmojave-branches/thread_select/stdlib/lm_thread.mli
Deleted libmojave-branches/thread_select/stdlib/lm_thread_core.mli
Deleted libmojave-branches/thread_select/stdlib/lm_thread_core_null.ml
Deleted libmojave-branches/thread_select/stdlib/lm_thread_core_system.ml
Deleted libmojave-branches/thread_select/stdlib/lm_thread_event.ml
Deleted libmojave-branches/thread_select/stdlib/lm_thread_event.mli
Deleted libmojave-branches/thread_select/stdlib/lm_thread_shell.ml
Deleted libmojave-branches/thread_select/stdlib/lm_thread_shell.mli
Deleted libmojave-branches/thread_select/stdlib/lm_thread_sig.mlz
Deleted libmojave-branches/thread_select/stdlib/lm_thread_util.ml
Deleted libmojave-branches/thread_select/stdlib/lm_thread_util.mli
Deleted libmojave-branches/thread_select/unix/.#lm_unix_util.ml
Deleted libmojave-branches/thread_select/unix/.#lm_unix_util.mli
Deleted libmojave-branches/thread_select/unix/.cvsignore
Deleted libmojave-branches/thread_select/unix/Files
Deleted libmojave-branches/thread_select/unix/Makefile
Deleted libmojave-branches/thread_select/unix/OMakefile
Deleted libmojave-branches/thread_select/unix/lm_id.ml
Deleted libmojave-branches/thread_select/unix/lm_id.mli
Deleted libmojave-branches/thread_select/unix/lm_inet.ml
Deleted libmojave-branches/thread_select/unix/lm_inet.mli
Deleted libmojave-branches/thread_select/unix/lm_mmap.ml
Deleted libmojave-branches/thread_select/unix/lm_mmap.mli
Deleted libmojave-branches/thread_select/unix/lm_mmap_pipe.ml
Deleted libmojave-branches/thread_select/unix/lm_mmap_pipe.mli
Deleted libmojave-branches/thread_select/unix/lm_rusage.ml
Deleted libmojave-branches/thread_select/unix/lm_rusage.mli
Deleted libmojave-branches/thread_select/unix/lm_unix_util.ml
Deleted libmojave-branches/thread_select/unix/lm_unix_util.mli
Deleted libmojave-branches/thread_select/util/.cvsignore
Deleted libmojave-branches/thread_select/util/Files
Deleted libmojave-branches/thread_select/util/Makefile
Deleted libmojave-branches/thread_select/util/OMakefile
Deleted libmojave-branches/thread_select/util/lm_attribute.ml
Deleted libmojave-branches/thread_select/util/lm_attribute.mli
Deleted libmojave-branches/thread_select/util/lm_bitmatrix.ml
Deleted libmojave-branches/thread_select/util/lm_bitmatrix.mli
Deleted libmojave-branches/thread_select/util/lm_clock.ml
Deleted libmojave-branches/thread_select/util/lm_clock.mli
Deleted libmojave-branches/thread_select/util/lm_command_util.ml
Deleted libmojave-branches/thread_select/util/lm_command_util.mli
Deleted libmojave-branches/thread_select/util/lm_config.ml
Deleted libmojave-branches/thread_select/util/lm_config.mli
Deleted libmojave-branches/thread_select/util/lm_ctype.ml
Deleted libmojave-branches/thread_select/util/lm_ctype.mli
Deleted libmojave-branches/thread_select/util/lm_digraph.ml
Deleted libmojave-branches/thread_select/util/lm_digraph.mli
Deleted libmojave-branches/thread_select/util/lm_dlist.ml
Deleted libmojave-branches/thread_select/util/lm_dlist.mli
Deleted libmojave-branches/thread_select/util/lm_field_table.ml
Deleted libmojave-branches/thread_select/util/lm_field_table.mli
Deleted libmojave-branches/thread_select/util/lm_flags.ml
Deleted libmojave-branches/thread_select/util/lm_flags.mli
Deleted libmojave-branches/thread_select/util/lm_float80.ml
Deleted libmojave-branches/thread_select/util/lm_float80.mli
Deleted libmojave-branches/thread_select/util/lm_fmarshal.ml
Deleted libmojave-branches/thread_select/util/lm_fmarshal.mli
Deleted libmojave-branches/thread_select/util/lm_format_util.ml
Deleted libmojave-branches/thread_select/util/lm_format_util.mli
Deleted libmojave-branches/thread_select/util/lm_graph.ml
Deleted libmojave-branches/thread_select/util/lm_graph.mli
Deleted libmojave-branches/thread_select/util/lm_interval_set.ml
Deleted libmojave-branches/thread_select/util/lm_interval_set.mli
Deleted libmojave-branches/thread_select/util/lm_listbuf.ml
Deleted libmojave-branches/thread_select/util/lm_listbuf.mli
Deleted libmojave-branches/thread_select/util/lm_loop.ml
Deleted libmojave-branches/thread_select/util/lm_loop.mli
Deleted libmojave-branches/thread_select/util/lm_ncurses.ml
Deleted libmojave-branches/thread_select/util/lm_ncurses.mli
Deleted libmojave-branches/thread_select/util/lm_ncurses_display.ml
Deleted libmojave-branches/thread_select/util/lm_ncurses_display.mli
Deleted libmojave-branches/thread_select/util/lm_parse_id.ml
Deleted libmojave-branches/thread_select/util/lm_parse_id.mli
Deleted libmojave-branches/thread_select/util/lm_print_util.ml
Deleted libmojave-branches/thread_select/util/lm_print_util.mli
Deleted libmojave-branches/thread_select/util/lm_profile.ml
Deleted libmojave-branches/thread_select/util/lm_profile.mli
Deleted libmojave-branches/thread_select/util/lm_rawfloat.ml
Deleted libmojave-branches/thread_select/util/lm_rawfloat.mli
Deleted libmojave-branches/thread_select/util/lm_rawint.ml
Deleted libmojave-branches/thread_select/util/lm_rawint.mli
Deleted libmojave-branches/thread_select/util/lm_readline.ml
Deleted libmojave-branches/thread_select/util/lm_readline.mli
Deleted libmojave-branches/thread_select/util/lm_ssl.ml
Deleted libmojave-branches/thread_select/util/lm_ssl.mli
Deleted libmojave-branches/thread_select/util/lm_symbol_matrix.ml
Deleted libmojave-branches/thread_select/util/lm_symbol_matrix.mli
Deleted libmojave-branches/thread_select/util/lm_table_graph.ml
Deleted libmojave-branches/thread_select/util/lm_table_graph.mli
Deleted libmojave-branches/thread_select/util/lm_terminfo.ml
Deleted libmojave-branches/thread_select/util/lm_terminfo.mli
Deleted libmojave-branches/thread_select/util/lm_trace.ml
Deleted libmojave-branches/thread_select/util/lm_trace.mli
Copied omake-branches/thread_select
Deleted omake-branches/thread_select/lm_symbol_omake.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-06-21 20:18:49 -0700 (Mon, 21 Jun 2004)
Revision: 405
Log message:

      Use the .obj suffix on Windows.
      

Changes  Path
+1 -0 omake/Files
+4 -4 omake/Makefile.nt

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-27 17:23:47 -0700 (Sun, 27 Jun 2004)
Revision: 410
Log message:

      No need to scan .mli when we need .cmo/.cmx dependencies.
      

Changes  Path
+1 -1 omake/Files
+1 -2 omake/Makefile.in
+3 -3 omake/OMakeroot.src.in

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-27 17:36:14 -0700 (Sun, 27 Jun 2004)
Revision: 411
Log message:

      The error message for "nodes are out of order" was had the node and dependency
      swapped.
      

Changes  Path
+1 -1 omake/src/build/omake_build_util.ml