History log of /openbsd-current/gnu/usr.bin/binutils-2.17/bfd/archive.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.4 27-Feb-2017 guenther

Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updated
archive members are set to deterministic values. U cancels D. This should
simplify the syspatch work.

Based on a diff by daniel@
ok millert@ deraadt@ kettenis@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.3 10-May-2015 guenther

Add _bfd_ar_spacepadll() for formatting long long values in archive headers.

ok kettenis@


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.2 19-Apr-2013 miod

Use time_t instead of long for archive timestamps, and print them as long long;
prodding deraadt@


# 1.1 24-Apr-2011 miod

branches: 1.1.1;
Initial revision