Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | Added __strtok_r function. Change strtok to a wrapper around __strtok_r and | Manuel Novoa III | 2001-03-01 | 1 | -0/+55 |
add a weak alias of __strtok_r for strtok_r since optional. Also reduced code size. |