summaryrefslogtreecommitdiffstats
path: root/generator/generator_api_versions.mli
Commit message (Collapse)AuthorAgeFilesLines
* generator: Rename 'generator_*' as '*'.Richard W.M. Jones2012-09-021-32/+0
| | | | | | | | | This is a simple renaming of the files/modules. Note that in OCaml, module names are derived from filenames by capitalizing the first letter. Thus the old module names had the form "Generator_api_versions". The new modules names have the form "Api_versions".
* generator: Don't die if an API call isn't listed in API versions file.Richard W.M. Jones2010-11-051-2/+3
| | | | For example, it may just have been added.
* docs: Which API calls were first supported in which upstream versions.Richard W.M. Jones2010-11-041-0/+31
Run src/api-support/update-from-tarballs.sh (this won't work unless you have a local copy of the tarballs from the website). src/api-support/added contains the result of running the script, a list of pairs: (API name, version first appeared).