summaryrefslogtreecommitdiffstats
path: root/generator/.depend
Commit message (Collapse)AuthorAgeFilesLines
* docs: Which API calls were first supported in which upstream versions.Richard W.M. Jones2010-11-041-4/+9
| | | | | | | | 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).
* daemon: Send back the errno as a string.Richard W.M. Jones2010-11-031-4/+8
| | | | | | | | This changes the protocol again so that if the errno is available, it is converted to a string (like "EIO") and sent back over the protocol to the library. In this commit the library just discards the string.
* Split generator into separate source files.Richard Jones2010-09-111-0/+129
'src/generator.ml' is no more. Instead the generator is logically split up over many different source files. Read generator/README for help and tips. We compile the generator down to bytecode, not native code. This means it will run more slowly, but is done for maximum portability.