Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace fixes | Viktor Szakats | 2018-09-23 | 1 | -2/+2 |
| | | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037 | ||||
* | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg | 2017-06-14 | 1 | -34/+1 |
| | | | | | | | | Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456 | ||||
* | dist: ship buildconf.bat too | Daniel Stenberg | 2016-02-12 | 1 | -3/+1 |
| | | | | As the winbuild/* stuff uses it! | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | buildconf.bat: fix syntax error | Jay Satiro | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | buildconf.bat: Fixed double blank line in 'curl manual' warning output | Steve Holme | 2015-08-30 | 1 | -1/+0 |
| | |||||
* | * buildconf.bat: Fixed issues when ran in directories with special chars | Steve Holme | 2015-08-14 | 1 | -2/+2 |
| | | | | | Bug: https://github.com/bagder/curl/pull/379 Reported-by: Daniel Seither | ||||
* | buildconf.bat: Tidy up of comments after recent commits | Steve Holme | 2015-08-09 | 1 | -10/+13 |
| | |||||
* | buildconf.bat: Added full generation of src\tool_hugehelp.c | Steve Holme | 2015-08-09 | 1 | -14/+113 |
| | | | | | Added support for generating the full man page based on code from generate.bat. | ||||
* | buildconf.bat: Added detection of groff, nroff, perl and gzip | Steve Holme | 2015-08-09 | 1 | -0/+16 |
| | | | | | To allow for the full generation of tool_hugehelp.c added detection of the required programs - based on code from generate.bat. | ||||
* | buildconf.bat: Move DOS variable clean-up code to separate function | Steve Holme | 2015-08-09 | 1 | -3/+11 |
| | | | | | Rather than duplicate future variables, during clean-up of both success and error conditions, use a common function that can be called by both. | ||||
* | buildconf.bat: Added error messages on failure | Steve Holme | 2015-08-09 | 1 | -14/+82 |
| | |||||
* | buildconf.bat: Generate and clean files in the same order | Steve Holme | 2015-08-09 | 1 | -6/+6 |
| | |||||
* | buildconf.bat: Maintain compatibility with DOS based systems | Steve Holme | 2015-08-09 | 1 | -4/+12 |
| | | | | | Commit f08e30d7bc broke compatibility with DOS and non Windows NT based versions of Windows due to the use of the setlocal command. | ||||
* | scripts: Always perform setlocal and endlocal calls in pairs | Steve Holme | 2015-08-08 | 1 | -4/+4 |
| | | | | | | Ensure that there isn't a mismatch between setlocal and endlocal calls, which could have happened due to setlocal being called after certain error conditions were checked for. | ||||
* | scripts: Allow -help to be specified in any argument | Steve Holme | 2015-08-08 | 1 | -5/+6 |
| | | | | | Allow the -help command line argument to be specified in any argument and not just as the first. | ||||
* | buildconf.bat: Synchronise no repository error with generate.bat | Steve Holme | 2015-08-06 | 1 | -3/+4 |
| | |||||
* | generate.bat: Use buildconf.bat for prerequisite file clean-up | Steve Holme | 2015-08-05 | 1 | -0/+3 |
| | |||||
* | buildconf.bat: Added support for file clean-up via -clean | Steve Holme | 2015-08-05 | 1 | -2/+58 |
| | |||||
* | buildconf.bat: Added progress output | Steve Holme | 2015-08-05 | 1 | -3/+11 |
| | |||||
* | buildconf.bat: Avoid using goto for file not in repository | Steve Holme | 2015-08-05 | 1 | -19/+20 |
| | |||||
* | buildconf.bat: Added display of usage text with -help | Steve Holme | 2015-08-05 | 1 | -0/+11 |
| | |||||
* | buildconf.bat: Added exit codes for error handling | Steve Holme | 2015-08-05 | 1 | -5/+15 |
| | |||||
* | buildconf.bat: Added our standard copyright header | Steve Holme | 2015-08-05 | 1 | -5/+27 |
| | |||||
* | buildconf.bat: Use lower-case for commands and reserved keywords | Steve Holme | 2015-08-05 | 1 | -12/+12 |
| | |||||
* | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | 2012-12-26 | 1 | -3/+3 |
| | |||||
* | curl tool: use configuration files from lib directory - follow-up II | Yang Tse | 2012-04-09 | 1 | -5/+0 |
| | | | | lib/config-win32.h no longer copied to src/config-win32.h | ||||
* | keep a single copy of config-win32.h in version control repository. | Yang Tse | 2011-08-05 | 1 | -0/+5 |
| | | | | maketgz and buildconf.bat updated to reflect this. | ||||
* | modified to use the git file, not cvs | Daniel Stenberg | 2010-04-11 | 1 | -4/+4 |
| | | | | | | I've done this blindly, and the last piece that works with ares should possibly be done differently now that c-ares isn't a subtree within the curl tree anymore... | ||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | Ensure that buildconf.bat does nothing unless it is used with a CVS checkout. | Yang Tse | 2009-06-08 | 1 | -6/+24 |
| | |||||
* | fix EOL | Yang Tse | 2009-04-30 | 1 | -21/+21 |
| | |||||
* | buildconf.bat for CVS-tree c-ares | Yang Tse | 2009-04-30 | 1 | -0/+8 |
| | |||||
* | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | 2008-08-07 | 1 | -0/+3 |
| | | | | to have a curl_off_t data type no longer gated to off_t. | ||||
* | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | 2008-03-31 | 1 | -4/+1 |
| | | | | $capath is known to configure, so it can be defined in config.h instead. | ||||
* | fixed segfault when compiled with MingW32 and cmd or command shell. | Gunter Knauf | 2007-01-29 | 1 | -4/+0 |
| | |||||
* | fix redefine warning when build from CVS. | Gunter Knauf | 2007-01-26 | 1 | -1/+4 |
| | |||||
* | no more getdate.c to care about | Daniel Stenberg | 2004-09-15 | 1 | -3/+0 |
| | |||||
* | this works like buildconf + configure does on unixes | Daniel Stenberg | 2004-02-26 | 1 | -0/+17 |