Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-30 | Patch from Konstantin Isakov <ikm@pisem.net>: | Eric Andersen | |
In most cases, dirname returns the same argument it was given, so this code works nice, but there's one special case: when the name contains no dirname, it returns "." (stored statically in the body of itself), and we get a segfault in attempt to free() it. This patch fixes this problem. | |||
2002-09-27 | Fix compress support and prevent a segfault | Glenn L McGrath | |
2002-09-25 | New common unarchive code. | Glenn L McGrath | |