Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-20 | curl: remove MANUAL from -M output | Daniel Stenberg | |
... and remove it from the dist tarball. It has served its time, it barely gets updated anymore and "everything curl" is now convering all this document once tried to include, and does it more and better. In the compressed scenario, this removes ~15K data from the binary, which is 25% of the -M output. It remains in the git repo for now for as long as the web site builds a page using that as source. It renders poorly on the site (especially for mobile users) so its not even good there. Closes #3587 | |||
2018-04-29 | tests: provide 'manual' as a feature to optionally require | Daniel Stenberg | |
... and make test 1026 rely on that feature so that --disable-manual builds don't cause test failures. Reported-by: Max Dymond and Anders Roxell Fixes #2533 Closes #2540 | |||
2008-07-17 | Fixed the XML syntax of a few test files. | Dan Fandrich | |
2008-06-01 | curl returns 0 for these options now | Daniel Stenberg | |
2008-04-21 | Make the test work with nroffs that use special escaping for bold output. | Dan Fandrich | |
2008-04-18 | Added test cases 1026 and 1027 to do some rudimentary tests on the --manual | Dan Fandrich | |
and --help options. |