aboutsummaryrefslogtreecommitdiff
path: root/util-linux/more.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more: do not mess with "/dev/console" (!);vda2007-03-101-42/+35
* init: code readability enhancements; very small code changesvda2007-02-171-1/+3
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* more: fix for case when _FILE_OFFSET_BITS is not #defined.vda2006-12-101-40/+28
* rename functions to more understandable namesvda2006-10-261-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-21/+2
* Fix some warnings in allbareconfig.landley2006-05-281-5/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Vladimir N. Oleynik (vodz) writes:andersen2004-03-271-22/+21
* Brian Pomerantz writes:andersen2004-03-231-1/+3
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* match changes made to cmdeditandersen2003-12-231-3/+0
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-11/+6
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+2
* Major coreutils update.mjn32003-03-191-2/+2
* Correct some init issues, update email address, last_patch78 by Vladimirbug12003-01-131-1/+1
* Update some missing copyright noticesandersen2002-04-131-1/+1
* Fix running more on files in the (broken) procfs that claim 0 lengthandersen2001-12-061-1/+2
* Major rework of the directory structure and the entire build system.andersen2001-10-241-6/+6
* Add support for devfs device names.kraai2001-07-231-2/+2
* Vladimir's last_patch_15bug12001-06-261-51/+49
* Remove/replace the "div" call.andersen2001-05-161-5/+7
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-3/+0
* Fix return code and don't output spurious newlines.kraai2001-04-121-10/+8
* An optimization from Vladimirandersen2001-04-061-4/+2
* more FILE_OFFSET_BITS == 64 adjustments.andersen2001-04-051-4/+4
* Patch to use xfopen from Jeff Garzikandersen2001-03-231-1/+1
* Yet another fix. I think I got it this time.andersen2001-02-231-8/+10
* Account for remainder, and reset page_height for each and every page.andersen2001-02-221-4/+10
* Adjust the terminal height for any overlap, so that no linesandersen2001-02-221-5/+16
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* It seems I stupidly checked in a silly test I was making.andersen2001-02-021-1/+0
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesandersen2001-02-011-0/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* Make cin be staticandersen2001-01-261-1/+1
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-181-6/+6
* Improvements from Vladimir N. Oleynik.kraai2000-12-301-1/+1
* Cleanup of duplicated symbols -- found by compiling withandersen2000-11-071-1/+1
* Consolidate handling of some fopen failures.kraai2000-09-271-5/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Large file >2Gib support.andersen2000-09-211-0/+4
* Centralize handling of --help.kraai2000-07-191-4/+0
* Extract usage information into a separate file.kraai2000-07-161-6/+0
* More fixes for "missing initializers"proski2000-07-141-1/+1
* Cleaned up some #ifdef spiderwebs.markw2000-06-211-30/+19
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* Added some comments and changed a variable name to be more meaningful. Nomarkw2000-06-161-5/+22
* A number of additional fixed from Pavel Roskin, note some more bugs in theandersen2000-06-021-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+9