Dan Fandrich added --disable-verbose

This commit is contained in:
Daniel Stenberg
2004-11-11 16:34:24 +00:00
parent 7bb6d76d14
commit 710e370c34
6 changed files with 113 additions and 42 deletions

View File

@@ -7,6 +7,10 @@
Changelog
Daniel (11 November 2004)
- Dan Fandrich added --disable-verbose to the configure script to allow builds
without verbose strings in the code, to save some 12KB space. Makes sense
only for systems with very little memory resources.
- Jeff Phillips found out that a date string with a year beyond 2038 could
crash the new date parser on systems with 32bit time_t. We now check for
this case and deal with it.