summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/geom_xml2tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for NULL pointer return.phk2005-05-241-0/+2
| | | | Spotted by: marcus
* Make libgeom usable by C++ programs:jhb2004-03-091-90/+97
| | | | | | | | | | - Add DECL wrappers to libgeom.h. - Rename structure members in libgeom.h to use a lg_ prefix for member names. This is required because a few structures had members named 'class' which made g++ very unhappy. - Catch gstat(8) and gconcat(8) up to these API changes. Reviewed by: phk
* String the consumers into the list of the provider they are attached to.phk2004-03-081-1/+5
| | | | Noticed by: jhb
* Constify arg to geom_lookupid().phk2003-03-171-2/+2
| | | | Improve a diagnostic printf.
* Leak more stuff into libgeom.phk2003-02-101-0/+428
OpenPOWER on IntegriCloud