Shutdown sending on the socket when stdin closes.
[oweals/busybox.git] / ar.c
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-05 Mark WhitleyFixed the comments to match the code and renamed the...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-22 Matt KraaiClean up error messages.
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-11 Glenn L McGrathFix .deb unpack and experimental TAR support
2000-09-11 Eric AndersenSimplify a few little things, and merge in a patch...
2000-09-09 Glenn L McGrathremove some printf statements i forgot about
2000-09-09 Glenn L McGrathImplemented new ar functionality unique to busybox...
2000-09-09 Glenn L McGrathChanged getopt so that options can be grouped together...
2000-09-09 Glenn L McGrathFix permisions
2000-09-09 Glenn L McGrathNow supports GNU style long filenames.
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
2000-08-11 Eric AndersenFix to make 'ar xv' work, thanks to Kent Robotti <robot...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-05 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-06-16 Eric AndersenUpdate to ar.c from Glenn McGrath. His comments follow:
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...