version-check.pl: display version number for symbols
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Nov 2010 22:26:57 +0000 (23:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Nov 2010 22:29:29 +0000 (23:29 +0100)
commit0a2edfc348cbd70940be306e39c1cda0af255a68
treefd8f829c3e77295a31ce567af02fc516cf54d609
parent64520e43d4cb190f682e89594e6bd8a83762484e
version-check.pl: display version number for symbols

This script is the start of a helper tool that scans a source code and
outputs the most recent libcurl version it finds symbols for. Meaning
that if there's no conditions in the code, that's the earliest libcurl
version the scanned code requires.

It is not added to the Makefile.am yet as it is still a bit crude, but
I'm committing it to keep it and allow us to work on it.
docs/examples/version-check.pl [new file with mode: 0755]