Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5816ccb190e0ffc10d9f4da2f98a2cb0da6f6315
/
coreutils
/
head.c
5816ccb
- wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning
by Bernhard Reutner-Fischer
· 19 years ago
0bd0257
Add build options to control SuS compatability, allows numeric
by Glenn L McGrath
· 19 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
53146cc
Added include for isdigit(); simplified -<num> detection
by Robert Griebl
· 23 years ago
13c26fc
SUpport old style -[::digit::] options for head and tail
by Robert Griebl
· 23 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
2338d31
Use ferror(3) to check for errors, rather than inspecting errno. Thanks to
by Matt Kraai
· 23 years ago
3e6ff90
A cleanup patch from Jeff Garzik to static-ify a number of
by Eric Andersen
· 24 years ago
eba8ed7
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
by Eric Andersen
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
67991cf
This patch, put together by Manuel Novoa III, is a merge of work
by Eric Andersen
· 24 years ago
8ec10a9
Fix up copyright msgs. Bump version to 0.49 in preparation for
by Eric Andersen
· 24 years ago
0_49
ed3ef50
Fix header file usage -- there were many unnecessary header files included in
by Eric Andersen
· 24 years ago
12f417e
Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
by Matt Kraai
· 24 years ago
1fa1ade
Change calls to error_msg.* and strerror to use perror_msg.*.
by Matt Kraai
· 24 years ago
f57c944
Changed names of functions in utility.c and all affected files, to make
by Mark Whitley
· 24 years ago
c0321f9
Rewrote head to perservere when it can't open a file, and share code with cat.
by Matt Kraai
· 24 years ago
3570a34
Renamed "internal.h" to the more sensible "busybox.h". -Erik
by Eric Andersen
· 24 years ago
bf181b9
Extract usage information into a separate file.
by Matt Kraai
· 24 years ago
d537a95
Use errorMsg rather than fprintf.
by Matt Kraai
· 24 years ago
b610615
Updates to a number of apps to remove warnings/compile errors under libc5.
by Eric Andersen
· 24 years ago
7ab9c7e
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
by Erik Andersen
· 25 years ago
61677fe
Upates to include copyright 2000 to everything -Erik
by Erik Andersen
· 25 years ago
e49d5ec
Some formatting updates (ran the code through indent) -Erik
by Erik Andersen
· 25 years ago
fac10d7
A few minor updates. ;-)
by Erik Andersen
· 25 years ago
3fe39dc
Some busybox updates. See the changelog for details if you care. -Erik
by Erik Andersen
· 25 years ago
5509af7
* added (and documented) "-n" option for head -
by Erik Andersen
· 25 years ago
10c341a
Make head --version do the right thing. Update TODO list -Erik
by Erik Andersen
· 25 years ago
25ab653
fixed an embarrasing segfault (head w/ no args used to die (but now it lives))
by John Beppu
· 25 years ago
cf53687
Fixed John's email address again.
by Eric Andersen
· 25 years ago
3157b1f
Implemented head(1). tried to mimic GNU behaviour.
by John Beppu
· 25 years ago