Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syntax: Remove trailing whitespace. | Richard W.M. Jones | 2012-09-15 | 1 | -1/+1 |
| | | | | Found by 'make syntax-check'. | ||||
* | generator: gobject: Use a more normal way to output files. | Richard W.M. Jones | 2012-09-05 | 1 | -99/+73 |
| | | | | | The generator output is identical, verified by comparing the output files before and after the change. | ||||
* | generator: Rename 'generator_*' as '*'. | Richard W.M. Jones | 2012-09-02 | 1 | -0/+1305 |
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". |