summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* callback.c is not really used, nor is it part of GDB 4.18.obrien2000-05-171-1/+1
|
* Don't forget to clean "grog".bde2000-05-151-7/+3
| | | | | | | | | | Don't use MANDEPEND. It hasn't had anything to do with dependencies for 5-6 years, but is still being used, mainly in groff/*/Makefile, where it amounts to just a macro giving the list of generated man pages. Since all man pages in groff are generated (from .man to .[1-9]), it's simpler to use the source names ({$MANX}) to give the list. Fixed some other style bugs.
* Don't forget to clean f77.1.bde2000-05-151-2/+4
| | | | Don't use "+=" for variables that are only set once.
* Use a alternate side 2.9.1 source tree while upgrading Binutils.obrien2000-05-121-1/+1
|
* mdoc cleanup: use .Nm macro correctly, don't non mdoc macrophantom2000-05-101-4/+5
|
* Update device references.kris2000-05-071-3/+3
|
* Only set $MAIL_AGENT if it isn't already defined in the environment.nik2000-04-301-1/+1
| | | | | | | No idea why this was sent in as a docs bug. . . PR: docs/17014 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* Add support for debugging programs using libc_r's implementation ofdfr2000-04-295-28/+1160
| | | | pthreads.
* Add a new wishlist category.steve2000-04-182-3/+5
|
* Perl lib configuration for IA-64 (along with PPC and arm32)obrien2000-04-176-0/+3602
|
* Fix the .PATH style nits. Other style nits left for later.obrien2000-04-172-15/+14
|
* Use the non-asm routines for IA-64, PPC, and arm32 ports.obrien2000-04-172-2/+2
|
* Add sparcnetbsd support and cleanup style so that this looks nearlysteve2000-04-161-7/+9
| | | | identical to Makefile.sparc.
* Fix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc andsteve2000-04-161-4/+13
| | | | sparc64.
* Add a config.SH for the sparc and sparc64 ports. The ones for the sparc64steve2000-04-164-0/+2400
| | | | | | might need some adjusting for the size of long long and long double. Reviewed and approved by: markm
* Use the non-asm routines (for now) on the sparc and sparc64 ports.steve2000-04-152-0/+11
|
* The MANSECT environment variable was misrepresented as MANSEC. Fixed.sheldonh2000-04-051-2/+2
| | | | | PR: 17745 Submitted by: nordwick@askjeeves.com (Jason "Just Change It" Nordwick)
* Add a '+' to the first LDADD, otherwise it clobbers the LDADD ingj2000-04-041-1/+1
| | | | | | Makefile.alpha such that the -lkvm disappears and the link fails. This time I tested it, honest :)
* Fix unsafe tempfile creation. This file is already off the vendorsheldonh2000-04-031-12/+13
| | | | | | | | | branch. Although this problem has been reported to the GNU folks, it's unlikely that any solution they may come up with will involve the use of mktemp(1). PR: 16942 Submitted by: Colin Phipps <crp22@cam.ac.uk>
* Add support for sunos_big_vec to support 'make world's on Solarissteve2000-04-031-8/+4
| | | | boxes.
* Add support for the sunos_big_vec format as well.steve2000-04-031-4/+7
|
* Build and install the elf32_sparc ld(1) scripts and make elf32_sparcsteve2000-04-031-1/+13
| | | | the default emulation.
* Enable Haifa on sparc64 as well.steve2000-04-021-1/+1
|
* First cut at the (non-contrib) bits needed to build the binutilssteve2000-04-0211-0/+3118
| | | | | | distribution for FreeBSD/Sparc64. Reviewed by: obrien
* The ld directory is in ${SRCDIR} not ${BINUTILSDISTDIR}.steve2000-04-021-1/+1
|
* Add additional path for info to /usr/X11R6/info. This will allowasmodai2000-04-011-1/+1
| | | | people to actually look at the info files for gdk and gtk for example.
* Get the installed headers list right.obrien2000-03-301-1/+1
|
* Switch over to using the GCC 2.95 Objc library code.obrien2000-03-301-13/+26
|
* Fixed wrong path to libperl in DPADD.bde2000-03-271-4/+7
| | | | | | | | | Fixed wrong path to libperl in LDADD in some funky objdir setups. Use ${dir}/libfoo.a instead of -L${dir} -lfoo for local static libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed misformatting of $FreeBSD$.
* Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local staticbde2000-03-2713-77/+31
| | | | | | | libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting of $FreeBSD$).
* Don't abuse LDADD for holding linker flags. Doing so brokebde2000-03-272-6/+4
| | | | | | | `make checkdpadd'. Linker flags (ones passed via ${CC}) go in LDFLAGS. Fixed some style bugs (misformatting of $FreeBSD$).
* Fixed missing DPADD.bde2000-03-271-3/+2
| | | | | Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$).
* Update for gperf 2.7kris2000-03-253-6/+31
|
* Fix a minor grammar problem.mpp2000-03-241-1/+1
|
* Clean up the FreeBSD configuration files -- includes removing the usageobrien2000-03-232-2/+0
| | | | | of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header.
* Wrap building of uucp related programs around NOUUCP knob.dan2000-03-201-0/+2
|
* A bandaid to try and make this buildable. This should probably bepeter2000-03-202-8/+54
| | | | | rechecked by somebody who knows what is meant to happen here. The new libreadline rluser.texinfo file duplicates the '@defcodeindex bt' entry.
* Make the SUBDIR list more granular to assist in my GCC hacking.obrien2000-03-191-1/+9
|
* Add missing depend fileache2000-03-191-1/+1
|
* Install readline API infoache2000-03-191-2/+8
|
* Upgrade to 4.1ache2000-03-192-2/+6
| | | | Minor bumped because new function added
* Make the build-tools objects weirder named so one can tell there isobrien2000-03-151-4/+4
| | | | something special going on here.
* Move some cflag contents down to where they are acutally used.obrien2000-03-135-2/+12
|
* Considerable upgrade to the way perl links to shared objects. Thismarkm2000-03-087-96/+104
| | | | | | | | fixes the way that third-party apps like apache link in perl .so's (and previously did not get libperl linked in.) NOTE - you neeed to recompile all your perl stuff - all the p5-* por4ts with C code, and things like mod_perl.
* Remove xrefs to obsolete ft driver.nik2000-03-011-1/+0
| | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Use libcrypto instead of libdes.markm2000-02-241-2/+2
|
* Build and install gasp's infodocs along side the other binutil docs ratherobrien2000-02-213-19/+2
| | | | | | than seperately. Pointed out by: bde
* Merge FreeBSD changes into 2.4d.ru2000-01-313-237/+210
|
* Merge FreeBSD changes into 2.4d.ru2000-01-311-192/+93
| | | | | FreeBSD changes OBE'ed by 2.4d: * rev 1.5 - use collate for alpha character ranges.
* This is the stock GNU grep 2.4d file.ru2000-01-316-344/+391
|
OpenPOWER on IntegriCloud