aboutsummaryrefslogtreecommitdiff
path: root/util-linux/more.c
AgeCommit message (Expand)Author
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-07more: fix tabs handlingDenys Vlasenko
2010-12-13more: smaller version of previous fixDenys Vlasenko
2010-12-13more: exit if write to stdout errors outDenys Vlasenko
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-07-12more: style fix. no code changesDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-06-05*: reduce #ifdef forestDenys Vlasenko
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko
2007-08-15more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:Denis Vlasenko
2007-05-31more: stop using bssDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-10more: do not mess with "/dev/console" (!);Denis Vlasenko
2007-02-17init: code readability enhancements; very small code changesDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-10more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko
2006-10-26rename functions to more understandable namesDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-05-28Fix some warnings in allbareconfig.Rob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-27Vladimir N. Oleynik (vodz) writes:Eric Andersen
2004-03-23Brian Pomerantz writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-23match changes made to cmdeditEric Andersen
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-13Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath
2002-04-13Update some missing copyright noticesEric Andersen
2001-12-06Fix running more on files in the (broken) procfs that claim 0 lengthEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-07-23Add support for devfs device names.Matt Kraai
2001-06-26Vladimir's last_patch_15Glenn L McGrath
2001-05-16Remove/replace the "div" call.Eric Andersen