summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* Update for 2.13 10-Oct-2002 import.obrien2002-10-119-260/+603
|
* Update for 2.13 10-Oct-2002 import - Identify the version correctlyobrien2002-10-111-2/+4
|
* Don't do WARNS setting here.obrien2002-10-111-2/+0
|
* Add multilib_options variable definition.kan2002-10-101-0/+1
| | | | Approved by: obrien
* Print the OS name in the right place in the document title.ru2002-10-093-0/+3
|
* Added bzip2 variants to the NAME section.ru2002-10-071-4/+9
| | | | | Added missing break. Remove the statement that -J requires zlib(3).
* Allow -J to simultaneously do non-bzip2 grepping.obrien2002-10-061-10/+32
| | | | | | Don't allow -J and -Z together. Partially submitted by: knu
* choosen -> chosendd2002-10-011-1/+1
| | | | | PR: 42962 Submitted by: Scott D Friedemann <sdf@expertune.com>
* Pass our idea of a manpage's locale from man(1) down to mdoc(7).ru2002-09-302-5/+16
|
* French -mdoc localization.ru2002-09-303-3/+143
| | | | | Submitted by: gioria Reviewed by: blackend, ru
* libusb -> libusbhid did not reach here.ru2002-09-302-2/+2
|
* FreeBSD 4.6, 4.6.2, 4.7 and 4.8 are now officially supported in -mdoc.ru2002-09-301-6/+0
|
* Zap now-unused SHLIB_MINORpeter2002-09-286-6/+0
|
* Avoid linting GNU contrib'ed stuff, even if the build engineer askedmarkm2002-09-254-0/+13
| | | | for it (via WANT_LINT). It's Just Too Noisy.
* There is need to have a special BINUTIL_ARCH when we can use our moreobrien2002-09-223-18/+9
| | | | common place TARGET_ARCH.
* gdb now builds on sparc64.obrien2002-09-191-1/+3
|
* Fix GNU coding violations.obrien2002-09-182-2/+2
|
* Stop using 3 distinct and far varied coding styles in a single file.obrien2002-09-181-280/+277
| | | | Pretend to actually adhere to the GNU coding standards.
* Re-axe.bde2002-09-171-31/+0
|
* Make `as' compile before it is axed. It still uses the archaic BSDbde2002-09-171-0/+2
| | | | | | | | | | | interface setbuffer(), and emulates setbuffer() on USG systems using a #define of setbuffer() in terms of setvbuf(). The #define is correctly ifdefed in some places but was not correctly ifdefed here -- i.e., BSD was essentially configured as USG here. This became fatal when <stdio.h> was de-__P(())ified without testing. This file gets included before <stdio.h>, so the #define now affects (and breaks) `setbuffer<left parentheses>' in <stdio.h> where it didn't affect `setbuffer<whitespace>'.
* Un-axe this so that it can be fixed before it is axed.bde2002-09-171-0/+29
|
* Bmake bits for GCC 3.2.1-prerelease libstdc++.kan2002-09-171-2/+3
| | | | | | Connect two new source and one header file to the build. Approved by: obrien
* BANG! BANG! BANG! Put these bits out of their misery.obrien2002-09-17197-82637/+0
| | | | | | | | | | Murdered by members of: a.out.die.die.die ELF is the 1 true path now. So make good on the src/Makefile threat that building a.out will not be supported post 4.x. These bits should either resurface as a port, or a new port using the latest Binutils bits. The later will not support our SunOS-style shared a.out libs; but we shouldn't need such support by this point in time.
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-177-21/+3
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Disable building of the a.out gas and ld. They will become ports.obrien2002-09-171-6/+0
|
* Create bzgrep.obrien2002-09-163-0/+45
|
* We're going to have to use a TARGET_ARCH of "x86_64" rather than "x86-64"obrien2002-09-124-6/+7
| | | | to make building GCC happy.
* Quiet another annoying warning.wollman2002-09-091-0/+1
|
* Adhere to guidelines when testing for null strings.eric2002-09-031-1/+1
| | | | Submitted by: rwatson
* cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses itspeter2002-09-022-2/+2
| | | | | | internal buffer management somehow (an off by one perhaps). HAVE_MMAP wasn't detected because configure has a bogus declaration of malloc which conflicted with stdlib.h. Sigh.
* version.h is now autogenerated in 1.11.2, not version.cpeter2002-09-021-4/+5
|
* Update for 1.11.1p1 -> 1.11.2 importpeter2002-09-022-2/+32
|
* It seems CVSvn.texi isn't used anymore.peter2002-09-021-11/+0
|
* Connect new files added with GCC 3.2.1 import to the build.kan2002-09-011-2/+3
| | | | Approved by: obrien
* Update for 2.12.1 20-July-2002 import.obrien2002-09-011-3/+6
|
* Update for 2.12.1 20-July-2002 import.obrien2002-08-311-2/+2
|
* Typo in [^[:alnum:]] character class.keramida2002-08-311-1/+1
| | | | | PR: docs/41728 Submitted by: osgene@web.de
* Our gnats sets Confidential to "no" by default.keramida2002-08-291-1/+1
| | | | | | PR: docs/41727 Submitted by: osgene@web.de Reviewed by: des
* Use the default pager if the environment variable is blank.eric2002-08-271-1/+1
| | | | | PR: 37662 MFC after: 5 days
* Document -p option of diff.keramida2002-08-261-0/+3
| | | | | PR: docs/41887 Submitted by: tobez
* Removed the (never-released) FreeBSD 4.6.1.ru2002-08-141-1/+0
| | | | Inspired by: bmah's commit to www/en/releases/4.6.1R
* Add definition for FreeBSD 4.6.2.murray2002-08-141-0/+1
|
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-6/+6
|
* can not -> cannot.ru2002-08-133-3/+3
|
* Add PowerPC category.blackend2002-08-131-0/+3
| | | | | | PR: docs/41595 Submitted by: Christian Brueffer <chris@unixpages.org> MFC after: 3 days
* Added Russian translation of the .Ex -std macro.ru2002-08-072-0/+18
| | | | MFC after: 3 days
* POSIX.1-2001 says ``man -k'' should produce results equivalent toru2002-08-072-2/+2
| | | | | | the ``grep -Ei'' searching. MFC after: 3 days
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-2910-14/+14
| | | | | | for a long time now. Approved by: bde
* Recognize frames for lcall_syscall and int0x80_syscall.peter2002-07-281-2/+4
| | | | Reminded by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-187-8/+8
|
OpenPOWER on IntegriCloud