Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
c450437a4e631378cd6a2dc06a5923ce811a950d
/
libbb
/
trim.c
ebe6d9d
whitespace and comment format fixes, no code changes
by Denys Vlasenko
· 7 years ago
20077c1
libbb: make trim() return pointer to terminating NUL
by Denys Vlasenko
· 7 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
c0dab37
*: remove last function calls to isspace
by Denys Vlasenko
· 15 years ago
defc1ea
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
by Denis Vlasenko
· 16 years ago
5a28a25
syscall: code shrink
by Denis Vlasenko
· 17 years ago
51742f4
style fixes. No code changes
by Denis Vlasenko
· 18 years ago
b1629b1
- remove emacs layout block as suggested by Robert P.J. Day
by Bernhard Reutner-Fischer
· 19 years ago
828548a
According to bug #63, crond is unhappy with crontab lines that don't end in a
by Rob Landley
· 19 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
cb81e64
Update a bunch of docs. Run a script to update my email addr.
by Eric Andersen
· 21 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
4e9267d
Reversed last patch; unnecessary.
by Mark Whitley
· 24 years ago
4b66dab
Added a sanity check to fix weird bug exposed when sourcing in commands from a
by Mark Whitley
· 24 years ago
3c0364f
Patch from Larry Doolittle to eliminate needless thrashing
by Eric Andersen
· 24 years ago
60b2d8d
if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,
by Eric Andersen
· 24 years ago
aad1a88
Convert utility.c into libbb.a. It is now a whole pile of .c
by Eric Andersen
· 24 years ago