summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2000-01-18Add /usr/local/lib to libpth/glibpth since ports installs thingsTodd C. Miller
in /usr/local/lib.
2000-01-17Install stripped version of a2p; millert@ ok.Federico G. Schwindt
2000-01-16Kill XXX code which is bogus and unused anyway (no call with dodotpath==1Marc 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-16Bug-fix: skipping inappropriate versions is independent of whetherMarc Espie
we found something correct or not.
2000-01-15clean up defines for openbsd powerpc, also enable the libc_r support properly.Dale S. Rahn
2000-01-14Add options to CFLAGS, not COPTS; wd@ics.nara-wu.ac.jpTodd C. Miller
2000-01-11Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@Todd C. Miller
2000-01-11Fix the logic that determines whether or not a dlopen()'d name shouldTodd 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-11Fix typo in Y2K fix for the 'ds' string.Todd C. Miller
2000-01-11Add a man link from eqn -> neqnTodd C. Miller
2000-01-02revert 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-22i thought hppa is there long time agoMichael Shalayeff
1999-12-21strip lynx before installation.Federico G. Schwindt
1999-12-15From gcc development sources:Marc Espie
if -Wtraditional, warn about ANSI cpp string concatenation.
1999-12-10Close 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-10bad espie, commiting bad patches, with junk in them that should not be thereTheo de Raadt
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
Fix prototypes, propagate const where applicable.
1999-12-07Dumb 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-07Handles -I without filename correctly.Marc Espie
1999-12-07Remove 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-06allow --enable-encryption in kerberos caseTheo de Raadt
1999-11-29version 1.11.3David Leonard
1999-11-28Keep rules in bsd.sys.mk from yacc'ing on perly.yTodd C. Miller
1999-11-26Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapperTodd C. Miller
instead of explicitly in the top-level Makefile.
1999-11-23missed in shared libperl mods due to cvs bugTodd C. Miller
1999-11-23Import of stock perl 5.8.5Todd C. Miller
1999-11-22when following SEE-ALSO in man mode, would SIGSEGV when cursor is atTheo de Raadt
start of line
1999-11-22missing newlineTheo de Raadt
1999-11-21My goof... adding functions to libiberty means this is a major bump.Marc Espie
(Fortunately, no other library depends on those new functions)
1999-11-20Grab 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-20libiberty version bundled with binutils-2.10Marc Espie
1999-11-20Generate g2c.h at prereq stage.Marc Espie
Install it under /usr/include
1999-11-18remove old GPL'd sudoTodd C. Miller
1999-11-18remove old GPL'd sudoTodd C. Miller
1999-11-18build new sudoTodd C. Miller
1999-11-09Install a shared libperl and link against it. Put libperl in /usr/libTodd 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-26indentTheo de Raadt
1999-09-30Explanation for why strerror.o is needed.Marc Espie
1999-09-30In the constructMarc 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-29Remove weird message for ctm guys.Marc Espie
1999-09-24Slightly more accurate manpage.Marc Espie
1999-09-24Cleaning up my tree...Marc Espie
1999-09-24Fix 2.5->2.6 problem, by propagating Makefile.in recent change to theMarc Espie
wrapper.
1999-09-23Typo fixes.Alex Feldman
1999-09-22s/ascii/ASCII/Theo de Raadt
1999-09-20FormattingMarc Espie
1999-09-20Transform 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-17Invoke sh move-if-change explicitly.Marc Espie
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@)
1999-09-14Bye, bye, choose_temp_baseMarc Espie
1999-09-14Kill remaining instances of mktemp, direct and indirect.Marc Espie