summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Use pw(8) instead of grep'ing through /etc/passwd. This fixesdd2001-05-241-3/+3
| | | | | | automatic filling of the "Originator" field for NIS users. PR: 24372
* Add support for FreeBSD 4.4.ru2001-05-151-0/+2
|
* Fix typo introduced in a comment in the previous commitkris2001-05-121-1/+1
|
* Only load KOI8-R-specific bits if document language is setru2001-05-071-2/+4
| | | | | | via the \*[lang] register, not if just device is `koi8-r'. Reviewed by: ache
* Create temporary files securely using mkstemp() instead of mktemp()kris2001-05-063-2/+13
| | | | | Reviewed by: mikeh, audit@ MFC after: 1 week
* Total hack to fix broken bootstrap. Add -I/usr/src/include at the tailobrien2001-05-031-0/+1
| | | | | | end of the include searching. We really need a real fix for the issue of which set of headers to use in compiling the cross-tools -- /usr/include, or /usr/src/include.
* like i386, add inclusion of lock.hmjacob2001-05-032-1/+4
|
* - Avoid circular `use Config', which may lead to random synax errorsmarkm2001-05-022-9/+13
| | | | | | | | | | produced by miniperl during buildworld phase. - While at it, do loading of SelfLoader only when it is needed, and in place where it is needed. Submitted by: tobez@tobez.org (who is doing way too much good work and is in need of the Commit Bit punishment)
* * Add Config.pm to fight situations when perldoc(1) showed a manual pagejoe2001-05-016-10/+94
| | | | | | | | | | | | for a module overridden by BSDPAN instead of the original module. * Fix wrong manual section numbers in SEE ALSO. * Add `Revision 42' to the beer-ware license. The BSDPAN author did not originally get the reference and removed the revision from original phk's version. Submitted by: Anton Berezin <tobez@tobez.org>
* Compensate for dethreaded headers.markm2001-05-014-0/+6
| | | | (I have no religion about how this was done. Follow-up commits welcome)
* -lposix1e is dead.ru2001-04-262-2/+0
|
* Backout rev.1.30, as the root of this problem was already fixedru2001-04-251-4/+0
| | | | | | | | | | in bsd.obj.mk rev.1.35, and On Tue, Apr 24, 2001 at 06:29:27AM +1000, Bruce Evans wrote: > > This is bogus. It is normal for sloppy cleaning to cause problems. > `make depend' after `make depend' should not do anything. I'm still > waiting for a similar problem in kdump to be fixed properly :-).
* If the world was built using either -DNOCLEAN or -DNOCLEANDIR, it wasru2001-04-231-0/+4
| | | | | | | | | | | | | | | possible to use old generated doc-* files as the source for new ones. Wrong -mdoc files would then be installed, and man(1) failed with the following diagnostics: mdoc error: end-macro (.em) respecification is not allowed. (#41) Should this have been `.Em ...'? Put helper stuff into `beforedepend' to cleanup old files. Makefile first infected in rev 1.15. Reported via: -current
* This is not a problem but a feature of PMake.ru2001-04-231-1/+0
| | | | Pointed out by: bde
* Add .Lb entry for -ldevinfo.ru2001-04-231-0/+1
|
* Pick manpages from their original locationsache2001-04-212-2/+4
|
* Work around the problem in multi-job make(1).ru2001-04-191-0/+2
| | | | | | (Fixes ``make -jN buildworld'' breakage in bootstrap-tools.) Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* mdoc(7) police: normalize .Nd.ru2001-04-182-2/+2
|
* Synch with devascii/R.proto, RFC 1489, and groff_char(7).ru2001-04-181-134/+150
|
* mdoc.samples(7) is superseded by mdoc(7).ru2001-04-171-2/+1
|
* Upgrade to Groff 1.17.ru2001-04-1798-632/+956
|
* Install history.3 as rlhistory.3 to not conflict with existing libedit functionache2001-04-121-1/+4
|
* Upgrade for readline 4.2ache2001-04-112-90/+58
|
* Upgrade to 4.2ache2001-04-113-5/+5
|
* Remove MIPS support.obrien2001-04-1117-3187/+0
| | | | It has rotted quite badly and no one has provided updates for it.
* psroff(1) has never been a part of Groff.ru2001-04-102-1/+47
|
* From the author:markm2001-04-081-0/+1
| | | | | Fix a bug when the return values from the overridden sub were lost during the first invocation.
* beforeinstall -> SCRIPTS.ru2001-04-0714-138/+56
|
* Fix a few bugs in BSDPAN:joe2001-04-052-10/+30
| | | | | | | | | | | | | | | | | * Fix a bug which prevented the second invocation of overloaded subs governed by SelfLoader from functioning. * Fix a bug with XS modules. MakeMaker determines where the xsubpp preprocessor is located by adding "ExtUtils" string to the Perl's system path. At the same time, BSDPAN has to fool MakeMaker into thinking that the Perl's system path is elsewhere. Now we `reverse-adjust' the notion of the Perl's system path for a moment, so xsubpp utility is found. This should fix the breakage with some p5- ports. Reported by: vanilla Submitted by: Anton Berezin <tobez@tobez.org>
* mdoc(7) police: use .Nm, remove blank line (these cause warnings in mdocNG).ru2001-04-041-2/+3
|
* Commit the first version of BSDPAN.joe2001-04-0322-29/+769
| | | | | | | | | | | | | | | | | | | BSDPAN is the collection of modules that provides tighter than ever integration of Perl into BSD Unix. Currently, BSDPAN does the following: o makes p5- FreeBSD ports PREFIX-clean; o registers Perl modules in the FreeBSD package database with a package name derived from the module name. The name is of the form: bsdpan-ModuleName-V.VV. Anyone interested in where BSDPAN is developing should read Anton's message to the ports mailling list: Message-ID: <20010105040828.A26011@heechee.tobez.org> Submitted by: Anton Berezin <tobez@tobez.org>
* Reduce the libiberty sources we build to those we actually need.obrien2001-03-311-5/+5
|
* Minor style cleanup.obrien2001-03-311-8/+6
|
* Add libiberty. This is needed on the Alpha by the iprobe port.obrien2001-03-312-0/+282
| | | | | | | I have held this back for over a year, as we will always have to wrestle with the question of "*which* libiberty sources to use". Sigh, if only the GNU people would treat it as a totally separate library from GCC, et al. and release it as such...
* Backout rev 2.3 (-fno-for-scope); problem fixed in Groff 1.12.ru2001-03-301-1/+2
|
* space typo in last commitwosch2001-03-301-1/+1
|
* * A comment in apropos.sh contains the misspelled wordwosch2001-03-301-3/+3
| | | | | | | | | | | | | | | | "locailzed"; it should read "localized". * The "test" operator can be a bit dangerous (e.g., if a newbie writes a script named "test" and has it call "apropos", which calls "test, ...). * In its use as "whatis", apropos formats the first line of the output differently than the following lines. Specifically, it leaves out all but one of the spaces that precede the dash in the first line. Submitted by: Rich Morin <rdm@cfcl.com> PR: 25126
* Add to BUGS section why tar can't dump large minorsphk2001-03-281-0/+5
|
* MAN[1-9] -> MAN.ru2001-03-2755-82/+80
|
* Don't use MANDEPEND and MANSRC.ru2001-03-262-8/+3
|
* Temporary build structure for GDB 5.0 so people can test the new versionobrien2001-03-2521-0/+4714
| | | | before pulling the switch to making it the default version.
* Sigh. I should know better than to commit a one line change from a PRobrien2001-03-241-1/+1
| | | | | | | w/o a full compile test, even when the PR seemed so authoritative on the subject... Install sstream, not the non-existent sstring.
* Install sstring.obrien2001-03-241-2/+2
| | | | | PR: 25927 Submitted by: Jeremy Norris <ishmael27@home.com>
* Garbage collect these ancient bits.obrien2001-03-242-72/+0
|
* Fix -I getopt formache2001-03-231-1/+1
| | | | | PR: 26010 Submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
* Cosmetique, use %R instead of %H:%Mache2001-03-211-1/+1
|
* Don't attempt to parse %c output, use nl_langinfo insteadache2001-03-211-6/+14
|
* Note rules of enguagement.obrien2001-03-152-2/+8
|
* mdoc(7) police: Nm macro remembers its argument on the firstru2001-03-051-1/+1
| | | | call, punctuation characters should be separated by whitespace.
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-024-19/+7
| | | | LC_ALL takes precedence over other LC_* envariables.
OpenPOWER on IntegriCloud