Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / trim.c
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-08-05 Denys Vlasenkolibbb: make trim() return pointer to terminating NUL
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-10-22 Denys Vlasenko*: remove last function calls to isspace
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2007-10-29 Denis Vlasenkosyscall: code shrink
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2005-09-01 Rob LandleyAccording to bug #63, crond is unhappy with crontab...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-23 Mark WhitleyReversed last patch; unnecessary.
2001-04-23 Mark WhitleyAdded a sanity check to fix weird bug exposed when...
2001-04-04 Eric AndersenPatch from Larry Doolittle to eliminate needless thrashing
2001-04-03 Eric Andersenif strlen(s) was 0, it would then end up using s[-1...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...