Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options...
[oweals/busybox.git] / coreutils / head.c
2018-12-28 Denys Vlasenkoconfig: update size information
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2013-07-13 Denys VlasenkoCommonalize typical [b,]k,m suffix struct
2013-02-25 Denys Vlasenkohead: support -n -NUM and -c -NUM
2013-02-25 Denys Vlasenkohead,tail: use common suffix struct. simplify help...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-02 Denys Vlasenko*: better string sharing
2010-03-02 Denys Vlasenkohead,tail: trim help text; make suffixes unconditional...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2008-11-11 Denis Vlasenkohead: report file open errors with exitcode 1 (was...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2006-12-22 Denis Vlasenkoconvert "negaite" config option into reversed (INCLUDE_...
2006-11-27 Denis VlasenkoProvide our own isdigit macro. saves more than 400...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-01-30 "Vladimir N. Oleynik"support GNU suffixes for fancy mode: b(512), k(1024...
2006-01-30 Rob LandleyMove SUSv2 obsolete feature disabling to debug menu...
2005-12-15 Bernhard Reutner... - Stephane Billiart writes:
2005-12-13 Bernhard Reutner... - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_appl...
2005-12-11 Glenn L McGrathAdd build options to control SuS compatability, allows...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-05-27 Robert GrieblAdded include for isdigit(); simplified -<num> detection
2002-05-17 Robert GrieblSUpport old style -[::digit::] options for head and...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-06 Matt KraaiUse ferror(3) to check for errors, rather than inspecti...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-27 Matt KraaiRewrote head to perservere when it can't open a file...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
1999-12-17 Erik AndersenMake head --version do the right thing. Update TODO...
1999-12-15 John Beppu fixed an embarrasing segfault (head w/ no args
1999-12-10 Eric AndersenFixed John's email address again.
1999-12-10 John Beppu Implemented head(1).