Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for NULL pointer return. | phk | 2005-05-24 | 1 | -0/+2 |
| | | | | Spotted by: marcus | ||||
* | Make libgeom usable by C++ programs: | jhb | 2004-03-09 | 1 | -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. | phk | 2004-03-08 | 1 | -1/+5 |
| | | | | Noticed by: jhb | ||||
* | Constify arg to geom_lookupid(). | phk | 2003-03-17 | 1 | -2/+2 |
| | | | | Improve a diagnostic printf. | ||||
* | Leak more stuff into libgeom. | phk | 2003-02-10 | 1 | -0/+428 |