This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2025-02-07 04:31:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
hush
/
findutils
History
Robert Griebl
0d833ca7fd
Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and
...
malloc does not clear memory by default (somehow this worked on x86, but not on arm)
2002-08-03 14:49:03 +00:00
..
config.in
Patch for bug
#1183
: Added a -xdev option to find (configurable)
2002-07-24 00:34:48 +00:00
find.c
Patch for bug
#1183
: Added a -xdev option to find (configurable)
2002-07-24 00:34:48 +00:00
grep.c
* findutils/grep.c (grep_main): Remove unnecessary use of junk.
2002-02-22 22:08:16 +00:00
Makefile
Completely rework the config system so that it no longer annoys me to work on
2002-04-12 12:05:57 +00:00
Makefile.in
Completely rework the config system so that it no longer annoys me to work on
2002-04-12 12:05:57 +00:00
which.c
Do not segfault if PATH is unset.
2002-01-14 18:30:10 +00:00
xargs.c
Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and
2002-08-03 14:49:03 +00:00