1. 31 Jan, 2000 1 commit
  2. 30 Jan, 2000 6 commits
  3. 24 Jan, 2000 4 commits
  4. 21 Jan, 2000 1 commit
  5. 20 Jan, 2000 6 commits
  6. 19 Jan, 2000 1 commit
  7. 18 Jan, 2000 1 commit
  8. 17 Jan, 2000 10 commits
  9. 14 Jan, 2000 1 commit
  10. 13 Jan, 2000 4 commits
  11. 12 Jan, 2000 3 commits
  12. 09 Jan, 2000 2 commits
    • Greg Ward's avatar
      'newer_group()' can now deal with missing files, in a way specified by · 7b7679eb
      Greg Ward authored
      the 'missing' parameter.
      7b7679eb
    • Greg Ward's avatar
      Abstracted '_fix_link_args()' out of 'link_shared_object()'. · c9f3187b
      Greg Ward authored
      Added 'link_static_lib()' method, and 'archiver' and 'archiver_options'
        class attributes to support it.
      Added 'link_executable()' method, and 'ld_exec' instance attribute
        to support it.
      'newer_group()' is now able to handle missing files, so we don't have
        to kludge it by catching OSError when calling it.
      'object_filenames()' and 'shared_object_filename()' now take 'keep_dir'
        flag parameters.
      'library_filename()' and 'shared_library_filename()' now respect
        a directory component in the library name.
      Various comment updates/deletions.
      c9f3187b