aboutsummaryrefslogtreecommitdiff
path: root/coreutils/head.c
AgeCommit message (Expand)Author
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-09-27Rewrote head to perservere when it can't open a file, and share codeMatt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
1999-12-17Make head --version do the right thing. Update TODO listErik Andersen
1999-12-15 fixed an embarrasing segfault (head w/ no argsJohn Beppu
1999-12-10Fixed John's email address again.Eric Andersen
1999-12-10 Implemented head(1).John Beppu