Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -2/+1 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias for | Eric Andersen | 2001-04-27 | 1 | -0/+2 |
| | | | | | srand was in the wrong file, causing rand.o to be needlessly included in some cases. | ||||
* | Add in random(), make rand use that under the hood. Fix the | Eric Andersen | 2001-03-22 | 1 | -0/+36 |
include file so folks know random is now there. |