Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / more.c
2012-01-15 Denys Vlasenko*: better comments on termios manipulations. No code...
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-07 Denys Vlasenkomore: fix tabs handling
2010-12-13 Denys Vlasenkomore: smaller version of previous fix
2010-12-13 Denys Vlasenkomore: exit if write to stdout errors out
2010-10-28 Marek Polacek*: use _exit() in sighandlers; showkey: do not use...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenko*: fix "see file License ..." - the file is named LICEN...
2010-07-12 Denys Vlasenkomore: style fix. no code changes
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-12-11 Denys Vlasenkowget: check for close success; fix chunked; do not...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-06-05 Denys Vlasenko*: reduce #ifdef forest
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-15 Denis Vlasenkomore: by Tristan Schmelcher <tpkschme@engmail.uwaterloo...
2007-05-31 Denis Vlasenkomore: stop using bss
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-10 Denis Vlasenkomore: do not mess with "/dev/console" (!);
2007-02-17 Denis Vlasenkoinit: code readability enhancements; very small code...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-10 Denis Vlasenkomore: fix for case when _FILE_OFFSET_BITS is not #defined.
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-05-28 Rob LandleyFix some warnings in allbareconfig.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-27 Eric AndersenVladimir N. Oleynik (vodz) writes:
2004-03-23 Eric AndersenBrian Pomerantz writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-23 Eric Andersenmatch changes made to cmdedit
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-13 Glenn L McGrathCorrect some init issues, update email address, last_pa...
2002-04-13 Eric AndersenUpdate some missing copyright notices
2001-12-06 Eric AndersenFix running more on files in the (broken) procfs that...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-05-16 Eric AndersenRemove/replace the "div" call.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-12 Matt KraaiFix return code and don't output spurious newlines.
2001-04-06 Eric AndersenAn optimization from Vladimir
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-03-23 Eric AndersenPatch to use xfopen from Jeff Garzik
2001-02-23 Eric AndersenYet another fix. I think I got it this time.
2001-02-22 Eric AndersenAccount for remainder, and reset page_height for each...
2001-02-22 Eric AndersenAdjust the terminal height for any overlap, so that...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-02 Eric AndersenIt seems I stupidly checked in a silly test I was making.
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenMake cin be static
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-30 Matt KraaiImprovements from Vladimir N. Oleynik.
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Pavel RoskinMore fixes for "missing initializers"
2000-06-21 Mark WhitleyCleaned up some #ifdef spiderwebs.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-16 Mark WhitleyAdded some comments and changed a variable name to...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenSome more updates and such...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-18 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-11-19 Eric AndersenStuf
1999-11-19 Eric AndersenStuf
1999-11-12 Eric AndersenLatest and greatest
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-09 Eric AndersenStuff
1999-11-08 Eric AndersenStuff
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-20 Eric AndersenAdd a trivial ps command.
1999-10-19 Eric AndersenMore stuff
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-13 Eric AndersenMore fixes
1999-10-12 Eric AndersenMore stuff...
1999-10-06 Eric Andersenmore stuff
1999-10-06 Eric Andersenlatest and greatest.
1999-10-05 Eric AndersenInitial revision 0_29alpha2