Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-26 | Instantiate Vector<size_t> on __sparc__ too. | bad | 2 | -4/+4 | |
2000-10-09 | Okay, do this the Hard Way. Activate the size_t instantiation block if | tv | 3 | -43/+8 | |
one of __alpha__ or __sparc64__ are defined. I'll look into a better fix later. | |||||
2000-10-07 | Add fix for alpha; explicitly instantiate Vector<size_t>, as size_t is | tv | 3 | -0/+61 | |
"unsigned long" on alpha. Nuke instantiation of Vector<unsigned int> and finish the halfassed LP64 fix that's already here by changing a Vector<unsigned int> to Vector<size_t> in the code. NOT TESTED but appears to fix the problem for alpha; tested not to cause problems on i386. | |||||
1999-12-16 | Fix default sgml catalog path, add NetBSD id to patch, correct | mjl | 1 | -2/+13 | |
PLIST. | |||||
1999-12-16 | Updated to 1.3.4. Changes are bugfixes (no details available). | mjl | 1 | -28/+5 | |
1999-03-13 | Initial import of sp-1.3, an SGML system conforming to ISO-8879 as | rh | 2 | -0/+50 | |
provided by Martin Laubach (with a few modifications to work under NetBSD-1.3.3 as well as -current) -- thanks! |