Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-23 | Fix `internal consistency errors': all warnings for undefined symbols MUST | Marc Espie | |
handle reported_undefineds correctly. Probably unseen before now because this warning only occurred for symbols that also triggered other warnings ? or maybe no-one cares. | |||
2000-01-18 | Add /usr/local/lib to libpth/glibpth since ports installs things | Todd C. Miller | |
in /usr/local/lib. | |||
2000-01-17 | Install stripped version of a2p; millert@ ok. | Federico G. Schwindt | |
2000-01-16 | Kill XXX code which is bogus and unused anyway (no call with dodotpath==1 | Marc Espie | |
and major !=-1 anywhere). Simplify test logic: it's enough to check path != NULL to know whether we found something. cmpdewey() code is enough to ensure we get the best one (libfoo.a doesn't change n, any appropriate libfoo.so will take precedence). | |||
2000-01-16 | Bug-fix: skipping inappropriate versions is independent of whether | Marc Espie | |
we found something correct or not. | |||
2000-01-14 | Add options to CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
2000-01-11 | Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@ | Todd C. Miller | |
2000-01-11 | Fix the logic that determines whether or not a dlopen()'d name should | Todd C. Miller | |
be looked for in the libary search path. If a name has a '/' in it, treat it as a pathname, even if it starts with "lib"; gsar@ActiveState.com | |||
2000-01-11 | Fix typo in Y2K fix for the 'ds' string. | Todd C. Miller | |
2000-01-11 | Add a man link from eqn -> neqn | Todd C. Miller | |
2000-01-02 | revert back 1.4->1.5. | assar | |
ld (and ld.so) should take the shared library of the highest version in the first directory that it founds. this is the way ld/ld.so has traditionally worked since SunOS 4 and this is the way it should work. before changing this back - please make sure you understand the semantics of this and that you are not just hiding some other bug but toggling this change. also verify the example in the PR. see PR/972 | |||
1999-12-22 | i thought hppa is there long time ago | Michael Shalayeff | |
1999-12-21 | strip lynx before installation. | Federico G. Schwindt | |
1999-12-10 | bad espie, commiting bad patches, with junk in them that should not be there | Theo de Raadt | |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-12-07 | Dumb bug fix: error is not a printf-like function. | Marc Espie | |
Also checked other calls to error warning fatal error_with_file_and_line warning_with_file_and_line fatal_with_file_and_line lex_error lex_warning c_error | |||
1999-12-07 | Handles -I without filename correctly. | Marc Espie | |
1999-12-06 | allow --enable-encryption in kerberos case | Theo de Raadt | |
1999-11-28 | Keep rules in bsd.sys.mk from yacc'ing on perly.y | Todd C. Miller | |
1999-11-26 | Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapper | Todd C. Miller | |
instead of explicitly in the top-level Makefile. | |||
1999-11-23 | missed in shared libperl mods due to cvs bug | Todd C. Miller | |
1999-11-23 | Import of stock perl 5.8.5 | Todd C. Miller | |
1999-11-22 | when following SEE-ALSO in man mode, would SIGSEGV when cursor is at | Theo de Raadt | |
start of line | |||
1999-11-22 | missing newline | Theo de Raadt | |
1999-11-18 | remove old GPL'd sudo | Todd C. Miller | |
1999-11-18 | remove old GPL'd sudo | Todd C. Miller | |
1999-11-18 | build new sudo | Todd C. Miller | |
1999-11-09 | Install a shared libperl and link against it. Put libperl in /usr/lib | Todd C. Miller | |
where it belongs instead of in /usr/libdata/perl5/alpha-openbsd/5.00503/CORE. The shared lib version number will get cranked for each new perl release so this is safe to do. | |||
1999-10-26 | indent | Theo de Raadt | |
1999-09-24 | Slightly more accurate manpage. | Marc Espie | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | s/ascii/ASCII/ | Theo de Raadt | |
1999-09-14 | Kill remaining instances of mktemp, direct and indirect. | Marc Espie | |
1999-09-10 | Put files in /usr/libexec/cvs and /usr/libdata/cvs; suggestion from Todd | Thorsten Lockert | |
Miller <todd.miller@courtesan.com> | |||
1999-09-10 | Add option to set the repository to read-only on the command line; from | Thorsten Lockert | |
Artur Grabowski <art@stacken.kth.se> | |||
1999-09-10 | Integrate local changes | Thorsten Lockert | |
1999-09-10 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1999-09-10 | Latest version from Cyclic | Thorsten Lockert | |
1999-09-06 | succesfully -> successfully | Aaron Campbell | |
1999-08-31 | Support fxch abreviated form | Marc Espie | |
1999-08-31 | Don't need -fno-strict-aliasing, our gcc has strict aliasing turned off by ↵ | Todd C. Miller | |
default. | |||
1999-08-27 | check for arch that supports -s flag | Todd C. Miller | |
1999-08-26 | OpenBSD CVS tag | Todd C. Miller | |
1999-08-25 | comment typo | Niklas Hallqvist | |
1999-08-25 | Remove redundant test (which I am sure gcc removed by itself anyhow) | Niklas Hallqvist | |
1999-08-24 | Enable dlopen(3) to work in statically linked binaries | Niklas Hallqvist | |
1999-08-24 | Remove -g accidentally committed by someone | Niklas Hallqvist | |
1999-08-24 | Align defines nicely | Niklas Hallqvist | |
1999-08-20 | add -fno-strict-aliasing | Todd C. Miller | |
1999-08-20 | Link with "-L. -lperl" if building a shrared libperl on OpenBSD | Todd C. Miller | |