Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed these from HEAD as well. | ru | 2006-09-21 | 1 | -4272/+0 |
| | |||||
* | Break lines at sentence ends, etc... | obrien | 2004-11-11 | 1 | -8/+11 |
| | |||||
* | Don't attempt to claim what version of GCC we're documenting. The manpage | obrien | 2004-11-11 | 1 | -1/+1 |
| | | | | | | | | is still mostly the GCC 2.95 one, with faint attempts by me over the years to document a few new switches. Thus, it is dubious to claim documentation of specific modern GCC versions. Noted by: delphij | ||||
* | Remove bit about _THREAD_SAFE. deischen committed a change to stdio.h | obrien | 2003-06-25 | 1 | -2/+1 |
| | | | | | | | that totally removed _THREAD_SAFE. PR: 36167 Submitted by: gerald | ||||
* | -kthread has been dead these many years. This PR has languished for a | imp | 2003-02-01 | 1 | -5/+0 |
| | | | | | | | | long time. Go ahead and commit the patch since a co-worker has been working up a code patch in this area and wondered why it hasn't been committed yet. PR: 35800 | ||||
* | Update the version number. | obrien | 2002-11-27 | 1 | -1/+1 |
| | | | | Approved by: bmah, jhb, murray (independently) | ||||
* | Correct the version number. | obrien | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | Fix conflicts. | obrien | 1999-10-26 | 1 | -2/+2 |
| | |||||
* | Document the new i386 family options. | obrien | 1999-09-19 | 1 | -0/+43 |
| | | | | Obtained from: invoke.texi | ||||
* | Document -Os optimization. Add to -O{0,2} documentation. | obrien | 1999-09-19 | 1 | -0/+8 |
| | | | | Obtained from: invoke.texi | ||||
* | Merge revs 1.2-1.11 (doc fixes and updates to reflect reality) into the | obrien | 1999-09-19 | 1 | -6/+79 |
| | | | | EGCS 1.1.2 manpage. | ||||
* | Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFE | cracauer | 1998-12-15 | 1 | -2/+2 |
| | |||||
* | Document the FreeBSD specific options from LIB_SPEC. | jb | 1998-04-10 | 1 | -0/+10 |
| | |||||
* | spelling corrections. | wosch | 1997-09-13 | 1 | -3/+3 |
| | | | | | PR: docs/4450 Submitted by: josh@quick.net | ||||
* | Attempt to fix clobbered vendor Id. | bde | 1997-06-29 | 1 | -1/+1 |
| | |||||
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 1 | -1/+1 |
| | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net> | ||||
* | change `an' to `a'... | jmg | 1997-05-05 | 1 | -1/+1 |
| | | | | | Submitted by: Josh Gilliam Closes PR#3471 | ||||
* | slight fix to gcc's man page... | jmg | 1997-03-23 | 1 | -3/+9 |
| | |||||
* | Back out easy $FreeBSD$ (file already left vendor branch) | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Doc fixes and updates to reflect reality, as well as info about profiling | peter | 1996-09-18 | 1 | -1/+17 |
| | | | | extensions. | ||||
* | Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of the | peter | 1996-09-18 | 1 | -0/+4119 |
non-i386, non-unix, and generatable files have been trimmed, but can easily be added in later if needed. gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's handy to have both available for reference for such little cost. The freebsd-specific changes will then be committed, and once the dust has settled, the bmakefiles will be committed to use this code. |