summaryrefslogtreecommitdiff
path: root/util-linux/more.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-2/+0
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+5
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-0/+2
* more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:Denis Vlasenko2007-08-151-46/+62
* more: stop using bssDenis Vlasenko2007-05-311-13/+27
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* more: do not mess with "/dev/console" (!);Denis Vlasenko2007-03-101-42/+35
* init: code readability enhancements; very small code changesDenis Vlasenko2007-02-171-1/+3
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko2006-12-101-40/+28
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-21/+2
* Fix some warnings in allbareconfig.Rob Landley2006-05-281-5/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2004-03-271-22/+21
* Brian Pomerantz writes:Eric Andersen2004-03-231-1/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* match changes made to cmdeditEric Andersen2003-12-231-3/+0
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-11/+6
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath2003-01-131-1/+1
* Update some missing copyright noticesEric Andersen2002-04-131-1/+1
* Fix running more on files in the (broken) procfs that claim 0 lengthEric Andersen2001-12-061-1/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-6/+6
* Add support for devfs device names.Matt Kraai2001-07-231-2/+2
* Vladimir's last_patch_15Glenn L McGrath2001-06-261-51/+49
* Remove/replace the "div" call.Eric Andersen2001-05-161-5/+7
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-3/+0
* Fix return code and don't output spurious newlines.Matt Kraai2001-04-121-10/+8
* An optimization from VladimirEric Andersen2001-04-061-4/+2
* more FILE_OFFSET_BITS == 64 adjustments.Eric Andersen2001-04-051-4/+4
* Patch to use xfopen from Jeff GarzikEric Andersen2001-03-231-1/+1
* Yet another fix. I think I got it this time.Eric Andersen2001-02-231-8/+10
* Account for remainder, and reset page_height for each and every page.Eric Andersen2001-02-221-4/+10
* Adjust the terminal height for any overlap, so that no linesEric Andersen2001-02-221-5/+16
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* It seems I stupidly checked in a silly test I was making.Eric Andersen2001-02-021-1/+0
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen2001-02-011-0/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Make cin be staticEric Andersen2001-01-261-1/+1
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-181-6/+6
* Improvements from Vladimir N. Oleynik.Matt Kraai2000-12-301-1/+1
* Cleanup of duplicated symbols -- found by compiling withEric Andersen2000-11-071-1/+1
* Consolidate handling of some fopen failures.Matt Kraai2000-09-271-5/+1