1. 09 Nov, 2010 2 commits
  2. 08 Nov, 2010 11 commits
  3. 07 Nov, 2010 3 commits
  4. 05 Nov, 2010 6 commits
  5. 04 Nov, 2010 12 commits
  6. 03 Nov, 2010 6 commits
    • Daniel Stenberg's avatar
      dist: add symbol-scan.pl to the tarball · 1db61aca
      Daniel Stenberg authored
      1db61aca
    • Daniel Stenberg's avatar
      test1119: verify symbols-in-versions · bbb6eb3a
      Daniel Stenberg authored
      bbb6eb3a
    • Daniel Stenberg's avatar
      runtests: allow tests written as perl scripts · a4765b05
      Daniel Stenberg authored
      If a command is set type="perl", it can now specify a perl program that will
      be run instead of an ordinary curl or built tool.
      
      A perl test automatically disables memory and valgrind debugging.
      a4765b05
    • Daniel Stenberg's avatar
      symbol-scan: verifies symbols-in-versions · 29de7dd2
      Daniel Stenberg authored
      This new script scans for all enums and #defines used by the curl/curl.h
      and curl/multi.h headers. Then it reads all symbols mentioned in
      symbols-in-vesions and make sure that there's no entries missing in
      there. It then proceeds to verify that the entries that
      symbols-in-vesions mentions but aren't found in the sources are truly
      documented as removed.
      
      This script is used in the new test case 1119
      29de7dd2
    • Daniel Stenberg's avatar
      symbols-in-versions: added 119 missing symbols · 52e3c60c
      Daniel Stenberg authored
      I've developed a script I call symbol-scan.pl that scans the curl.h and
      multi.h header files and compare the symbols it finds in there with the
      symbols symbols-in-versions documents and outputs a report on the
      differences.  Using this I've dug through the history to fill up
      symbols-in-versions with all the symbols my script found mismatches for.
      
      I will commit symbol-scan.pl separatly and think of a way to put it to
      use in the build/tests so that we from now on will get this in-sync
      check automatically.
      52e3c60c
    • Dan Fandrich's avatar
      Added mk580.pl to the tar ball · 282b41c6
      Dan Fandrich authored
      282b41c6