summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
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
1999-09-10Put files in /usr/libexec/cvs and /usr/libdata/cvs; suggestion from ToddThorsten Lockert
Miller <todd.miller@courtesan.com>
1999-09-10Add option to set the repository to read-only on the command line; fromThorsten Lockert
Artur Grabowski <art@stacken.kth.se>
1999-09-10Integrate local changesThorsten Lockert
1999-09-10Latest version from Cyclic; skipped filesThorsten Lockert
1999-09-10Latest version from CyclicThorsten Lockert
1999-09-08Better stack usage, bugfix from current.Marc Espie
Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de> * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for the fact that ALIGN is measured in bits, not bytes.
1999-09-06succesfully -> successfullyAaron Campbell
1999-09-05Put choose_temp_base call back in msdos dependent code.Marc Espie
(from the egcs mainline, code by myself). This should remove the last use of choose_temp_base. Once I've rebuilt the whole tree, there's another patch to make that code properly #ifdef MSDOS.
1999-09-01Don't try to use .set on mips, it's special.Marc Espie
1999-09-01Repair -frepoMarc Espie
1999-08-31Support fxch abreviated formMarc Espie
1999-08-31Don't need -fno-strict-aliasing, our gcc has strict aliasing turned off by ↵Todd C. Miller
default.
1999-08-27Restore SET_ASM_OP, which lets __attribute__((alias)) work again.Marc Espie