summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Correct the usage printed for --exclude, which takes a globbing patternsheldonh2000-07-051-1/+1
| | | | | | | and not a file name. PR: 19698 Reported by: Jeff Blaine <jblaine@mitre.org>
* Perl's version number needs upating.markm2000-07-021-1/+1
|
* Bunch-o'-tweaks.markm2000-07-026-149/+149
| | | | | | | | | | | | | | 1) (Biggest) I tried long-and-hard to keep the version number (5.006) backwards compatible with FreeBSD; I have lost this battle, and must defer to the Perl convention (5.6.0). Victims include suidperl. this means that dirs with a name of 5.006 will be replaced with dirs named 5.6.0 in both /usr/libdata/perl and /usr/local/lib/perl. 2) Errno module is added. 3) Alpha bits extensively tweeked after a Beast-build. Other commits to follow.
* Fix manpath for new perlache2000-07-021-1/+1
|
* Fix the perl build on the Alpha. int32 is 'int' not 'long'. int64 ispeter2000-06-302-8/+8
| | | | 'long', not 'long long'. Maybe the intXX_t types should have been used.
* Tweaks to the build to allow "make -DNOCLEAN" and "make release" tomarkm2000-06-293-2/+10
| | | | work.
* Fix the upgrade-build case.markm2000-06-2715-28/+40
|
* Fix for bootstrapping. Grr. Pointy Hat Please?markm2000-06-263-2/+14
|
* Thread support for v5.6.0markm2000-06-262-154/+566
|
* Userland build stuff for Perl5.006.markm2000-06-2539-999/+984
| | | | | This is cleaned up quite a lot since 5.00502, and the library modules are broken out into individual dirs. This should please a lot folk.
* /etc/weekly -> /etc/periodic/weekly/320.whatisalex2000-06-201-1/+1
| | | | | PR: 19272 Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de>
* We are now at version 2.10 release.obrien2000-06-201-1/+1
|
* Remove libxpg4ache2000-06-042-4/+4
|
* Scoot things over to the temporary *.295 source while I do major constructionobrien2000-06-045-6/+6
| | | | on the mainline sources.
* Restore backwards compatible -R option.ru2000-05-301-1/+1
| | | | | | Broken in revision 1.17. Noticed by: hoek
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* IPv6 support.ume2000-05-257-95/+239
| | | | Add $FreeBSD$.
* Move c-decl.c out of the common libcc_int.a into the binary Makefilesobrien2000-05-243-3/+4
| | | | | | | | | | | | | | where it is used. c-decl has symbols that conflict with several of the cc1plus sources. GNU `ld' was changed in Dec 1999 to be more be compatable with the way that other linkers work (specifically in the Solaris linker). The 2.9.1 `ld', did the Wrong Thing in that if a library contained a common symbol that matched a definition of that symbol in another (already linked in object) it would also be linked in, even if there was no other reason to do so. This is wrong. The library should only be linked in if it contains non-common, non-weak symbols which are needed by previously linked in objects.
* Don't allow people to create new PRs with a 'wish' class.steve2000-05-242-3/+3
| | | | Requested by: Sheldon Hearn <sheldonh@uunet.co.za>
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Updated 2.10 headers.obrien2000-05-222-71/+1187
|
* Tweaks to match those done in the Binutils mainline code.obrien2000-05-221-1/+4
|
* version 2.10 config file.obrien2000-05-221-71/+200
|
* Conditionally define "CROSS_COMPILE" here.obrien2000-05-224-2/+15
|
* Pull the switch and activate our Binutils to a snapshot of the up andobrien2000-05-2222-300/+2609
| | | | comming 2.10 release.
* Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.hoek2000-05-211-3/+3
| | | | PR: bin/5693 docs/9352
* 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
OpenPOWER on IntegriCloud