Yang Tse
90080da5fe
curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.
...
Use same preprocessor logic for curl tool MemoryTracking activation in source
files located in 'src' subdirectory as the one used for libcurl sources.
2011-09-14 11:30:22 +02:00
Yang Tse
1c400b4e5e
zlib: ensure user provided memory functions are used by zlib, when given
...
As a bonus, this lets our MemoryTracking subsystem track zlib operations.
And also fixes a shortcut some zlib 1.2.x versions took using malloc()
instead of calloc(), which would trigger memory debuggers warnings on
memory being used without having been initialized.
2011-08-21 13:24:46 +02:00
Yang Tse
9afb343368
zlib: enforce full initialization of our data space z_stream structs
2011-08-18 20:10:51 +02:00
Yang Tse
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
2011-07-26 17:23:27 +02:00
Fabian Keil
7d86e467fa
Fix spelling errors in src/
...
Found with codespell.
2011-04-21 07:55:53 -07:00
Daniel Stenberg
9680df4807
headers: more copyright headers added
2011-03-22 22:48:11 +01:00
Yang Tse
46b112bcd4
replaced tabs with spaces
2010-02-16 13:32:45 +00:00
Yang Tse
a07bc79117
removed trailing whitespace
2010-02-14 19:40:18 +00:00
Dan Fandrich
7076505c24
Allocate the decompression buffer for the --manual option on the heap
...
instead of the stack.
2008-04-21 23:17:20 +00:00
Daniel Stenberg
66ee6d07f8
kill trailing whitespace
2006-10-09 14:59:53 +00:00
Daniel Stenberg
272231fb09
Another Yang Tse warning cleanup raid!
2005-12-05 14:10:48 +00:00
Daniel Stenberg
372e7a6cd4
Include "setup.h" and not "config.h" since setup.h is made to include
...
the correct config.h for the platform, and when this is done the USE_MANUAL
define is properly known.
2004-04-26 21:15:48 +00:00
Daniel Stenberg
68a3cbe384
make the generated hugehelp.c file use the USE_MANUAL define so that it
...
will be properly built with configure --disable-manual even if the source
file is already present
2004-04-25 08:13:07 +00:00
Daniel Stenberg
107413c021
nonsence change to make -Wunreachable-code get happy
2004-01-29 13:49:41 +00:00
Daniel Stenberg
d7579087f2
use hugehelp.h to silence picky compiler warnings
2004-01-29 13:48:36 +00:00
Daniel Stenberg
f39749cee4
Gisle Vanem fixed the compressed help text zlib code
2004-01-22 14:27:58 +00:00
Daniel Stenberg
292ef5fabb
Dan Fandrich's zlib fix
2004-01-05 22:54:45 +00:00
Daniel Stenberg
aa7b0648ff
Fixes based on Gisle Vanem's input since this script failed due to
...
possibly crlf newlines.
2003-07-28 23:00:56 +00:00
Daniel Stenberg
a1af6f3614
adjusted the compressed generation to be more helpful in comments etc
2003-06-26 11:34:07 +00:00
Daniel Stenberg
d2abe44e6f
remove the dumpit file after use
2003-06-12 19:17:08 +00:00
Daniel Stenberg
9c7703ace1
Based on Dan Fandrich's patch and gzip unpack function, we now compress
...
the 'hugehelp' text if libz and gzip are available at build time.
2003-06-12 12:54:34 +00:00
Daniel Stenberg
509f69a457
Gisle Vanem's fix to make the 'curl -M' output nicer
2003-05-21 07:21:44 +00:00
Daniel Stenberg
8ccd8b6dbc
only generate maximum 509 characters in each string
2001-03-09 13:11:28 +00:00
Daniel Stenberg
e92a10c36f
now splits the text into several puts() calls
2000-05-23 10:25:30 +00:00
Daniel Stenberg
ae1912cb0d
Initial revision
1999-12-29 14:20:26 +00:00