Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin removing some unnecessary inlining, and fix naming | Eric Andersen | 2001-08-11 | 1 | -12/+12 |
| | | | | | of _dl_fprintf which should really be _dl_dprintf -Erik | ||||
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 1 | -11/+39 |
| | | | | | | issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging... | ||||
* | Turn off USE_CACHE by default (so ldconfig, by default, isn't | Eric Andersen | 2001-07-17 | 1 | -5/+5 |
| | | | | | | | needed). Fix a stupid typo in dlib.c where I had several weak symbols set up backwards, breaking libdl (dlopen and friends), -Erik | ||||
* | Scrub up a few things I forgot. Add a few more cleanups. | Eric Andersen | 2001-07-13 | 1 | -57/+31 |
| | | | | -Erik | ||||
* | Another cleanup. Never pass addresses as an 'int' | Eric Andersen | 2001-05-01 | 1 | -309/+291 |
| | | | | -Erik | ||||
* | I forgot to check this in. | Eric Andersen | 2001-05-01 | 1 | -5/+5 |
| | | | | -Erik | ||||
* | Silence a warning | Eric Andersen | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | Initial checkin for ld.so. This is a combination of effort from Manuel Novoa | Eric Andersen | 2001-04-23 | 1 | -0/+648 |
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik |