diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-07 00:34:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-07 00:34:58 +0000 |
commit | 3d957c87b7525c3bfefddfc9aa2c24f04995275d (patch) | |
tree | 7e65e9a434acd20aab7654b0a354856813bcf715 /Changelog | |
parent | 6b78fe383feb80c19af988337ac793ffa126e95b (diff) | |
download | busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.tar.gz busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.tar.bz2 busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.zip |
Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard
links, and no longer segfault in a certain wierd case.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ | |||
43 | * Larry Doolittle -- \r handled now in echo and tr | 43 | * Larry Doolittle -- \r handled now in echo and tr |
44 | * Matt Kraai -- rewrite of uniq | 44 | * Matt Kraai -- rewrite of uniq |
45 | * Mark Whitley -- remix of xargs | 45 | * Mark Whitley -- remix of xargs |
46 | * Jim Gleason <jimg@lineo.com> -- fixed tar so it no longer breaks | ||
47 | hard links. | ||
46 | 48 | ||
47 | 49 | ||
48 | -Erik Andersen | 50 | -Erik Andersen |