summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
1999-09-30Explanation for why strerror.o is needed.Marc Espie
1999-09-30In the constructMarc Espie
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
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
1999-09-17Invoke sh move-if-change explicitly.Marc Espie
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
1999-09-10Add option to set the repository to read-only on the command line; fromThorsten Lockert
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
1999-09-06succesfully -> successfullyAaron Campbell
1999-09-05Put choose_temp_base call back in msdos dependent code.Marc Espie
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 de...Todd C. Miller
1999-08-27Restore SET_ASM_OP, which lets __attribute__((alias)) work again.Marc Espie
1999-08-27check for arch that supports -s flagTodd C. Miller
1999-08-26OpenBSD CVS tagTodd C. Miller
1999-08-25comment typoNiklas Hallqvist
1999-08-25Remove redundant test (which I am sure gcc removed by itself anyhow)Niklas Hallqvist
1999-08-24Enable dlopen(3) to work in statically linked binariesNiklas Hallqvist
1999-08-24Remove -g accidentally committed by someoneNiklas Hallqvist
1999-08-24Align defines nicelyNiklas Hallqvist
1999-08-24Avoid /usr/ARCH-unknown-openbsd in a way more friendly toMarc Espie
1999-08-24m68k code generation work-around that I had forgotten to remove...Marc Espie
1999-08-23MergeMarc Espie
1999-08-23Update to gcc 2.95.1, official release.Marc Espie
1999-08-22Don't turn -fstrict-aliasing on automatically for now.Marc Espie
1999-08-20add -fno-strict-aliasingTodd C. Miller
1999-08-20Don't install with special permissions.Jason Downs
1999-08-20Link with "-L. -lperl" if building a shrared libperl on OpenBSDTodd C. Miller
1999-08-20comment out shared libperl support for the time beingTodd C. Miller
1999-08-20Link perl binary with shared libperlTodd C. Miller
1999-08-20Take advantage of "arch -s"Todd C. Miller
1999-08-20Fix faulty asms, that happened to work with old gcc, but not egcsNiklas Hallqvist
1999-08-19The mips test for dynamic loading was wrongNiklas Hallqvist
1999-08-16Comment typoNiklas Hallqvist
1999-08-16We must tell we are little endian by defaultNiklas Hallqvist
1999-08-16Protect against spaces in CC (which is not unlikely) and LDSTATICNiklas Hallqvist
1999-07-28do not spin; hughTheo de Raadt