cut: add proper stdout error handling, fix "-" handling;
[oweals/busybox.git] / coreutils /
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
2007-06-15 Bernhard Reutner... - fix test -f ./exists
2007-06-12 Bernhard Reutner... - fix testing primary expressions like '"-u" = "-u"'
2007-06-12 Denis Vlasenkocatv: was abusing xopen, should not die on err, but...
2007-06-12 Denis Vlasenkomove several applets to more correct ex-project. No...
2007-06-12 Denis Vlasenkouudecode: nuke duplicate base64_table[]. saves 65 bytes
2007-06-10 Denis Vlasenkogetopt_mk_fifo_nod: heed warning
2007-06-08 Bernhard Reutner... - fix invocation without any argument
2007-06-08 Denis Vlasenkotest: fix thinko in previous commit
2007-06-08 Denis Vlasenkotest: recognize /path/to/[ case too
2007-06-07 Bernhard Reutner... - i need this disabled code for testing a patch. Please...
2007-06-06 Bernhard Reutner... - fix wrong not operator which was essentially ignored...
2007-06-06 Denis Vlasenkoawk: move all data to malloc space
2007-06-06 Denis Vlasenkoecho: fix non-fancy echo
2007-06-04 Denis Vlasenkouudecode: fix to base64 decode by Jorgen Cederlof ...
2007-06-04 Denis Vlasenkodiff: stop using data/bss
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-27 Denis Vlasenkotest: close bug 1371
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-18 Denis Vlasenkocttyhack: new applet.
2007-05-17 Denis Vlasenkoseveral *.c files:
2007-05-08 Denis Vlasenkotail: fix SEGV on "tail -N"
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-28 Denis Vlasenkohush: add ctrl-Z handling for nofork'ed case
2007-04-19 Denis Vlasenkodd: NOEXEC fix
2007-04-19 Denis Vlasenkodd: fix skip= parse error (spotted by Dirk Clemens...
2007-04-19 Denis Vlasenkostty: fix option parsing bug (spotted by Sascha Hauer...
next