Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-20 | add commented-out entries for currently disabled regress tests | David Krause | |
2004-07-14 | Back out bogus lib bump in regression tests. Changing the version | Marco S Hyman | |
numbers in a test that verifies version number handling is dumb. OK drahn@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2003-12-26 | Do not run the ld.so regression test on static arches. | Miod Vallat | |
2003-07-01 | Do not try unversioned lib tests on a.out | Niklas Hallqvist | |
2003-07-01 | try to vary physical directory layout of the libdir. | Niklas Hallqvist | |
Catches case spotted by Dale. | |||
2003-07-01 | A regression test for checking that dlopen prefers the correct shared library | Niklas Hallqvist | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-01 | Test programs for dependant shared library constructors. | Dale Rahn | |
2002-11-13 | put common CFLAGS+= in Makefile.inc | Todd T. Fries | |
use single defs.h header test for a non-zero value ok fgsch@ | |||
2002-11-13 | more testing. | Federico G. Schwindt | |
2002-11-13 | move weak definition to the bottom due to a gas problem on a.out platforms. | Federico G. Schwindt | |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-17 | No reason to not enable the weak test. | Artur Grabowski | |
2002-02-14 | add -Wall -Werror. this way, if __weak_alias() is missing it won't go | Federico G. Schwindt | |
further. | |||
2002-02-11 | remove unneeded header. | Federico G. Schwindt | |
2002-02-11 | change to errx(3) | Federico G. Schwindt | |
2002-02-10 | simplify. | Federico G. Schwindt | |
2002-02-10 | basic weak reference test. | Federico G. Schwindt | |
2002-02-05 | add a regression for test for "elfbug": the bug in ELF ld.so | Matthieu Herrb | |
that cause the 'Unresolved inheritance operation' error message. |