1. 31 Ock, 2000 1 kayıt (commit)
  2. 30 Ock, 2000 6 kayıt (commit)
  3. 24 Ock, 2000 4 kayıt (commit)
  4. 21 Ock, 2000 1 kayıt (commit)
  5. 20 Ock, 2000 6 kayıt (commit)
  6. 19 Ock, 2000 1 kayıt (commit)
  7. 18 Ock, 2000 1 kayıt (commit)
  8. 17 Ock, 2000 10 kayıt (commit)
  9. 14 Ock, 2000 1 kayıt (commit)
  10. 13 Ock, 2000 4 kayıt (commit)
  11. 12 Ock, 2000 3 kayıt (commit)
  12. 09 Ock, 2000 2 kayıt (commit)
    • Greg Ward's avatar
      'newer_group()' can now deal with missing files, in a way specified by · 7b7679eb
      Greg Ward yazdı
      the 'missing' parameter.
      7b7679eb
    • Greg Ward's avatar
      Abstracted '_fix_link_args()' out of 'link_shared_object()'. · c9f3187b
      Greg Ward yazdı
      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