| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
No, my Linux computer is still broken.
|
|
|
|
|
| |
I still haven't been able to actually test scheme's Linux console
output...
|
|
|
|
|
|
|
| |
You can't use the return value of gzerror to check if an error occurred
or not. Its implementation actually checks if the internal error is NULL
and returns the empty string if it is! This is stupid and unhelpful, so
check gzeof first since its return value actually means something.
|
| |
|
|
|
|
|
| |
There's no point loading more than ASCII since it doesn't interpret the
unicode table at all.
|
| |
|
| |
|
| |
|
| |
|
|
|