Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | clean up defines for openbsd powerpc, also enable the libc_r support properly. | Dale S. Rahn | |
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-15 | From gcc development sources: | Marc Espie | |
if -Wtraditional, warn about ANSI cpp string concatenation. | |||
1999-12-10 | Close comment just once. | Marc Espie | |
Amazed, this bug has been in the gcc main source for almost a year. Is this file compiled somewhere ? (reported to gcc folks, thanks to Andreas Gunnarsson for finding the bug) | |||
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-07 | Remove work-around for make buglet that I just fixed. | Marc Espie | |
(No need to wait for a rebuild, as the bug only manifests itself as a warning anyway). | |||
1999-12-06 | allow --enable-encryption in kerberos case | Theo de Raadt | |
1999-11-29 | version 1.11.3 | David Leonard | |
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-21 | My goof... adding functions to libiberty means this is a major bump. | Marc Espie | |
(Fortunately, no other library depends on those new functions) | |||
1999-11-20 | Grab hashtab.c from the development version of gcc, add it to libiberty. | Marc Espie | |
Make sure that g++ and g77 link against libiberty (fixed in dev. sources as well). Use hashtab functions instead of splay-trees in cse.c. This is worth a 10% compiling speed increase on some arches, including sparc, hppa... | |||
1999-11-20 | libiberty version bundled with binutils-2.10 | Marc Espie | |
1999-11-20 | Generate g2c.h at prereq stage. | Marc Espie | |
Install it under /usr/include | |||
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-30 | Explanation for why strerror.o is needed. | Marc Espie | |
1999-09-30 | In the construct | Marc Espie | |
VAR!=cat file make warns if file exists, but is empty (couldn't read shell output, or such bullshit) Weird, as everything actually went right. As I don't want to change that behavior so close to release, and since the needed-list may again be needed in the future, the line VAR!=cat file && echo is used instead. make will happily get a new line to eat, that it will strip right away => no more warning. Go figure. | |||
1999-09-29 | Remove weird message for ctm guys. | Marc Espie | |
1999-09-24 | Slightly more accurate manpage. | Marc Espie | |
1999-09-24 | Cleaning up my tree... | Marc Espie | |
1999-09-24 | Fix 2.5->2.6 problem, by propagating Makefile.in recent change to the | Marc Espie | |
wrapper. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | s/ascii/ASCII/ | Theo de Raadt | |
1999-09-20 | Formatting | Marc Espie | |
1999-09-20 | Transform mips/openbsd-be.h into a fragment, | Marc Espie | |
tweak configure.in accordingly, regen configure. Fiddle with comments in mips/openbsd.h before shipping back to the FSF. | |||
1999-09-17 | Invoke sh move-if-change explicitly. | Marc Espie | |
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@) | |||
1999-09-14 | Bye, bye, choose_temp_base | Marc Espie | |
1999-09-14 | Kill remaining instances of mktemp, direct and indirect. | Marc Espie | |