1. 13 May, 2000 19 commits
  2. 12 May, 2000 12 commits
  3. 09 May, 2000 1 commit
  4. 07 May, 2000 3 commits
  5. 06 May, 2000 1 commit
  6. 27 Apr, 2000 2 commits
  7. 26 Apr, 2000 2 commits
    • Greg Ward's avatar
      Hacked things up a bit so that configuration variables are expanded · 48f223a6
      Greg Ward authored
      in command-line options, and in two phases at that: first, we expand
      'install_base' and 'install_platbase', and then the other 'install_*'
      options.  This lets us do tricky stuff like
          install --prefix='/tmp$sys_prefix'
      ...oooh, neat.
      
      Simplified 'select_scheme()' -- it's no longer responsible for expanding
      config vars, tildes, etc.
      
      Define installation-specific config vars in 'self.config_vars', rather than
      in a local dictionary of one method.  Also factored '_expand_attrs()' out
      of 'expand_dirs()' and added 'expand_basedirs()'.
      
      Added a bunch of debugging output so I (and others) can judge the
      success of this crazy scheme through direct feedback.
      48f223a6
    • Greg Ward's avatar
      Harry Henry Gebel: import exception classes. · c5f056b7
      Greg Ward authored
      c5f056b7