Takeharu Kato said:
[oweals/busybox.git] / coreutils /
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-20 Matt KraaiAvoid printing a trailing blank character.
2001-12-17 Matt KraaiMake cp and mv optionally preserve hard links.
2001-12-11 Matt KraaiUse an int to hold the result of fgetc (bug noted by...
2001-12-07 Matt KraaiContinue processing files if we are asked to touch...
2001-12-07 Matt KraaiUpdate copyright and close file descriptors (noted...
2001-12-06 Eric AndersenMerge in the cal applet from Steve Merrifield <steve...
2001-12-05 Manuel Novoa III Combined size reduction changes by Glenn and myself...
2001-11-21 Glenn L McGrathMinor space saving improvments
2001-11-21 Glenn L McGrathWhen just counting chars of a file stat file instead...
2001-11-21 Glenn L McGrathwoops. dotn pass NULL
2001-11-21 Glenn L McGrathSimplify print function, prints an extra space if no...
2001-11-21 Glenn L McGrathUse enums for selected functionality, Reduce the size...
2001-11-17 Eric AndersenDavid Kimdon <dwhedon@instant802.com> noticed a thinko
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-10-24 Matt KraaiSplit true and false into separate applets.
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-10-05 Glenn L McGrathUse wfopen instead of fopen & error_msg, saves 64 bytes
2001-10-05 Matt KraaiInvert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF...
2001-08-29 Matt KraaiAdd -p support.
2001-08-29 Matt KraaiSUSv2 specifies that if the extension is identical...
2001-08-22 Eric AndersenScrub things and ditch uint64_t and use a custom type...
2001-08-21 Eric AndersenFix dos2unix compile problem with certain glibc versions
2001-08-09 Matt KraaiRemove BB_SH define entirely.
2001-08-06 Matt KraaiUse ferror(3) to check for errors, rather than inspecti...
2001-08-02 Eric AndersenFix up some silly messups with the debian packaging... 0_60_0
2001-08-02 Eric AndersenMore libc5 fixups
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-07-31 Eric AndersenMake formatting match GNU ls (we were including a spare...
2001-07-31 Matt KraaiAlways write record counts to stderr.
2001-07-29 Glenn L McGrathFix permisions when reading from stdin
2001-07-29 Glenn L McGrathFix broken logic when wraping encoded data into rows...
2001-07-28 Glenn L McGrathThe src buffer size has to be a multiple of 3 (as i...
2001-07-28 Glenn L McGrathRewrite based on wget uuencode function.
2001-07-25 Eric AndersenThis fixes dos2unix and unix2dos so they behave as...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-10 Eric AndersenPatch for md5sum from Aaron Lehmann <aaronl@vitelus...
2001-07-10 Eric AndersenCleanup from vodz
2001-07-09 Eric AndersenPatch from vodz to support 'tr a-z A-Z' syntax.
2001-07-02 Eric AndersenPer patch from vodz, change a couple of consts to defin...
2001-06-30 Eric AndersenPad the human readable output for 'ls -sh' to 6 chars...
2001-06-30 Eric AndersenFix a silly logic error which caused symlinks to be...
2001-06-30 Manuel Novoa III Fixed scaling problems involving make_human_readable_str.
2001-06-30 Manuel Novoa III ls -s was reporting bytes instead of blocks.
2001-06-29 Eric AndersenA really nice patch from Manuel Novoa III for compile...
2001-06-29 Manuel Novoa III Add some missing includes to kill warnings when buildin...
2001-06-26 Eric AndersenA patch from Erik Meusel <erik@wh58-709.st.uni-magdebur...
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-24 Mark WhitleySome more patchelttes from Larry Doolittle.
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-18 Mark Whitley(Almost) brand-new version of cut that supports muitipl...
2001-05-17 Matt KraaiFix applet_name.
2001-05-17 Matt KraaiFix invocation of builtin shell to have proper argc...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-11 Eric AndersenThis patch from Lars Kellogg-Stedman, fixes the behavior of
2001-05-11 Matt KraaiCheck that putenv succeeded, suggested by Jonas Holmberg.
2001-05-11 Matt KraaiFix handling of '-' option and way that variables are...
2001-05-07 Eric AndersenSilence cut so it doesn't whine during compilation
2001-05-07 Eric AndersenPatch from Vladimir to use last_char_is to simplify...
2001-05-07 Eric AndersenPatch from Vladimir to remove testing stuff from stty
2001-05-05 Matt KraaiRewrite -c and -b processing to shrink code and elimina...
2001-05-03 Matt KraaiRemove summary header. Not present in GNU or SUSv2.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Eric AndersenThese do not need initial values. Let them live in...
2001-04-26 Matt KraaiFix handling of permission addition and removal (e...
2001-04-26 Eric AndersenDoh. I never allocated storate for the struct stat...
2001-04-26 Matt KraaiFix handling of -R flag.
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-26 Eric AndersenAs Larry pointed out, this the off by one canbe fixed...
2001-04-26 Eric AndersenFix a silly off-by-one error noticed by Santiago Garcia...
2001-04-25 Mark WhitleyApplied patch from I.Q. to add -s to cmp.
2001-04-25 Eric AndersenLarry noticed that chown and chgrp has the version...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Matt KraaiRewrote rm.
2001-04-24 Eric AndersenSplit up chmod_chown_chgrp.c into 3 separate apps....
2001-04-24 Matt KraaiUse generic flag names.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2001-04-23 Matt KraaiSimplify pathname building, in which a bug was noted...
2001-04-19 Matt KraaiFix buffer underrun noted and solved by Larry Doolittle.
2001-04-17 Mark WhitleyApplied patch from I.Q. to add sort -u as a feature.
2001-04-17 Mark WhitleyChanged line[strlen(line) - 1] = '\0'; to chomp(line);
2001-04-17 Mark WhitleyApplied patch from I.Q. to fix problem with sort -n.
2001-04-14 Eric AndersenHandle endian-ness. Patch from Paul J.Y. Lahaie <pjlah...
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
2001-04-12 Glenn L McGrathuse tmpfile() and revert my previous changes... convert...
2001-04-12 Glenn L McGrathMove convert to libbb
2001-04-11 Glenn L McGrathVladimir's patch to reverse previous patch
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
next