aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
AgeCommit message (Collapse)Author
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree.
2012-12-26curl tool: renaming hugehelp files to tool_hugehelpYang Tse
2011-09-14curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.Yang Tse
Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources.
2011-08-21zlib: ensure user provided memory functions are used by zlib, when givenYang Tse
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-18zlib: enforce full initialization of our data space z_stream structsYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-21Fix spelling errors in src/Fabian Keil
Found with codespell.
2011-03-22headers: more copyright headers addedDaniel Stenberg
2010-02-16replaced tabs with spacesYang Tse
2010-02-14removed trailing whitespaceYang Tse
2008-04-21Allocate the decompression buffer for the --manual option on the heapDan Fandrich
instead of the stack.
2006-10-09kill trailing whitespaceDaniel Stenberg
2005-12-05Another Yang Tse warning cleanup raid!Daniel Stenberg
2004-04-26Include "setup.h" and not "config.h" since setup.h is made to includeDaniel Stenberg
the correct config.h for the platform, and when this is done the USE_MANUAL define is properly known.
2004-04-25make the generated hugehelp.c file use the USE_MANUAL define so that itDaniel Stenberg
will be properly built with configure --disable-manual even if the source file is already present
2004-01-29nonsence change to make -Wunreachable-code get happyDaniel Stenberg
2004-01-29use hugehelp.h to silence picky compiler warningsDaniel Stenberg
2004-01-22Gisle Vanem fixed the compressed help text zlib codeDaniel Stenberg
2004-01-05Dan Fandrich's zlib fixDaniel Stenberg
2003-07-28Fixes based on Gisle Vanem's input since this script failed due toDaniel Stenberg
possibly crlf newlines.
2003-06-26adjusted the compressed generation to be more helpful in comments etcDaniel Stenberg
2003-06-12remove the dumpit file after useDaniel Stenberg
2003-06-12Based on Dan Fandrich's patch and gzip unpack function, we now compressDaniel Stenberg
the 'hugehelp' text if libz and gzip are available at build time.
2003-05-21Gisle Vanem's fix to make the 'curl -M' output nicerDaniel Stenberg
2001-03-09only generate maximum 509 characters in each stringDaniel Stenberg
2000-05-23now splits the text into several puts() callsDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg