Sheldon Hearn
fe4a1c892b
Update the upgrade instructions for awk 3.0.4.
1999-09-27 09:09:08 +00:00
Sheldon Hearn
1abc97f5cf
Fix conflicts. Add $FreeBSD$ as needed.
1999-09-27 08:57:04 +00:00
Sheldon Hearn
4d6ff07db5
This commit was generated by cvs2svn to compensate for changes in r51728,
...
which included commits to RCS files with non-trunk default branches.
1999-09-27 08:51:04 +00:00
Sheldon Hearn
73b83ffce6
Virgin import of GNU awk 3.0.4, which fixes at least a memory mis-
...
management problem involving custom print formats.
PR: 13615
Reported by: Scott Hazen Mueller <scott@zorch.sf-bay.org>
1999-09-27 08:51:04 +00:00
Alexey Zelkin
61452e405e
Mention -p and -t options.
1999-09-24 11:37:06 +00:00
Alexey Zelkin
25b666e0ca
Learn nroff about -p and -t options. It allows to preprocess
...
file with pic(1) and tbl(1).
Not objected to: mpp
1999-09-23 13:40:28 +00:00
David E. O'Brien
1cdba5fa68
Fix conflicts.
...
Version 6.0.2s2 gives us a better fix a buffer overflow problem in
real_plog(). It also gives us a few code cleanups to quiet `gcc -Wall'.
1999-09-23 05:36:01 +00:00
David E. O'Brien
98d735b5ee
This commit was generated by cvs2svn to compensate for changes in r51591,
...
which included commits to RCS files with non-trunk default branches.
1999-09-23 05:15:28 +00:00
David E. O'Brien
bceb780b84
Virgin import of AMD (am-utils) v6.0.2s2
1999-09-23 05:15:28 +00:00
Andrey A. Chernov
62e93e1c86
moved to tmac/locale
1999-09-23 02:56:00 +00:00
Alexey Zelkin
72f89f7ee3
Allow .Rv macro to be used in 7th section also. This patch
...
will fix "Usage: .Rv ..." error at mdoc.samples.7
Ok'ed by: mpp
1999-09-22 22:36:16 +00:00
Alexey Zelkin
630bf98376
Allow "Alpha" as 2nd argument for .Dt macro. So, we can go
...
with "Alpha architecture" manpages.
1999-09-22 21:38:40 +00:00
Sheldon Hearn
99abb2876d
Add the ``blacklist'' feature, which allows a path to a filename to
...
be used as a valid pattern in the access control language.
Patch obtained from ftp://ftp.porcupine.org/pub/security/ .
Requested by: markm
1999-09-21 09:09:57 +00:00
David E. O'Brien
b6f18be149
Bring BDE's printf format error fixes into EGCS.
1999-09-19 11:00:01 +00:00
David E. O'Brien
989e177ec2
Bring our profiling tweaks into EGCS 1.1.2.
1999-09-19 10:43:38 +00:00
David E. O'Brien
db102939b7
"COMMENT_BEGIN" is no longer used.
1999-09-19 10:32:18 +00:00
David E. O'Brien
8d5d8faf3b
Support linking against libgcc_r.
...
Submitted by: Luoqi Chen <luoqi@chen.ml.org>
1999-09-19 10:31:14 +00:00
David E. O'Brien
844dfb548c
This should get us the same functionality we had with GCC 2.7.2.1.
...
* Support for our dual ELF/a.out building ability
* Our custom ASM_* definitions
* Our custom debugger and profiling related definitions
* Our custom STARTFILE/ENDFILE specs
* The stock EGCS 1.1.2 freebsd-elf.h file depended on
egcs-1.1.2/gcc/config/linux.h, which included "svr4.h". We will
include "svr4.h" via our "tm.h" definition. So add the few bits
from "linux.h" we actually needed.
* Using our current crtbegin.o/crtend.o we cannot support the DWARF2
unwinding mechanisms. In the future we will switch to the
non-sjlj-exceptions type exception machanism. However the `make world'
bootstrap problems with the EGCS crtstuff.c must be overcome first.
* Our a.out gas doesn't "know" to use NOP's for aligns while in the text
section. Thus the a.out alignment generation needed tweaking from
what we did with GCC 2.7.2. [from BDE]
* The definition of SUPPORTS_ONE_ONLY prevents the compiler from trying
to use "linkonce" sections for a.out. The definition of
NO_DBX_FUNCTION_END we had causes it to avoid .stabs symbols that the
assembler cannot handle for a.out. [from JDP]
* The previous "EXCEPTION_SECTION_FUNCTION" is the wrong name for EGCS.
It also needed tweaking for EGCS. [from JDP]
Also bump __FreeBSD_cc_version to 400002 in case we need to know we are
using EGCS at some point.
1999-09-19 10:28:57 +00:00
David E. O'Brien
a49a6042f2
Use the stock EGCS version of this.
1999-09-19 09:09:21 +00:00
David E. O'Brien
f23c668cbe
Document the new i386 family options.
...
Obtained from: invoke.texi
1999-09-19 09:00:24 +00:00
David E. O'Brien
7c61b15b97
Document -Os optimization. Add to -O{0,2} documentation.
...
Obtained from: invoke.texi
1999-09-19 08:58:44 +00:00
David E. O'Brien
95a61b537f
Merge revs 1.2-1.11 (doc fixes and updates to reflect reality) into the
...
EGCS 1.1.2 manpage.
1999-09-19 08:56:04 +00:00
David E. O'Brien
dbf974584d
Merge rev 1.2 docs fixes into EGCS 1.1.2's manpage.
1999-09-19 08:18:18 +00:00
David E. O'Brien
8f21dd05e1
Update for GCC 2.95.1's bundled libf2c.
1999-09-19 05:59:54 +00:00
David E. O'Brien
12f17da226
This commit was generated by cvs2svn to compensate for changes in r51384,
...
which included commits to RCS files with non-trunk default branches.
1999-09-19 05:59:11 +00:00
David E. O'Brien
2bd51384fc
Virgin import of GCC 2.95.1's libf2c
1999-09-19 05:59:11 +00:00
David E. O'Brien
8faed0f744
Tell people how this work was done.
1999-09-19 05:50:17 +00:00
David E. O'Brien
08d266f93c
Fix conflicts. This has a small part of rev 1.2 in it.
1999-09-18 11:14:59 +00:00
David E. O'Brien
8e9098e1f3
Fix conflicts. This merges revs 1.{2,3} with EGCS 1.1.2.
1999-09-18 11:02:28 +00:00
David E. O'Brien
c1f999a45c
Virgin import of EGCS 1.1.2's libf2c
1999-09-18 10:51:31 +00:00
David E. O'Brien
ef1a48d3e7
This commit was generated by cvs2svn to compensate for changes in r51363,
...
which included commits to RCS files with non-trunk default branches.
1999-09-18 10:51:31 +00:00
David E. O'Brien
dfe542c23d
Update the support files from the 6.0.1 import.
1999-09-18 09:25:20 +00:00
Jose M. Alcaide
f35e5d0ef0
Re-encode spanish messages using ISO-8859-1.
...
Patches also sent to bostic@bostic.com .
PR: bin/5966
Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
1999-09-17 08:30:48 +00:00
David E. O'Brien
ce802deb8d
Fix conflicts.
1999-09-15 05:45:17 +00:00
David E. O'Brien
179d036e25
Virgin import of AMD (am-utils) v6.0.1
1999-09-15 02:50:52 +00:00
David E. O'Brien
2e09733a0e
This commit was generated by cvs2svn to compensate for changes in r51292,
...
which included commits to RCS files with non-trunk default branches.
1999-09-15 02:50:52 +00:00
Peter Wemm
e46b89dc93
Fix warning: return type of main' is not
int'
1999-09-15 01:58:44 +00:00
Ruslan Ermilov
510108dbec
Fix a coredump when commands in ~/.exrc prepended with addresses.
...
PR: 13000
1999-09-14 14:34:58 +00:00
Bruce Evans
e6413fc21c
Merge from ../egcs/gcc/gcc.c rev.1.5:
...
Don't exclude directories that the linker is "known" to search (/lib
and /usr/lib) when deciding whether to pass certain paths to the
linker. Under FreeBSD, the linker is actually known to never search
/lib and to only search /usr/lib in the elf case. Not passing the
paths causes at best causes confusing differences for cross compiling.
This change is conditional on FREEBSD_NATIVE but should be absolute.
1999-09-13 15:50:16 +00:00
Andrey A. Chernov
f273033f60
pick up locales from locale subdir
...
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
1999-09-11 20:01:41 +00:00
Andrey A. Chernov
36fa8b8137
koi8-r mandoc tweaks
...
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
1999-09-11 19:49:21 +00:00
Andrey A. Chernov
2054e06633
source hyphen.us-ru from locale subdir
1999-09-11 19:32:14 +00:00
David E. O'Brien
9fbae1ed46
Document -R.
1999-09-11 13:33:18 +00:00
David E. O'Brien
8df642482c
Add FreeBSD tag.
1999-09-08 11:16:36 +00:00
David E. O'Brien
5b40633554
Don't -ko anymore.
...
Add FreeBSD tag.
1999-09-08 11:14:51 +00:00
David E. O'Brien
4cef6c4649
Don't -ko anymore.
1999-09-08 11:12:35 +00:00
David E. O'Brien
f659dd8db4
Don't use -ko any more.
1999-09-08 11:11:59 +00:00
Warner Losh
91ecf7f98f
MFS: amd mount disabling and overflow protection.
...
Reported by: gallatin@freebsd.org
1999-09-07 23:07:03 +00:00
Ruslan Ermilov
93baf5748b
Add FreeBSD 3.3 to the Fx and Os macros.
1999-09-07 10:33:34 +00:00
Hidetoshi Shimokawa
1c85ea9b9d
Update the author's address and Global's home page.
...
PR: misc/13589
Submitted by: Shigio Yamaguchi <shigio@tamacom.com>
1999-09-07 02:46:08 +00:00