Commit graph

6 commits

Author SHA1 Message Date
joerg
b56b61d102 Kill local strdup completely and also remove the malloc and calloc
definitions. ANSI C is portable enough for us.
2006-06-08 15:39:25 +00:00
hubertf
c1a8bcd5c1 Update xdu to 3.0nb5. Changes: Add two patches by Nobuyuki Tsuchimura:
* makes xdu possible to have white spaces in directory names
 * internationalization, which makes xdu possible to display any character

Addresses PR pkg/30709 by soda@NetBSD.org.
2005-07-12 20:16:00 +00:00
hubertf
dcdeb66984 Find another place where we can run out of memory, and print
some proper error message (instead of dumping core later)
2002-04-05 01:33:24 +00:00
hubertf
bd4ce42a80 * merge all patches to xdu.c into one patch file
* silence a warning about missing prototype
 * when *alloc() fails to get some memory, print an error and exit,
   instead of crashing

Bump version to 3.0nb2
2001-08-25 16:34:26 +00:00
joda
8a0fe5aa5f Deal with directory names with whitespace by using strtok_r instead of scanf. 2000-12-30 00:19:04 +00:00
hubertf
7ccf9721cb Aparently a directory tree can only be 8 directories deep on VMS.
It seems if you goof up enough it's no problem do ending with >80
on Unix. Make xdu deal with this properly.

Bump version to 3.0nb1
2000-12-14 01:10:42 +00:00