summaryrefslogtreecommitdiffstats
path: root/src/api-support/update-from-tarballs.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* api-support: Fix detection of similar APIs.Richard W.M. Jones2010-12-191-1/+1
| | | | | Because we didn't match on word boundaries, the previous code would get confused by similar APIs, eg. getxattr vs getxattrs.
* docs: Obsolete HACKING file, move content into guestfs(3) man page.Richard W.M. Jones2010-12-191-1/+1
| | | | | | Add a new section called "EXTENDING LIBGUESTFS" to the guestfs manual page which contains all the information previously in "HACKING".
* docs: Fix API support script.Richard W.M. Jones2010-11-041-2/+5
| | | | | Before libguestfs 1.0.69 we needed to look in src/guestfs.c to see all the API calls.
* docs: Which API calls were first supported in which upstream versions.Richard W.M. Jones2010-11-041-0/+101
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).