summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.obrien2001-03-021-1/+2
|
* Define "FREEBSD_NATIVE" in the freebsd-native header to reduce the amountobrien2001-03-022-1/+4
| | | | | | | of stuff (and thus length of error output) we put on the invocation command line. Also follow the new FSF/GNU style of giving the symbol a value so it can be used in `if()' statements in addition to `#if' so seldomly compiled in code (on some platforms) gets compiled always, to help reduce bit-rot.
* Do not need to define "VERSION" here -- we do it on the command line.obrien2001-03-011-3/+0
|
* Allow "NOSHARED" to be overridden.obrien2001-02-286-6/+6
| | | | Submitted by: bde
* Make critical toolchain binaries staticly linked in this developmentobrien2001-02-274-0/+4
| | | | version of the OS.
* Update for bc 1.06kris2001-02-261-6/+16
|
* Properly orient the buttons for yes/no and no/yes so that POLA isjkh2001-02-241-19/+11
| | | | | | | observed. This fixes the "no/yes box jumps buttons around" problem. PR: gnu/24487 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Make ``groff -man'' work again for both man(7) and mdoc(7) manpages.ru2001-02-233-8/+13
| | | | | | The new Groff release will support this feature. Requested by: peter
* Our OS name is "freebsd", not "freebsdelf"obrien2001-02-2112-28/+28
|
* Implement one nice feature of original BSD man(1):ru2001-02-192-1/+44
| | | | | | | | | : As some manual pages are intended only for specific architectures, : man searches any subdirectories, with the same name as the current : architecture, in every directory which it searches. Machine specific : areas are checked before general areas. The current machine type may : be overridden by setting the environment variable MACHINE to the name : of a specific architecture.
* Fixed the order of environment variables list.ru2001-02-191-9/+6
|
* Introduce $TAR_RSH to enable use of ssh as transport.ume2001-02-183-9/+28
|
* Quick fix for attempts to free non-malloc()ed memory. The variablesbde2001-02-181-0/+4
| | | | | | | | | | current_file_name and current_link_name sometimes point into the middle of malloc()ed memory and sometimes point to alloca()ed memory, but free() is sometimes called on them. This seems to be harmless for the usual tar operations, but it is usually fatal for `tar -W'. E.g., for `cd /etc; tar Wcf /tmp/foo rc', at the start of verify_volume(), current_file_name points to alloca()ed memory, and tar attempts to free it.
* Make `cc' and `cpp0' staticly linked binaries in this development versionobrien2001-02-172-0/+2
| | | | of the OS.
* Fix broken -L for short locale names.ru2001-02-161-0/+2
|
* Do not ever try to look into nonexisting locale subdirectories.ru2001-02-151-6/+6
| | | | | (is_directory() returns -1 if the file does not exist, 1 if it is a directory or a symlink to a directory, and 0 otherwise.)
* If both full-locale-name and short-locale-name searchesru2001-02-142-32/+98
| | | | | | | | fail, look the manpage in the en.<charset> subdirectory. See the manpage for details. Suggested by: ache
* Backout 1.38->1.41 (functional) changes pending the proper solution.ru2001-02-141-17/+13
| | | | | | /usr/share/man/cat? is only allowed to store -Tascii formatted data. Requested by: ache
* Do not allow non-absolute pathnames in the manpath.ru2001-02-131-0/+8
|
* Make it possible for any given locale to use differentru2001-02-131-8/+17
| | | | | | | | | | groff(1) devices for localized and non-localized pages. Currently, for *.ISO_8859-1 locales the device in both cases is "latin1", and for KOI8-R locale it is "koi8-r" for localized and "ascii" for non-localized pages. Discussed with: des
* When setproctitle() moved from libutil to libc, we forgot to back thepeter2001-02-132-4/+4
| | | | | | | change out that made libperl.so dynamically depend on libutil.so to pick up setproctitle() in its old location. This breaks changes involving incomptabable libc's because ld looks for the dynamic dependency (which it has no business doing anyway) in the wrong place - /usr/lib!
OpenPOWER on IntegriCloud