summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r117401,kan2003-07-11234-8170/+7950
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.3.1-pre 2003-07-11 libf2c bits.kan2003-07-11234-8170/+7950
| |
* | This commit was generated by cvs2svn to compensate for changes in r117399,kan2003-07-1126-1458/+1695
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.3.1-pre 2003-07-11 Objective C support bits.kan2003-07-1126-1458/+1695
| |
* | This commit was generated by cvs2svn to compensate for changes in r117397,kan2003-07-11220-12208/+51201
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.3.1-pre 2003-07-11 C++ support bits.kan2003-07-11220-12208/+51201
| |
* | This commit was generated by cvs2svn to compensate for changes in r117395,kan2003-07-11685-71259/+179006
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.3.1-pre as of 2003-07-11.kan2003-07-11726-85638/+201558
| |
| * Remove files incidentally imported from the wrong place duringkan2003-03-26136-29589/+0
| | | | | | | | | | | | | | 3.2.1 import. They are not used by any of our system GCC versions and will be physically removed from repository soon. Reviewed by: obrien
* | If we must yell at the user than a file cannot be linked into place whengreen2003-07-111-1/+2
| | | | | | | | | | requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead.
* | Add "blame" as an "annotate" alias for interoperability with subversion.obrien2003-07-071-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r117264,ru2003-07-051-3/+5
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Fix for troff mode. Theru2003-07-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .Pp .Bd -literal ... fragment resulted in two vertical spaces. From ChangeLog: 2003-07-04 Ruslan Ermilov <ru@FreeBSD.org> * tmac/doc.tmac (Bd): Change to doc-Li-font later.
* | | MFV.ru2003-07-031-3/+25
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r117201,ru2003-07-032-21/+83
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Update mdoc(7) to the current version. From ChangeLog:ru2003-07-033-24/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-01 Ruslan Ermilov <ru@FreeBSD.org> * tmac/doc.tmac (doc-do-func, doc-do-func-args): Don't print a comma after `/*' and `*/'. Fix spacing. (Fn, Fo): Reduce indentation in synopsis. * tmac/doc-common (doc-check-depth): New macro. (doc-end-macro, Sh, Ss): Use it. (Cd): Fix behaviour in synopsis. (In): Make it parsed and callable. If not in the synopsis, represent the C header file enclosed in angle brackets. (doc-str-Rv-std-suffix, doc-str-Rv-stds-suffix, doc-str-Rv-std0): Use minus, not hyphen.
* | | This commit was generated by cvs2svn to compensate for changes in r117153,ru2003-07-021-0/+6
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | From ChangeLog:ru2003-07-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | : 2003-06-31 Ruslan Ermilov <ru@FreeBSD.org> : * tmac/tty-char.tmac: Provide `lb', `rb', `lk', `rk', `lt', `rt'. This fixes warnings in some legacy roff documents. Prodded by: bde
* | | This commit was generated by cvs2svn to compensate for changes in r117059,mikeh2003-06-303-5/+5
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import latest cvs version with the correct patchset (fixes ETA bug).mikeh2003-06-303-5/+5
| | | |
* | | | Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-291-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | path fixes. Submitted by: Tim Kientzle <kientzle@acm.org>
* | | | Remove bit about _THREAD_SAFE. deischen committed a change to stdio.hobrien2003-06-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that totally removed _THREAD_SAFE. PR: 36167 Submitted by: gerald
* | | | Remove ru_SU, we don't need it in favour to ru_RUache2003-06-234-651/+0
| | | | | | | | | | | | | | | | Submitted by: ru
* | | | Copy ru_SU spelling fixes to ru_RUache2003-06-233-9/+9
| | | | | | | | | | | | | | | | Submitted by: ru
* | | | FreeBSD now has the locale(1) utility.ru2003-06-221-2/+4
| | | |
* | | | Userland spinlocks bad. Sleep locks good.das2003-06-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | Use the latter for gdtoa. Requested by: deischen (far too long ago)
* | | | Follow the (good) trend of returning import files to vendor versionsru2003-06-182-4/+0
| | | | | | | | | | | | | | | | where possible for easier future imports.
* | | | Use stock (FSF) version of this file from now on.ru2003-06-181-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The local hack to reset the terminal window size after info(1) has been asleep and is awakening is superseded by the official fix in Texinfo 4.4. PR: gnu/51733 Submitted by: AIDA Shinra (author of the official fix)
* | | | Update for version 4.6 import.ru2003-06-181-7/+7
| | | |
* | | | Update for texinfo 4.6.ru2003-06-181-3/+6
| | | |
* | | | Merge texinfo 4.6 changes onto the trunk.ru2003-06-181-29/+3
| | | |
* | | | Use stock (FSF) version of this file.ru2003-06-184-156/+333
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r116528,ru2003-06-181-397/+0
| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | This commit was generated by cvs2svn to compensate for changes in r116525,ru2003-06-1844-673/+2464
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of stripped down GNU texinfo 4.6ru2003-06-1849-858/+2800
| | | | |
| * | | | Removed files not present in v4.5 import.ru2003-05-022-573/+0
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r116520,des2003-06-183-8/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Avoid side effects in macro arguments (perforce change #33323)des2003-06-183-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Dmitry V. Levin <ldv@altlinux.org>
* | | | | | Give an example of the more efficient conflict resolution commanddougb2003-06-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suggested by the version of the commit message that's mailed out as opposed to the more error prone version that will be suggested when doing the actual import.
* | | | | | Resolve conflicts in 8.3.6, generally in favor of the vendor codedougb2003-06-175-72/+84
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r116464,dougb2003-06-1790-1761/+2140
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import of ISC BIND version 8.3.6.dougb2003-06-1795-1825/+2221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 8.3.5 was skipped due to bugs fixed in this version.
* | | | | | | This never should have been here.mikeh2003-06-161-1055/+0
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r116424,mikeh2003-06-1618-561/+4710
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import the June 15, 2003 CVS version of NetBSD's ftp + patchset to fixmikeh2003-06-1618-561/+4710
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header file differences between FBSD and NBSD. Like lukemftpd, the portable version of lukemftp lags too far behind CVS. This import includes several big fixes plus a cleaned up manpage.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r115984,ru2003-06-071-2/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | 2003-05-03 Ruslan Ermilov <ru@FreeBSD.org>ru2003-06-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tmac/groff_mdoc.man: Slight improvements.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r115982,ru2003-06-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | 2003-05-22 Ruslan Ermilov <ru@FreeBSD.org>ru2003-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tmac/X.tmac: Fix definition of `em'.
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r115698,des2003-06-021-2/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud