Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-08-02 15:07:34 -0700 (Thu, 02 Aug 2007)
Revision: 11542
Log message:
      Removed my "this disambiguation" hack, reverting to full path-hoisting of
      "this" back into the object
      
      Note that this is not a full reversion of my previous changes, as many of them
      very IMHO correct - such as making sure that outside of the "this" namespace,
      path-exports work as normal exports, not just for dynamic scope, but for
      everything else (implicit rules, phonies, cwd, whatever).
| Changes | Path | 
| +5 -16 | omake-branches/0.9.8.x/src/env/omake_env.ml | 
| +1 -1 | omake-branches/0.9.8.x/src/env/omake_env.mli | 
| +1 -1 | omake-branches/0.9.8.x/src/eval/omake_eval.ml |