summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1997-04-02Use new makeinfo -P dir option to prepend gcc/f to the include path.kstailey
You must rebuild and install the new makeinfo before building gcc! This corrects the gcc/install.texi gcc/f/install.texi name collision.
1997-04-02Add "-P dir" option to prepend a dir to the include path.kstailey
This is driven by g77 using install.texi which collides with gcc install.texi. This has been submitted to bug-texinfo@prep.ai.mit.edu. *** You must rebuild/reinstall makeinfo before building gcc! ***
1997-04-01don't disable the build of gdb for the alpha - it should work nowThomas Graichen
1997-04-01it's called xm-alphaobsd.h and not xm-alpha.hThomas Graichen
1997-03-29Integrate local changesThorsten Lockert
1997-03-29Latest release from Cyclic SoftwareThorsten Lockert
1997-03-29Latest release from Cyclic SoftwareThorsten Lockert
1997-03-28no more -D__NetBSD__Theo de Raadt
1997-03-25do not chmod file before unlink; firebug@atlantic.netTheo de Raadt
1997-03-20Reference include directly to avoid $CDPATH clashes.Jason Downs
1997-03-18Added ${DESTDIR} in -I/usr/include/kerberosIV. -mojMats O Jansson
1997-03-18Integrate local changesThorsten Lockert
1997-03-18Files missed from previous importThorsten Lockert
1997-03-18New release from Cyclic SoftwareThorsten Lockert
1997-03-13This isn't a linux distribution.Jason Downs
1997-03-13No dynamic loading on vax. -mojMats O Jansson
1997-03-11Do not build GNU cpioThorsten Lockert
1997-03-08add deroff to SUBDIRSkstailey
1997-03-08Debian 1.0 deroffkstailey
1997-03-02set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.Todd C. Miller
1997-02-24Remove configuration name.Jason Downs
1997-02-21Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.Todd C. Miller
1997-02-21FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):Todd C. Miller
Don't pass getdtablesize() as first arg to select(2). No need to do this since we only select on one fd--use (fd+1) as nfds. This fixes the problem with fdesc as well (though that is really an fdesc bug). Fix will be in sudo 1.5.4.
1997-02-21ld(1) now works; link shared library against -lcurses againThorsten Lockert
1997-02-21Get symbol counts right when counting weak symbols in shared libraries asThorsten Lockert
shared objects are being built.
1997-02-21Fix a const poisoning warningThorsten Lockert
1997-02-21Integrate local changesThorsten Lockert
1997-02-21Missed files from new release from Cyclic SoftwareThorsten Lockert
1997-02-21New release from Cyclic SoftwareThorsten Lockert
1997-02-19f77 0.5.19.1.Jason Downs
1997-02-18Gdb does not work on powerpc yet, do not configure or build it.Dale S. Rahn
1997-02-18Ignore SIGINTThorsten Lockert
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-17__NetBSD__ is going away from our gcc specsNiklas Hallqvist
1997-02-12Don't space text/data in shared libs by 256Mb. ld.so can't handle it withPer Fogelstrom
the shm sizing method it uses for the moment, so loading many shlibs effectively makes a proram run out of VM.
1997-02-12gcc's use of /tmp files is raceable (as pointed out to me many months agoTheo de Raadt
by davem@iss.net). however this code is hard to fix. for the moment make the race harder by calling mktemp with a lot of XXXXX's
1997-02-07These changes are not complete, This does not deal with cores correctly yet.Dale S. Rahn
This checkin is an attempt to make the powerpc port have a clean build.
1997-02-07GDB 6.3 (excluding .info files)Dale S. Rahn
1997-02-07Know how to build gdb for powerpc, it doesn't work yet, but this causesDale S. Rahn
binutils to fail to configure the first time round.
1997-02-07no, this does not work yet eitherTheo de Raadt
1997-02-06cd into gcc/f before building g77.info to avoid picking up on the wrongkstailey
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.)
1997-02-03back out prev. change since it breaks obj@ symlinkskstailey
1997-02-03also build uucp on the alphaThomas Graichen
1997-02-02do not include wrong version of install.texikstailey
1997-02-02correct arch check, do not drop of non-void function; ↵Theo de Raadt
yasufu-i@is.aist-nara.ac.jp
1997-02-02add gdb for alpha & mips and simplify it a bitThomas Graichen