| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/releng/4.3/; revision=75750
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75603
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: jkh
The the setjump/longjump exception handling fixes are from GCC 2.95.3.test3
and were removed from GCC 2.95.3.test4 and the subsequent release due
to bootstrap problems on HP-UX. However, they were very well tested and
fixed major problems on all other platforms. Including all the all the BSD's.
OpenBSD and FreeBSD 5-current both use these official sjlj patches.
W/o this upgrade the following program segmentation faults if compiled
with -O2 (but not -Os or -O or -O0) on 4.2FreeBSD.
There are some large C++ libraries where segfaults also occur, even at -O.
#include <stdio.h>
class A {
public:
A() { printf("c'tor A\n"); }
~A(){ printf("d'tor A\n"); }
};
class foo : public A {
public:
foo() { printf("C'tor foo\n"); throw 8; }
~foo() { printf("D'tor foo\n"); }
};
int main(){
try { foo fii; }
catch (int){ printf("catch ...\n"); }
return 0;
}
Notes:
svn path=/stable/4/; revision=75390
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73778
|
| |
|
|
|
|
|
|
| |
and not NULL) is preferred over other LC_* environment variables,
as required by POSIX.
Notes:
svn path=/stable/4/; revision=73744
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o If both full-locale-name and short-locale-name searches
fail, look the manpage in the en.<charset> subdirectory.
o Look for manpages in architecture specific directories
first. MACHINE envorinment variable could be used to
specify non-default architecture.
Notes:
svn path=/stable/4/; revision=73687
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73677
|
| |
|
|
|
|
|
| |
use so many X's for the tempfile name
Notes:
svn path=/stable/4/; revision=73674
|
| |
|
|
|
|
|
|
|
| |
* Update to gnats 3.113
* Add 'update' and 'maintainer-update' as valid classes for use in
submitting ports PRs
Notes:
svn path=/stable/4/; revision=73668
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73662
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73501
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73330
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73329
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73328
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73327
|
| |
|
|
|
|
|
| |
invocation command line
Notes:
svn path=/stable/4/; revision=73326
|
| |
|
|
|
|
|
| |
PR: gnu/25458
Notes:
svn path=/stable/4/; revision=73235
|
| |
|
|
|
|
|
|
|
| |
gnu/usr.bin/tar/Makefile: 1.13->1.14
gnu/usr.bin/tar/rtapelib.c: 1.2->1.3
gnu/usr.bin/tar/tar.1: 1.35->1.36
Notes:
svn path=/stable/4/; revision=73075
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72987
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72944
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72943
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72814
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72593
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72533
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72518
|
| |
|
|
|
|
|
|
|
| |
gzcat. makewhatis should not assume large pipes or gzcat-exits-first
process semantics This will slow makewhatis down by about 15%, but makewhatis
is not considered a critical program.
Notes:
svn path=/stable/4/; revision=72335
|
| |
|
|
|
|
|
| |
This includes all later fixes after import as well.
Notes:
svn path=/stable/4/; revision=71469
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70976
|
| |
|
|
|
|
|
| |
for preprocessor directives. Avoid use of cat(1).
Notes:
svn path=/stable/4/; revision=70921
|
| |
|
|
|
|
|
| |
weakly referenced in libgcc.
Notes:
svn path=/stable/4/; revision=70732
|
| |
|
|
|
|
|
| |
"child" or "freebsd-uthreads".
Notes:
svn path=/stable/4/; revision=70691
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70564
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70396
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70348
|
| |
|
|
|
|
|
|
|
|
| |
* -j new bzip2 option
* -I alias for -T
* -U short option for --unlink
* TAR_OPTIONS env var
Notes:
svn path=/stable/4/; revision=70329
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70328
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70320
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70319
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70280
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70269
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70255
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70045
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70016
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69984
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69898
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69839
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69762
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69697
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69692
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69606
|