Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: PyInt_* no longer exists in python3, replace with PyLong_* | Hilko Bengen | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | generator: Rename 'generator_*' as '*'. | Richard W.M. Jones | 2012-09-02 | 1 | -0/+769 |
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". |