Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-05-10 16:19:04 -0700 (Wed, 10 May 2006)
Revision: 9172
Log message:

      Fixing a typo in the "z" warning test.
      

Changes  Path
+1 -1 omake-branches/0.9.8.x/lib/build/OCaml.om

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-05-10 16:31:22 -0700 (Wed, 10 May 2006)
Revision: 9174
Log message:

      - Updated the download page to point to the 0.9.8.x branch for subversion.
      - Regenerated the documentation.
      

Changes  Path
+12 -8 omake-branches/0.9.8.x/doc/html/download.html
+100 -40 omake-branches/0.9.8.x/doc/html/omake-doc.html
+62 -40 omake-branches/0.9.8.x/doc/html/omake-root.html
+38 -0 omake-branches/0.9.8.x/doc/html/omake-rules.html
+67 -0 omake-branches/0.9.8.x/doc/man/omake-doc.1
+670 -635 omake-branches/0.9.8.x/doc/man/omake-doc.txt
+21 -0 omake-branches/0.9.8.x/doc/man/omake-root.1
+13 -0 omake-branches/0.9.8.x/doc/man/omake-root.txt
+46 -0 omake-branches/0.9.8.x/doc/man/omake-rules.1
+73 -51 omake-branches/0.9.8.x/doc/man/omake-rules.txt
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.dvi
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.pdf
Binary omake-branches/0.9.8.x/doc/ps/omake-doc.ps

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-05-10 16:39:44 -0700 (Wed, 10 May 2006)
Revision: 9176
Log message:

      The 0.9.6.x branch is closed.
      
      Note - the http://omake.metaprl.org/ web site is now served off the 0.9.8.x
      branch.
      

Changes  Path
Copied omake-branches/closed/0.9.6.x

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-21 17:19:52 -0700 (Sun, 21 May 2006)
Revision: 9194
Log message:

      A branch for experimenting with communication.
      

Changes  Path
Copied omake-branches/0.9.9.port

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-21 18:08:25 -0700 (Sun, 21 May 2006)
Revision: 9195
Log message:

      Skip leading quotes in $'''...''' forms too.
      

Changes  Path
+2 -1 omake-branches/0.9.9.port/contrib/gtk/OMakefile
+63 -76 omake-branches/0.9.9.port/src/Makefile
+62 -74 omake-branches/0.9.9.port/src/Makefile.nt
+10 -1 omake-branches/0.9.9.port/src/env/omake_ast_lex.mll

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-21 19:37:43 -0700 (Sun, 21 May 2006)
Revision: 9196
Log message:

      Initial glue.
      

Changes  Path
+1 -1 omake-branches/0.9.9.port/OMakefile
+45 -2 omake-branches/0.9.9.port/lib/build/OCaml.om
+17 -0 omake-branches/0.9.9.port/mk/make_gen
Properties omake-branches/0.9.9.port/src
+226 -6 omake-branches/0.9.9.port/src/Makefile
+226 -6 omake-branches/0.9.9.port/src/Makefile.nt
+2 -1 omake-branches/0.9.9.port/src/OMakefile
+15 -3 omake-branches/0.9.9.port/src/clib/OMakefile
Copied omake-branches/0.9.9.port/src/libtrans/OMakefile
+55 -0 omake-branches/0.9.9.port/src/libtrans/OMakefile
+1 -0 omake-branches/0.9.9.port/src/main/OMakefile
+1 -1 omake-branches/0.9.9.port/src/shell/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-21 19:40:06 -0700 (Sun, 21 May 2006)
Revision: 9199
Log message:

      Forgot to ignore files.
      

Changes  Path
Properties omake-branches/0.9.9.port/src/libtrans

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-22 13:57:26 -0700 (Mon, 22 May 2006)
Revision: 9204
Log message:

      Very basic port wrappers.
      

Changes  Path
Added omake-branches/0.9.9.port/lib/Port.om
+216 -216 omake-branches/0.9.9.port/src/Makefile
+216 -216 omake-branches/0.9.9.port/src/Makefile.nt
+2 -0 omake-branches/0.9.9.port/src/builtin/OMakefile
+0 -0 omake-branches/0.9.9.port/src/builtin/omake_builtin_base.ml
Added omake-branches/0.9.9.port/src/builtin/omake_builtin_port.ml
Properties omake-branches/0.9.9.port/src/builtin/omake_builtin_port.ml
Properties omake-branches/0.9.9.port/src/clib
+1 -0 omake-branches/0.9.9.port/src/env/OMakefile
+5 -1 omake-branches/0.9.9.port/src/env/omake_ast_lex.mll
+13 -0 omake-branches/0.9.9.port/src/env/omake_env.ml
+3 -0 omake-branches/0.9.9.port/src/env/omake_env.mli
+15 -0 omake-branches/0.9.9.port/src/env/omake_ir_ast.ml
+1 -0 omake-branches/0.9.9.port/src/eval/OMakefile
+6 -0 omake-branches/0.9.9.port/src/eval/omake_eval.ml
+17 -0 omake-branches/0.9.9.port/src/eval/omake_value.ml
+4 -0 omake-branches/0.9.9.port/src/eval/omake_value.mli
+1 -0 omake-branches/0.9.9.port/src/ir/omake_state.ml
+1 -0 omake-branches/0.9.9.port/src/ir/omake_state.mli
+6 -1 omake-branches/0.9.9.port/src/ir/omake_symbol.ml
+10 -0 omake-branches/0.9.9.port/src/ir/omake_virtual_id.ml
+2 -0 omake-branches/0.9.9.port/src/ir/omake_virtual_id.mli
Properties omake-branches/0.9.9.port/src/libtrans
+1 -2 omake-branches/0.9.9.port/src/libtrans/OMakefile
+1 -1 omake-branches/0.9.9.port/src/main/OMakefile
Added omake-branches/0.9.9.port/tests/port/basic.om

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-23 10:10:39 -0700 (Tue, 23 May 2006)
Revision: 9207
Log message:

      Simple select test on PortAll.
      

Changes  Path
Properties omake-branches/0.9.9.port
+1 -1 omake-branches/0.9.9.port/OMakefile
Deleted omake-branches/0.9.9.port/lib/Port.om
Properties omake-branches/0.9.9.port/lib/comm
Copied omake-branches/0.9.9.port/lib/comm/Port.om
+1 -1 omake-branches/0.9.9.port/mk/make_gen
+166 -1 omake-branches/0.9.9.port/src/builtin/omake_builtin_base.ml
+1 -62 omake-branches/0.9.9.port/src/builtin/omake_builtin_port.ml
Properties omake-branches/0.9.9.port/src/env
+5 -5 omake-branches/0.9.9.port/src/ir/omake_state.ml
Properties omake-branches/0.9.9.port/src/magic
Properties omake-branches/0.9.9.port/tests/port
+1 -1 omake-branches/0.9.9.port/tests/port/basic.om

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-26 13:05:03 -0700 (Fri, 26 May 2006)
Revision: 9213
Log message:

      Added a native inotify interface.
      

Changes  Path
+2 -2 omake-branches/0.9.9.port/OMakefile
+1 -1 omake-branches/0.9.9.port/lib/configure/Configure.om
+1 -1 omake-branches/0.9.9.port/lib/configure/fam.om
+6 -2 omake-branches/0.9.9.port/mk/defaults
+4 -2 omake-branches/0.9.9.port/src/Makefile
+4 -2 omake-branches/0.9.9.port/src/Makefile.nt
+4 -0 omake-branches/0.9.9.port/src/clib/OMakefile
Copied omake-branches/0.9.9.port/src/clib/fam_inotify.c
+361 -0 omake-branches/0.9.9.port/src/clib/fam_inotify.c
+2 -4 omake-branches/0.9.9.port/src/clib/fam_kqueue.c
+2 -2 omake-branches/0.9.9.port/src/clib/fam_pseudo.h
Added omake-branches/0.9.9.port/src/clib/inotify-syscalls.h
Properties omake-branches/0.9.9.port/src/clib/inotify-syscalls.h
Added omake-branches/0.9.9.port/src/clib/inotify-test.c
Properties omake-branches/0.9.9.port/src/clib/inotify-test.c
Added omake-branches/0.9.9.port/src/clib/inotify.h
Properties omake-branches/0.9.9.port/src/clib/inotify.h
Added omake-branches/0.9.9.port/src/clib/inotify.om
+6 -0 omake-branches/0.9.9.port/src/clib/omake_notify.c

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-26 20:19:34 -0700 (Fri, 26 May 2006)
Revision: 9214
Log message:

      Minor inotify updates.
      

Changes  Path
Properties omake-branches/0.9.9.port
+5 -4 omake-branches/0.9.9.port/src/clib/fam_inotify.c
+1 -1 omake-branches/0.9.9.port/src/clib/omake_notify.c
Properties omake-branches/0.9.9.port/src/libtrans

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-05-31 13:38:41 -0700 (Wed, 31 May 2006)
Revision: 9222
Log message:

      FAM service has been migrated to libmojave.
      

Changes  Path
+28 -18 omake-branches/0.9.8.x/src/Makefile
+28 -18 omake-branches/0.9.8.x/src/Makefile.nt
+3 -3 omake-branches/0.9.8.x/src/build/omake_build.ml
Properties omake-branches/0.9.8.x/src/clib
+13 -4 omake-branches/0.9.8.x/src/clib/OMakefile
Deleted omake-branches/0.9.8.x/src/clib/fam_kqueue.c
Deleted omake-branches/0.9.8.x/src/clib/fam_pseudo.h
Deleted omake-branches/0.9.8.x/src/clib/fam_win32.c
Deleted omake-branches/0.9.8.x/src/clib/omake_notify.c
+13 -13 omake-branches/0.9.8.x/src/exec/omake_exec_notify.ml
+1 -1 omake-branches/0.9.8.x/src/exec/omake_exec_notify.mli
+3 -3 omake-branches/0.9.8.x/src/exec/omake_exec_type.ml
Properties omake-branches/0.9.8.x/src/libmojave
+3 -0 omake-branches/0.9.8.x/src/libmojave/OMakefile
+1 -1 omake-branches/0.9.8.x/src/main/omake_main.ml
+0 -1 omake-branches/0.9.8.x/src/util/OMakefile
Deleted omake-branches/0.9.8.x/src/util/omake_notify.ml
Deleted omake-branches/0.9.8.x/src/util/omake_notify.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-05-31 15:47:26 -0700 (Wed, 31 May 2006)
Revision: 9231
Log message:

      Point to the correct branch.
      

Changes  Path
+2 -2 omake-branches/0.9.8.x/doc/html/index.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-05-31 15:51:07 -0700 (Wed, 31 May 2006)
Revision: 9233
Log message:

      FIxing the ViewCVS URL.
      

Changes  Path
+1 -1 omake-branches/0.9.8.x/doc/html/index.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-05-31 16:05:28 -0700 (Wed, 31 May 2006)
Revision: 9234
Log message:

      Merged the rev 9195 ("Skip leading quotes in $'''...''' forms too") from the
      0.9.9.port branch:
      
      svn merge -r 9194:9195 svn+ssh://svn.metaprl.org/svnroot/mojave/omake-branches/0.9.9.port
      

Changes  Path
+2 -1 omake-branches/0.9.9.x/contrib/gtk/OMakefile
+63 -76 omake-branches/0.9.9.x/src/Makefile
+62 -74 omake-branches/0.9.9.x/src/Makefile.nt
+10 -1 omake-branches/0.9.9.x/src/env/omake_ast_lex.mll

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-05-31 16:44:57 -0700 (Wed, 31 May 2006)
Revision: 9235
Log message:

      Do not shadow CC and CFLAGS.
      

Changes  Path
+6 -5 omake-branches/0.9.9.x/mk/defaults