treewrite: use Lindent to reformat to kernel coding style
[oweals/opkg-lede.git] / libbb / unzip.c
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2010-11-11 graham.gower@gmail.comRemove an erroneous comment.
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerCheck the unzip child process for errors and pass the...
2009-11-17 graham.gowerFix the warnings I created.
2009-11-17 graham.gowerCall _exit() and not exit() from within the child process.
2009-11-15 graham.gowerFree memory in error paths.
2009-11-15 graham.gowermalloc -> xmalloc
2009-11-15 graham.gowerCleanup gz_close().
2009-10-30 graham.gowerThe compiler almost certainly knows better.
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35opkg: fix some initialisation and double free issues...
2008-12-15 ticktock35* Add ipkg for future development