msh: a few fields renamed; short->int conversion for a field
[oweals/busybox.git] / coreutils /
2008-03-02 Denis Vlasenkoactually add bb_qsort.c
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-25 Denis Vlasenkolpd: spool mode added by Vladimir
2008-02-24 Denis Vlasenkoforgotten bit of rmdir long options support
2008-02-24 Denis Vlasenkormdir: optional long options support for Debian users...
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-19 Denis Vlasenkotail: fix "tail -c 20 /dev/huge_disk" (was taking ages)
2008-02-17 Denis Vlasenkodos2unix: shrink
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-13 Denis Vlasenkocp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug...
2008-02-13 Denis Vlasenkosort: -z outputs NUL terminated lines. Closes bug 1591.
2008-02-11 Bernhard Reutner... - spelling fixes
2008-02-09 Denis Vlasenkotest: fix mishandling of 'test ! arg1 op arg2 more...
2008-02-08 Denis VlasenkoREADME: doccument the need of CONFIG_DESKTOP
2008-02-04 Denis Vlasenkonohup: compat patch by Christoph Gysin <mailinglist...
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2008-01-27 Denis Vlasenkostty: fix mishandling of 'control' keywords (Ralf Fried...
2008-01-09 Denis Vlasenkotac: handle NULs properly. +145 bytes
2008-01-07 Denis Vlasenkowhitespace fixes
2008-01-07 Denis Vlasenkotac: *really* add tac.c now
2008-01-06 Denis Vlasenkotac: new applet. ~240 bytes.
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-12-24 Denis Vlasenkood: reduce data/bss usage (code size went down too)
2007-12-02 Denis Vlasenkodd: fix a bug where we don't report write errors
2007-11-30 Denis Vlasenkotest: stop using lots of bss.
2007-11-28 Denis Vlasenkotouch: accept and ignore -f
2007-11-24 Denis Vlasenkostty: reorganize data tables - save 0.5k
2007-11-24 Denis Vlasenkoremove echo_main -> bb_echo indirection
2007-11-23 Denis Vlasenkocut: add proper stdout error handling, fix "-" handling;
2007-11-22 Denis Vlasenkoash: fix bug where redirection of closed fd was leaving...
2007-11-18 Denis Vlasenkostty: mark variable as static
2007-11-16 Bernhard Reutner... - use standard-imposed constants some more
2007-11-16 Bernhard Reutner... - remove most of the forward declarations. No obj-code...
2007-11-16 Bernhard Reutner... - add note about SUSv3 missing options.
2007-11-16 Denis Vlasenkowho: add -a (by Tito)
2007-11-15 Denis Vlasenkodf: add -a
2007-11-15 Denis Vlasenkodf: add -i (conditional on CONFIG)
2007-11-13 Denis Vlasenkotr: more of code shrink (getopt32-ification)
2007-11-13 Denis Vlasenkotr: better comments, small code shrink
2007-11-13 Denis Vlasenkotr: properly detect read errors (Fernando Silveira...
2007-11-13 Denis Vlasenkowho: code shrink by Tito <farmatito@tiscali.it>
2007-11-11 Denis Vlasenkowho: fix wrong date/time field size
2007-11-10 Denis Vlasenkoreadlink: realpath requires PATH_MAX, bb_common_bufsiz1...
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-10-16 Denis Vlasenkofixes revealed by randomconfig run
2007-10-11 Denis Vlasenkostty: incorporate strings into struct instead of keepin...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-05 Denis Vlasenkostat: code shrink; stop using bss; stop using strncat...
2007-10-05 Denis Vlasenkodelete now unused check_header_gzip.c
2007-10-05 Denis Vlasenkotail: sizeof(buf) is sizeof(char*)! must be BUFSIZ
2007-10-02 Denis Vlasenkotail: work correctly on /proc files (Kazuo TAKADA ...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-26 Denis Vlasenkoinstall: fix bug in "install -c file dir" (tries to...
2007-09-25 Denis Vlasenkocp: -r and -R imply -d (coreutils compat)
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-21 Denis Vlasenkotest: correct confusing placement of "const"
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-09-03 Denis Vlasenkodu: remove statics (by Bernhard Fischer <rep.dot.nop...
2007-08-26 Denis Vlasenkoinstall: shrink a bit, fix two buglets
2007-08-25 Denis Vlasenkomake copy_file() a bit easier to understand, and smaller
2007-08-24 Denis Vlasenkocp,mv: simpler arg[cv] handling -> smallish code savings
2007-08-20 Denis Vlasenkorunit/*: get rid of tai[a] time abstraction, it's too...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkohdparm: shrink rodata by ~250 bytes
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkoexpand, unexpand: new applets from Tito <farmatito...
2007-08-13 Denis Vlasenkodf: match coreutils behavior of wrapping lines if files...
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
2007-08-09 Denis Vlasenkostat: fix option -Z segv (bug 1454)
2007-08-06 Denis Vlasenkocatv: catv without arguments was trying to use environ...
2007-08-06 Denis Vlasenkoenv: micro-optimization
2007-07-30 Denis Vlasenkodd: use unsigned printf specifier for # of blocks
2007-07-29 Denis Vlasenkodd: fix newly introduced bug (introduced by me)
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-27 Denis Vlasenkodd: fix bug where we assume count=INT_MAX when count...
2007-07-27 Denis Vlasenkobb_getpwuid, bb_getgrgid: change order of arguments...
2007-07-26 Denis Vlasenkocal: small code shrink
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-24 Denis Vlasenkood: shrink a bit
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-05 Denis Vlasenkomd5_sha1_sum: fix mishandling when run as /bin/md5sum...
2007-07-01 Denis Vlasenkoexpr: small code shrink
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-25 Denis Vlasenkotest: suppress gcc warning
2007-06-21 Denis Vlasenkotest: shrink a bit
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-06-19 Denis Vlasenkoecho: fix yet another buglet in non-fancy echo
2007-06-17 Denis Vlasenkoinstall: fix install a b /a/link/to/dir
next