summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit specification of SHLIB major and minor nos.csgr1994-05-273-9/+3
|
* Bump all minor nos. of libs in /usr/src/gnu/lib.csgr1994-05-261-2/+2
| | | | shlibs are now version 1.1
* Got this fix from think.com:rgrimes1994-05-262-2/+6
| | | | | | | | The following two patches should allow the documented "-I !" option to skip the ignore lists and import/update all files in the directory. I need it to force certain files to import (ie, csh.a which is part of the csh documentation).
* Fix -z key, patch from Taylorache1994-05-251-21/+20
|
* Documentation addedache1994-05-251-0/+4036
|
* Got this from think.com, nice patch to add Index: lines to cvs diff outputrgrimes1994-05-241-2/+24
| | | | | so you can put it right into patch. Patch by Brian Berliner.
* Enhancements to use now -K option to rcs so that certain keywords arergrimes1994-05-247-0/+50
| | | | | | NOT touched by cvs. Only takes effect if -DFREEBSD_DEVELOPER, and installs as ncvs when this is defined. You must also have the changes to rcs for this to work.
* Fix catman to produce zipped cats, like man does.ache1994-05-231-5/+7
| | | | In other (old) case we have both kind of cats at once.
* Fix multiply slash problemache1994-05-201-1/+4
|
* A perfectly good libgnuregex.a and you can't use it! No header was beingjkh1994-05-191-1/+4
| | | | installed. Do so now as gnuregex.h
* We have BROKEN_SETREUID by Taylor point of viewache1994-05-171-1/+1
|
* Stop toasting folks' /etc/manpath.config files.jkh1994-05-171-1/+1
|
* Add X11R6 to manpath in preprataion for XFree86 3.0.rich1994-05-171-1/+3
|
* To truely have the OLD behavior of RCS by default make the expansionrgrimes1994-05-151-3/+10
| | | | | of $FreeBSD$ false by default. This should keep them out of the pre 2.x repository. (Or at least make them useless in it).
* Add -K option to pass keywordlists to rcs so we can disable and enablergrimes1994-05-144-11/+46
| | | | specific keyword expansion on cvs co and cvs patch commands.
* No longer use FSYNC_ALL by default, we do not have the stability problemsrgrimes1994-05-141-1/+1
| | | | | with the system as we once did. This should greatly increase the speed of rcs and therefore cvs.
* Add new option -K from David Dawes that allows you to turn on and offrgrimes1994-05-145-9/+79
| | | | | specific keyword substitution during a rcs co command. Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
* Make local changes more portable.ache1994-05-144-4/+61
|
* Upgrade to readline 2.0 from bash1.14.1ache1994-05-1333-2056/+3544
|
* If you want no manual pages so NOMAN=, not MAN1=NOMAN!rgrimes1994-05-121-1/+1
|
* typo.phk1994-05-121-2/+5
|
* made -v produce tip-revision, which was what I wanted in the first place...phk1994-05-122-5/+9
|
* Added -v option to rlog. This gives a quick way to get a list of versions.phk1994-05-112-4/+25
|
* Add PAREN_MATCHING to CFLAGSache1994-05-111-2/+3
|
* Remove #ifdefs which may confuse external packages which includeache1994-05-112-17/+1
| | | | this headers
* Add HAVE_VARARGS_H to CFLAGSache1994-05-112-5/+3
| | | | | Add VISIBLE_STATS to CFLAGS, fix complete.c for successful compilation with VISIBLE_STATS
* Add some note, how to tune readline to 8-bit clean modeache1994-05-111-2/+4
|
* Add VI_MODE to CFLAGSache1994-05-111-2/+2
|
* Back out forced 8-bit mode, it can be tudned from ~/.inputrc fileache1994-05-111-2/+2
|
* Add note about additional changesache1994-05-101-0/+2
|
* Make readline 8-bit cleanache1994-05-101-2/+2
|
* Back out previous fix, correct place to fix is octave programache1994-05-101-1/+1
|
* Correct rl_attempted_completion_function type to Function *ache1994-05-101-1/+1
| | | | for successful compilation with octave
* Merged with new readline 2.0 from bashache1994-05-0934-5227/+10469
|
* Merge with much improved version from gdb4.11ache1994-05-0922-1158/+3118
|
* Install history.h to /usr/include/readline too, gdb4 include itache1994-05-092-2/+122
|
* Remove readline copy, now gdb use gnu lib tree libreadlineache1994-05-091-9/+6
|
* libreadline addedache1994-05-091-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r1466,ache1994-05-0925-0/+13338
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Port readline lib into gnu system tree.ache1994-05-0925-0/+13338
| | | | | | | | | | | | | | | | Really we don't need copy of this library into each program (gdb f.e.) P.S. it is much cleaner port than /usr/ports version and based on /usr/ports version. /usr/ports version will be removed.
* | Upgrade to version 1.05ache1994-05-07230-3691/+14752
| |
* | Add GNU regex.halm1994-05-062-2/+495
| |
* | added ptxalm1994-05-061-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r1457,alm1994-05-0641-0/+7378
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * ptx: permuted index generatoralm1994-05-0641-0/+7378
| |
| * This commit was manufactured by cvs2svn to create branch 'gnu'.cvs2svn1993-11-08125-0/+55980
| |
* | Use correct stack segment with corefiles.adam1994-05-041-0/+3
| |
* | 1) Add \p\c after CONNECT for modems which give CONNECT beforeache1994-05-031-1/+5
| | | | | | | | | | | | | | carrier up 2) Add more chat-fail codes 3) Add comment about complete/abort scripts, when modem handle DTR drop properly
* | Back my earlier BSD_TTY change out of -current.jkh1994-04-261-2/+2
| |
* | From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark)jkh1994-04-259-2/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199404171501.LAA01245@stark.UUCP> To: freebsd-hackers@freefall.cdrom.com Subject: Make world and UUCP Sender: freebsd-hackers-owner@freefall.cdrom.com Precedence: bulk It would be much more convenient if "make world" didn't clobber my UUCP configuration files in /etc/uucp. Perhaps the easiest fix would be to change the names of the sample configuration files: config -> config.sample ports -> ports.sample ...
OpenPOWER on IntegriCloud