aboutsummaryrefslogtreecommitdiff
path: root/libbb/chomp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-24/+1
| | | | | | | - use shorter boilerplate while at it git-svn-id: svn://busybox.net/trunk/busybox@15141 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* chomp should only remove the newline if it occurs at the end of the input.kraai2002-01-021-3/+5
| | | | | | | | | This was caught by the test suite (in sed/sed-aic-commands). * libbb/chomp.c: Revert to revision 1.5. git-svn-id: svn://busybox.net/trunk/busybox@3992 69ca8d6d-28ef-0310-b511-8ec308f3f277
* optimize this a little bit.andersen2001-12-291-5/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3964 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-241-10/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir:andersen2001-05-151-1/+1
| | | | | | | | | | 1) fixed a bug that could crash df, mount, and umount applets if the root device name was longer then the word "root" (/dev/loop1 vs /dev/root) - 2) severl functions needed static declaration in the umount applet 3) update declaration for function in last_char_is() in libbb git-svn-id: svn://busybox.net/trunk/busybox@2647 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Vladimir to simplify chomp()andersen2001-05-071-7/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2566 69ca8d6d-28ef-0310-b511-8ec308f3f277
* includes cleanup from Jeff Garzikandersen2001-03-231-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+51
files. Clean up the resulting damage and fix up the makefile. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2123 69ca8d6d-28ef-0310-b511-8ec308f3f277