shorten sponsor's link per its request
[oweals/busybox.git] / coreutils /
2008-06-13 Denis Vlasenkobuild system: introduce FEATURE_ASSUME_UNICODE
2008-06-01 Denis Vlasenkoash: optional printf builtin. +25 bytes if off, +35...
2008-05-31 Denis Vlasenkoprintf: fix a trivial bug
2008-05-31 Denis Vlasenkoprintf: code shrink by eliminating string alloc/copy
2008-05-23 Bernhard Reutner... - optionally pass additional flags down to nm
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-18 Denis Vlasenkoprintf: fix printf -%s- foo, printf -- -%s- foo (bug...
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-09 Denis Vlasenkofix warnings about pointer signedness
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-05-03 Denis Vlasenkouniq: support -w. closes bug 3094.
2008-04-30 Denis Vlasenkoecho: fix echo -e -n "msg\n\0"
2008-04-28 Denis Vlasenkodate: better version of previous commit; + fix testsuite
2008-04-28 Denis Vlasenkodate: complain if there are extraneout arguments
2008-04-27 Denis Vlasenkocp: fix "cp -RL" to create regular files even if src...
2008-04-25 Denis Vlasenkodate: make it accept ISO date format. Fix help text.
2008-04-23 Denis Vlasenkodd: fix recent breakage (was comparing "if" with "if...
2008-04-22 Denis Vlasenkoadd forgotten files. I am forgetting it all the time :(
2008-04-22 Denis Vlasenkowhitespace fixes. no code changes
2008-04-22 Denis Vlasenko*: remove remaining instances of ".data" hack
2008-04-14 Denis Vlasenkood: fix "od -b"
2008-04-11 Denis Vlasenkobuild system: use POSIX options only for cp
2008-04-02 Denis Vlasenkodd: support conv=fsync
2008-04-02 Denis Vlasenkoexpr: fix comparisons 'a < b' where we were overflowing a-b
2008-04-01 Denis Vlasenkobasename: tiny shrink
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-28 Denis Vlasenkocopy_file: handle "cp /dev/foo file" (almost) compatibl...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-25 Denis Vlasenkodate: make help text more understandable; small shrink
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-23 Denis Vlasenkotail: fix fallout from tail -c optimization
2008-03-17 Denis Vlasenkobrctl: eliminate stray data object
2008-03-17 Denis Vlasenko*: mode tcp/udpsvd to networking, delete ipsvd/*
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkodos2unix: tiny shrink
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
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"
next