Bump to version 1.22.1
[platform/upstream/busybox.git] / console-tools / loadfont.c
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-28 Pere Orgamove help text from include/usage.src.h to console...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-21 Harald Beckerloadfont/setfont: optional PSF2 font support
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-11-08 Denis Vlasenkokbd_mode: support -C TTY option
2008-11-06 Denis Vlasenko*: remove superfluous casts. no code changes
2008-09-20 Denis Vlasenkosetfont: use ioctl(KDFONTOP), it honours -C tty
2008-09-18 Denis Vlasenkosetfont: small fixes from Vladimir
2008-09-16 Denis Vlasenkosetfont: support -m and -C, support -m TEXTUAL_MAP...
2008-09-13 Denis Vlasenkosetfont: add comments/TODOs, no code changes
2008-08-17 Denis Vlasenkosetfont: new applet by Vladimir
2008-08-05 Denis Vlasenko*: use get_console_fd() as appropriate, and make it...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-11-16 Denis Vlasenkosvlogd: new applet. +9k. Still too big, but it was...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-04-16 Mike Frysingerkill pointless memory.h includes
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2003-12-20 Glenn L McGrathUse bb_xopen
2003-03-19 Manuel Novoa III Major coreutils update.
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-10-25 Matt KraaiAdded a new perrorMsg function, cleanup up error handli...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Pavel RoskinMore fixes for "signed vs. unsigned" warnings.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-19 Erik AndersenMore minor updates to docs (and making apps behave...
2000-04-18 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-19 Eric Andersenfixes grep, added loadfont from debian bootfloppies.