NetBSD/usr.bin/ar
cgd 015e147f48 from patch 107:
This is a patch for ar(1) and ranlib(1) which fixes a problem for object
modules names longer than 16 characters and odd in length.  The problem
was that such records are padded to make sure the next record started on
an even byte boundary, but during reads the padding character was forgotten,
resulting in an "Inappropriate file type or format" error.
1993-04-09 12:25:43 +00:00
..
Makefile initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
append.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
ar.1 initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
ar.5.5 initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
ar.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
archive.c from patch 107: 1993-04-09 12:25:43 +00:00
archive.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
contents.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
delete.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
extern.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
extract.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
misc.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
move.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
pathnames.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
print.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
replace.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00