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

      Slowly adding more features to the interactive shell.
      
      Added tab-completion for BSD readline (and Mac OSX).  This should also
      be compatible with GNU readline, will check shortly.  This almost definitely
      breaks Win32, but it should be a pretty easy cleanup.
      
      Also added command-completion.
      

Changes  Path
+127 -78 omake-branches/0.9.8.x/src/clib/readline.c
+23 -0 omake-branches/0.9.8.x/src/ir/omake_cache.ml
+4 -3 omake-branches/0.9.8.x/src/ir/omake_cache.mli
+3 -1 omake-branches/0.9.8.x/src/main/omake_shell.ml
+43 -0 omake-branches/0.9.8.x/src/shell/omake_shell_job.ml
+9 -3 omake-branches/0.9.8.x/src/shell/omake_shell_job.mli