| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't include __FUNCTION__ in assert() messages; it was causing the | Michael Brown | 2007-01-04 | 1 | -7/+6![]() |
| | | | | | | | | | function name to appear within the objects even in non-asserting builds. (This could be considered a gcc bug.) Removing __FUNCTION__ from assert() reduces the size of bin/blib.a by around 2.5%! | ||||
| * | Force syntax-checking on assertions even in non-asserting builds. | Michael Brown | 2006-12-04 | 1 | -9/+23 |
| | | |||||
| * | Added missing #endif | Michael Brown | 2006-03-23 | 1 | -0/+1 |
| | | |||||
| * | Added assert.h, with assert() defined (almost) as per POSIX, and | Michael Brown | 2006-03-23 | 1 | -0/+51 |
| linker_assert() defined as gPXE-specific. | |||||

