Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-03-28 20:27:31 -0700 (Wed, 28 Mar 2007)
Revision: 10292
Log message:

      Ported auto-export variables.
     See DEPENDENCIES for details.
     
     In my dim memory, these are all the major language features added
     by 0.9.9.  I might be wrong, but any remaining stuff is probably
     incidental.
     
     To finish all this off, I need to port
        - C stub-generator (plus gtk port as an example)
        - group communication
     
     I'll may try to merge all-features during the conference tomorrow,
     depending on how interesting it all is.

Changes  Path
+22 -0 omake-jumbo-branches/DEPENDENCIES
Copied omake-jumbo-branches/auto/ (from rev 10275, omake-jumbo-branches/var4)
+1 -1 omake-jumbo-branches/auto/0.9.8.x/src/Makefile
+1 -1 omake-jumbo-branches/auto/0.9.8.x/src/Makefile.nt
+1 -0 omake-jumbo-branches/auto/0.9.8.x/src/build/omake_builtin_util.ml
+6 -0 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_command_digest.ml
+34 -5 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_env.ml
+43 -5 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_ir_ast.ml
+21 -0 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_ir.ml
+3 -0 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_ir_print.ml
+1 -0 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_symbol.ml