aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
AgeCommit message (Expand)Author
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko
2010-06-04date: optional support for %N. Closes bug 1861.Denys Vlasenko
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko
2010-02-26tail: document FANCY flags in helptextBernhard Reutner-Fischer
2010-02-26df: explain FANCY options in helptextBernhard Reutner-Fischer
2010-01-23date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko
2010-01-23chown: support long optionsMatheus Izvekov
2010-01-13fix configure sha256sum problem. Closes bug 895Denys Vlasenko
2009-10-14dd: speed measurement. optional.Gabor Heja
2009-10-02cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTSDenys Vlasenko
2009-09-26cp: add support for --parents and long option synonyms of short optsDenys Vlasenko
2009-07-22tail: implement -FEric Lammerts
2009-06-26updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-18fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com)Denys Vlasenko
2009-04-07FEATURE_FANCY_ECHO needs to be accessible for hushDenis Vlasenko
2009-02-14- cosmetic typo in helptextBernhard Reutner-Fischer
2008-11-10sha256,sha512: new applets. +4.9kbDenis Vlasenko
2008-09-16setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko
2008-08-29build system: echo and test features may be enabledDenis Vlasenko
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-15sleep: make fractional seconds separately selectable in .configDenis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-02-24forgotten bit of rmdir long options supportDenis Vlasenko
2008-01-06tac: new applet. ~240 bytes.Denis Vlasenko
2007-11-15df: add -i (conditional on CONFIG)Denis Vlasenko
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-12move several applets to more correct ex-project. No code changes.Denis Vlasenko
2007-03-28- move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer
2007-03-25- rough prototype for split(1). TODO: Still needs some love since it's way to...Bernhard Reutner-Fischer
2006-10-05build system overhaulDenis Vlasenko
2006-09-29wc: optionally support very large files in wcDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-06-08made "test" an ash built-in.Paul Fox
2006-06-06Remove a config entry that leaked in from my tree before I decided toRob Landley
2006-05-31Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer
2006-05-16Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addRob Landley
2006-05-05- add helptext for CONFIG_UNIX2DOSBernhard Reutner-Fischer
2006-05-02Patch from Jason Schoon to add optional SIGUSR1 support to dd.Rob Landley
2006-04-25Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix aRob Landley
2006-04-18New applet cksum, from Rob Sullivan.Rob Landley
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley
2006-04-06- new applet diff. Rob Sullivan writes:Bernhard Reutner-Fischer
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley
2006-02-06Bug 677: there are apparently still people using telnet.Rob Landley
2006-01-25support 64 arith. Close bug 136"Vladimir N. Oleynik"
2006-01-25just whitespaceTim Riker
2006-01-19- cleanup Config.in. Use "select CONFIG_FOO" and add the correspondingBernhard Reutner-Fischer