Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
[unix-history] / gnu /
1993-10-14 Rod GrimesMakefile to install sample files in /etc/uucp with...
1993-10-14 Rod GrimesAdd subdir samples so that the sample scripts can get...
1993-10-14 Nate WillamsUpdated gzip from version 1.2.2 to 1.2.4 due to popular...
1993-10-10 Jordan K. HubbardTry copy if rename of temporary catpage fails.
1993-10-09 Jordan K. HubbardHandle both signals and errors in child processes,...
1993-10-08 Jordan K. HubbardAllow ^C to interrupt with some semblance of politeness...
1993-10-08 Jordan K. HubbardMore paranoid dealings with system()
1993-09-24 Rod Grimes>From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>
1993-09-24 Rod GrimesAdded libmalloc to top level Makefile
1993-09-24 Rod GrimesNow uses -lgnumalloc, also fixed missing DPADD for...
1993-09-24 Rod GrimesThis is gnu lib malloc from NetBSD verbatium, here...
1993-09-23 Paul RichardsUpgraded to newer version with -list and -catalog optio...
1993-09-23 Paul RichardsAdded genclass to subdirs.
1993-09-23 Paul RichardsCreated an install target for genclass.
1993-09-22 Paul RichardsIncreaed the fixed static buffer sizes and maximum...
1993-09-08 Rod GrimesAdded bsd.prog.mk so that make maninstall would work
1993-09-07 Nate WillamsRemoved some hard-coded paths in gzexe so it works...
1993-09-05 Rod GrimesFrom: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)
1993-09-02 Rod GrimesThe src/games/Makefile.inc use to control the location...
1993-08-28 Rod GrimesThe make depend does not work in this one subdirectory...
1993-08-28 Rod GrimesRemoved depend: @echo BORKEN MAKEDEPEND since gcpp...
1993-08-28 Rod GrimesCorrected so that the symlinks for cpp -> gcpp are...
1993-08-27 Rod GrimesNow installs gcpp as cpp so we are using the 2.4.5...
1993-08-23 Rod GrimesChanged install -o root -g bin to -o ${BINOWN} -g ...
1993-08-23 Rod GrimesAdded -o ${BINOWN} -g {BINGRP}, changed the -m to 444...
1993-08-21 Rod GrimesPulled original COPYING file down out of the Attic...
1993-08-20 Rod Grimeschess is now in src/gnu, moved here from src/games
1993-08-20 Rod GrimesAdded libg++ since it is now in src/gnu
1993-08-20 Rod GrimesArgh, I copied the symlink from the old make file,...
1993-08-20 Rod GrimesAdded creatoin of symbolic link /usr/bin/cc -> /usr...
1993-08-20 Rod GrimesRemoved gcc1 from top level make file, moving gcc1...
1993-08-19 Rod GrimesChanged .if exists(/usr/X386) to .if exists(${DESTDIR...
1993-08-18 Andreas SchulzChanged Makefile to include xditview for the normal...
1993-08-18 Andreas SchulzChanged Makefile to include xditview for the normal...
1993-08-17 Rod GrimesReplaced empty manual page with one that has atleast...
1993-08-16 J.T. ConklinSRCS should contain *.c's, not *.o's.
1993-08-14 Nate WillamsRemoved Jordan's DO_LINKS from the Makefile, since...
1993-08-08 Rod GrimesChanged afterintall: target to beforeinstall: so that...
1993-08-07 Jordan K. HubbardThis is GNU cpio 2.3. It handles tar files and is...
1993-08-07 Jordan K. HubbardAdded target for cpio.
1993-08-06 Rod GrimesFixed manual page names from .0 to .8.
1993-08-06 Rod GrimesSince there are no c sources in this directory we need...
1993-08-06 J.T. ConklinFreeBSD doesn't define sig_atomic_t in <signal.h> like...
1993-08-06 Nate WillamsHave rlog output be much easier to parse. (Added one...
1993-08-05 J.T. ConklinAdded uucp
1993-08-05 J.T. ConklinTaylor UUCP 1.04
1993-08-05 Paul RichardsAdded lib.mk with lorder|tsort ripped out from library...
1993-08-04 Nate WillamsCleaned up the Makefile to look nicer and not require...
1993-08-04 Jordan K. HubbardAdded man page - it looks a little odd in places (the...
1993-08-03 Nate Willamsdc has no man page, so add NOMAN to Makefile
1993-08-03 Paul RichardsCorrect fix for Complex.cc Complex.h compile error.
1993-08-03 Paul RichardsThis commit is bogus, if I knew how to interrupt it...
1993-08-03 Rod GrimesAdded libregex to Makefile
1993-08-03 Rod GrimesMakefile was looking for *.P in ./g++-includes/gen...
1993-08-02 Andrew Mooreadded dc to gnu/Makefile
1993-08-02 Paul RichardsAdded missing include files.
1993-08-02 Paul RichardsRebuilt libgcc sources from libgcc[12].c files after...
1993-08-02 Paul RichardsFixed spelling error in gstddef.h that caused possibly...
1993-07-31 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-31 Andrew Mooreadding GNU dc ("desk calculator")
1993-07-30 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-30 J.T. ConklinGNU Regex 0.12
1993-07-28 Paul RichardsCouple of common to lib changes I missed.
1993-07-27 Andrew Moorechanged BINMODE= 6555 and CATMODE= 0664
1993-07-27 Andrew MooreAdded setreuid() calls so that shell escapes work.
1993-07-27 Paul RichardsMore changes for gcc2 to use lib.
1993-07-27 Paul RichardsMoved files from common directory to lib directory...
1993-07-27 Paul RichardsMakefile for new common lib -- forgot to add it in...
1993-07-27 Paul RichardsChanged common directory into lib to save re-compiling...
1993-07-26 Paul RichardsAdded Charles changes for GCC@ symbols.
1993-07-26 Andrew Mooreupdated man to use more as the default pager
1993-07-24 Andrew Moorechanged find . -name '*' to find . -type f
1993-07-23 Paul RichardsFixed gcpp.1 problem
1993-07-23 Nate WillamsAdded ${DESTDIR} to all the naked install commands...
1993-07-23 Jordan K. HubbardIgnore maninstall.
1993-07-23 Jordan K. HubbardChanges to make `maninstall' work.
1993-07-23 Jordan K. HubbardAdded Christoph Robitschko's catman
1993-07-21 Nate WillamsRemoved manpath.1 and added CLEANFILES directive to...
1993-07-21 Nate WillamsMade makewhatis installed as 555 so that people could...
1993-07-21 Andrew Mooreadded mandoc macro support;
1993-07-21 Nate WillamsOne last thing for making sure it works.
1993-07-21 Jordan K. HubbardChanges to allow man to work with or without obj dirs.
1993-07-20 Rod GrimesThe install of manpath.config did not have a ${DESTDIR...
1993-07-19 Nate WillamsThe man page is now in two places, both in the DOCUMENT...
1993-07-18 Jordan K. HubbardAdded fix from Rich to accept catpages with .0 syntax...
1993-07-18 Jordan K. HubbardFixed braindamage.
1993-07-17 Rod GrimesFixed make file for tags target, removed files that...
1993-07-17 Rod GrimesRemoved files that are generated by the Makefile. ...
1993-07-17 Rod GrimesFixed make file for tags target, removed files that...
1993-07-17 Rod GrimesAddeded depend: @echo "BROKEN MAKE DEPEND" so I can...
1993-07-16 Rod GrimesARGHH.. removed less from Makefile, since it has moved...
1993-07-16 J.T. ConklinInstall tmac.s & tmac.mm correctly
1993-07-16 Rod GrimesAdded BINMODE=2555 so that it can write the man pages...
1993-07-16 Rod GrimesMerge. Fix LINKS+= with $DESTDIR$BINDIR in them, you...
1993-07-16 Rod GrimesMerge: Fixed overriding of DESTDIR, changed to FONTDIR...
1993-07-16 Jordan K. HubbardWhoops, forgot to add this one.
1993-07-16 Jordan K. HubbardLots of stuff is now configured in Makefile.inc, path...
1993-07-16 Paul RichardsAdded mycroft's ffs patches.
1993-07-16 Paul RichardsUpdated to libg++ 2.4
1993-07-15 J.T. ConklinInstall eign in /usr/share/dict
next