summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Seems we are not ready for revision 1.8.obrien2002-05-301-1/+2
|
* Make our default predefines ANSI clean.obrien2002-05-301-2/+1
|
* This commit was generated by cvs2svn to compensate for changes in r97403,obrien2002-05-28456-1842/+144110
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoobrien2002-05-28456-1842/+144110
| | | | | | | | on 9-May-2002 15:57:15 EDT.
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.cvs2svn2002-05-172-0/+490
| |
| * Remove files not part of GCC 3.1.obrien2002-05-12204-80672/+0
| |
* | Don't risk catching a signal while handling a signal for a dying child, as wejmallett2002-05-271-0/+8
| | | | | | | | | | | | | | | | | | can then end up not properly clearing wtmp/utmp entries. PR: bin/37934 Submitted by: Sandeep Kumar <skumar@juniper.net> Reviewed by: markm MFC after: 2 weeks
* | The special checks for %b and %D in rev 1.1 were done before skipping overobrien2002-05-261-51/+54
| | | | | | | | | | | | | | any characters between the % and the [bD], so only plain %b and %B worked. This may un-1/2ass our -fformat-extensions support. Submitted by: bde
* | This commit was generated by cvs2svn to compensate for changes in r97241,des2002-05-2452-108/+266
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenPAM Cinquefoil.des2002-05-2452-108/+266
| | |
* | | 1/2assed reimplementation of c-common.c revs 1.2 (-fformat-extensions)obrien2002-05-221-6/+83
| | | | | | | | | | | | and 1.3 (printf0) for GCC 3.1.
* | | Repair a bug where type AAAA answer records were not displayed.nectar2002-05-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Reference ISC BIND issue: ``1279. [bug] nslookup: partial coversion to similar style outputs for both -type=aaaa and -type=a.'' Reported by: ume
* | | Do not attempt to free static memory.nectar2002-05-221-6/+2
| | | | | | | | | | | | | | | | | | | | | Reference ISC BIND issue: ``1278. [bug] free() of non-malloced memory in nslookup.'' Reported by: phkmalloc, Mike Tancsa <mike@sentex.net>
* | | This commit was generated by cvs2svn to compensate for changes in r97055,peter2002-05-211-158/+0
| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | Merge ncurses-5.2-20010512 -> ncurses-5.2-20020518 changes onto mainline.peter2002-05-213-42/+176
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r97049,peter2002-05-21277-5940/+24153
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import ncurses-5.2-20020518 onto the vendor branch.peter2002-05-21280-5982/+24329
| | | | | | | | | | | | | | | | Obtained from: ftp://dickey.his.com/ncurses/
* | | | Fix essential typo in usageache2002-05-191-1/+1
| | | | | | | | | | | | | | | | Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* | | | the processed hash fileobrien2002-05-171-0/+472
| | | |
* | | | MD_EXEC_PREFIX doesn't work for the cross-arch compiler.ru2002-05-161-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The change also makes the `cc -print-search-dirs' output sane (the pre-3.1 way) in the non-cross case. Draft reviewed by: obrien
* | | | Perl is no longer in base. Long live the port!markm2002-05-161470-641006/+0
| | | |
* | | | Merge c-common.c rev 1.10 into GCC 3.1obrien2002-05-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify that the "yields only last 2 digits of year in some locales" warning does not apply to BSD. Submitted by: ache
* | | | If you want to not warn on K&R main(); this is how it should be implemented.obrien2002-05-142-1/+17
| | | |
* | | | Merge choose-temp.c rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 3.1.obrien2002-05-141-2/+4
| | | |
* | | | Add framework for our kernel printf enhancements.obrien2002-05-143-0/+35
| | | |
* | | | Resolve conflicts after import of ISC BIND 8.3.2-T1B documentation.nectar2002-05-133-66/+76
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r96539,nectar2002-05-1325-549/+360
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of ISC BIND 8.3.2-T1B documentation.nectar2002-05-1328-615/+436
| | | | |
* | | | | Resolve conflicts after import of ISC BIND 8.3.2-T1B.nectar2002-05-134-162/+537
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r96536,nectar2002-05-1335-612/+1296
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of ISC BIND 8.3.2-T1B.nectar2002-05-1342-2267/+3436
| | | | |
* | | | | do-while ASM_OUTPUT_ALIGN to enable its use in more places.obrien2002-05-121-3/+5
| | | | |
* | | | | Fixes for building a.out bits.obrien2002-05-121-5/+23
| | | | | | | | | | | | | | | | | | | | Submitted by: bde
* | | | | CVS_RSH defaults to 'ssh' these days, and not 'rsh'.keramida2002-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/37429 Submitted by: Martin v. Löwis <martin@v.loewis.de> Reviewed by: peter
* | | | | unbreak build:alfred2002-05-115-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | commands.c, sys_bsd.c: comment out/remove junk after #endif/#else network.c, terminal.c, utlities.c: include stdlib.h for exit(3)
* | | | | Localize the version number at the request of the GCC developers.obrien2002-05-111-1/+3
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r96364,des2002-05-101-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Add missing include (perforce change 11137)des2002-05-101-0/+1
| | | | |
* | | | | Add tweaks needed when using as the system compiler.obrien2002-05-101-1/+21
| | | | |
* | | | | Change symbol values to match freebsd.h to avoid warnings.obrien2002-05-101-2/+2
| | | | |
* | | | | Remove files not part of GCC 3.1.obrien2002-05-10205-80711/+0
| | | | |
* | | | | Import data for 3.0.2.obrien2002-05-102-22/+20
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r96297,obrien2002-05-0922-548/+3802
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Gcc 3.1.0 pre-release's Objective C support bits from the FSF anoncvs repoobrien2002-05-0922-548/+3802
| | | | | | | | | | | | | | | | | | | | on 9-May-2002 15:57:15 EDT.
* | | | | This commit was generated by cvs2svn to compensate for changes in r96295,obrien2002-05-0935-917/+3061
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Gcc 3.1.0 pre-release's libf2c bits from the FSF anoncvs repo onobrien2002-05-0935-917/+3061
| | | | | | | | | | | | | | | | | | | | 9-May-2002 15:57:15 EDT.
* | | | | Use the stock (3.1 pre) file.obrien2002-05-092-170/+338
| | | | |
* | | | | Use the stock file for now (but leave a note behind about our OBE changes).obrien2002-05-091-42/+203
| | | | |
* | | | | Merge rev 1.2 (printf format error fixes) in its 1.8 form into Gcc 3.1 pre.obrien2002-05-091-341/+405
| | | | |
* | | | | Use the stock (3.1) file.obrien2002-05-091-11/+39
| | | | |
OpenPOWER on IntegriCloud