summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2004-01-03missing prototypes; ok espiePeter Valchev
2004-01-03sync the list of acceptable getopt_long options with reality.Brad Smith
Fixes PR 3623 From: binutils CVS 2.11 branch, based on rev 1.15.2.3 ok otto@
2004-01-02Don't strip scripts; idea from mpech@; ok deraadt@Todd C. Miller
2003-12-30Define _FFR_DEAL_WITH_ERROR_SSL. This will causes sendmail to deal withTodd C. Miller
SSL errors by recognizing them as EOF. Otherwise, sendmail can get into an infinite loop logging "STARTTLS: read error=generic SSL error (0)" This was causing problems on the mailing list server...
2003-12-29re-entrancy hack that is currently needed for cvs to work correctly.Theo de Raadt
well, almost. someone should track that down please.
2003-12-28Add missing C++ include paths: arch-dependent headers, andMarc Espie
backward-compatibility headers.
2003-12-28resurrect pexecute.c for now, since vax and m68k barf on pex-unix.cMarc Espie
2003-12-28Document kprintf %: removal here too; anilMiod Vallat
2003-12-26add libiberty.info to CLEANFILESBrad Smith
ok espie@
2003-12-25Manual merge of ChangeLog entries.Marc Espie
A bit icky, but binutils includes contain both libiberty stuff and its own stuff...
2003-12-25bye-bye. Merge should basically be finishedMarc Espie
2003-12-25typo in demanglerMarc Espie
2003-12-25restore #ifdef __cplusplus around demangler prototypes.Marc Espie
Restore comment that was lost.
2003-12-25Compile the right files, bump minor number.Marc Espie
2003-12-25revert to versions in gcc 3.3.2, those are more recentMarc Espie
2003-12-25Automatic mergeMarc Espie
2003-12-25Update to libiberty from binutils-2.14Marc Espie
2003-12-25Update to libiberty from binutils-2.14Marc Espie
2003-12-21Kill non-standard kernel printf %: braindead extension for good.Miod Vallat
ok markus@ drahn@
2003-12-18Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included withTodd C. Miller
cvs no longer matches ours. Fixes "compression initialization: error -6" as noticed by espie@ and others.
2003-12-18cvs uses zlib, not gzip; remove a lie. OK deraadt@Todd C. Miller
2003-12-17Quick fix for zlib's update.Marc Espie
2003-12-16Better fix for MALLOC_OPTIONS=J bug. Something had problems withTodd C. Miller
returning a NULL label so now we just the epoch for the timestamp if we cannot stat the file. OK deraadt@
2003-12-12Add a check for absolute pathnames; from cvs 1.11.10; deraadt@ OKTodd C. Miller
2003-12-10Ignore PSALL if NOMAN is set; noticed by jmc@Todd C. Miller
2003-12-08fix dangling code.Marc Espie
okay miod@, segfault sample by margarida.
2003-12-06Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@Todd C. Miller
2003-12-03HOST_CFLAGS need to find libiberty too, even on vax!Marc Espie
ok deraadt@
2003-12-03fix 2 typosTodd C. Miller
2003-12-03Add back these dead files for 5.8.2Todd C. Miller
2003-12-03Whoops, don't build threaded by defaultTodd C. Miller
2003-12-03Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific ↵Todd C. Miller
scaffolding
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2003-12-02hppa-openbsd configs; espie@ okMichael Shalayeff
2003-12-01Add x86_64-unknown-openbsd* target. Tested only as a cross-compiler.Alexander Yurchenko
ok espie@
2003-11-29ditch duplicate code, thx.Marc Espie
2003-11-29generate info files in the right location.Marc Espie
Fix clean: to clean most of the stuff it should.
2003-11-29regen files in obj/Marc Espie
2003-11-29Don't bother trying to install stuff that doesn't exist.Marc Espie
2003-11-29regen manpages in obj/Marc Espie
disable regen of stuff that needs tools we don't have.
2003-11-29regenerate source for manpages in depend stage so MAN= doesn't fall over.Marc Espie
2003-11-29re-add java parser. It's a re-entrant parser, so yacc doesn't compete soMarc Espie
far.
2003-11-29OpenBSD build engine.Marc Espie
2003-11-29Rebuild of parser in obj directory.Marc Espie
2003-11-29Add OpenBSD specific features:Marc Espie
- stub for bounded - kprintf format. - no strict aliasing in -O2 - no ident for each object file. - recognize stack-protector option.
2003-11-29disable gmake's parallel build checks, and allow libgcc to build correctlyMarc Espie
with our make.
2003-11-29Berkeley yacc is allowed to use unpoisoned malloc.Marc Espie
2003-11-29regen files in the obj/ directory.Marc Espie
2003-11-29grab libiberty from other locationMarc Espie
2003-11-29Supplementary test for java iconv stuff.Marc Espie