[BusyBox-cvs] cvs commit to busybox by andersen

Erik Andersen andersen at busybox.net
Fri Jun 16 04:56:40 UTC 2000


Repository: busybox
who:        andersen
time:       Thu Jun 15 22:56:40 MDT 2000

Log Message:
Update to ar.c from Glenn McGrath.  His comments follow:

------------------------------

the attached diff applies to the ar.c i originally submitted

Changes

Preserve dates now works.
Extracted files are set to the uid, gid and mode specified in the
archive.
Checks for valid end of header marker.
Correctly unpacks newer debian files. (has a '\n' character between
entries)
Added more comments.
Cleaned up code.
Added a last modified date to help keep track of versions.


TODO

Common functionality in ar.c are in tar.c should be merged, in
particular getOctal and extractSubFile.

Should all functions that are used by multiple file go in utilities.c ?


Files:
changed:    ar.c






More information about the busybox-cvs mailing list