index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fixincludes
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-20
Allow CONFIG_SHELL to override build-time shell in mkheaders
Alexandre Oliva
2
-2
/
+24
2020-02-14
rs6000: fixinc: Skip machine_name fix for powerpc*-*-linux*
Matheus Castanho
2
-1
/
+5
2020-02-13
skip fixinc on vxworks7*, amend mkheaders
Alexandre Oliva
3
-1
/
+8
2020-01-25
Fix missing SCNuMAX defines in inttypes.h on hpux11.[01]*
John David Anglin
4
-4
/
+71
2019-12-30
re PR libgomp/93066 (libgomp/target.c:525:46: error: expected expression befo...
John David Anglin
4
-5
/
+111
2019-08-18
[Darwin, fixincludes] Fix PR83531
C.G. Dogan
4
-5
/
+115
2019-06-21
[Darwin, fixincludes] Fix Darwin9/10 math.h issues.
Iain Sandoe
4
-10
/
+83
2019-06-21
[Darwin, fixincludes] Fix Darwin14 header issues.
Iain Sandoe
5
-5
/
+187
2019-05-11
fixincludes - fix PR90379
Iain Sandoe
3
-3
/
+10
2019-04-18
re PR bootstrap/89864 (gcc fails to build/bootstrap with XCode 10.2)
Erik Schnetter
3
-5
/
+81
2018-10-31
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
Joseph Myers
4
-391
/
+479
2018-10-16
fixincludes: vxworks: regs.h: Fix includes in regs.h wrapper
Rasmus Villemoes
3
-2
/
+29
2018-09-03
fixincludes: vxworks: remove unnecessary parentheses in ioctl wrapper macro
Rasmus Villemoes
3
-4
/
+10
2018-08-27
Replace 8 spaces with a tabular in ChangeLog files.
Martin Liska
1
-2
/
+2
2018-07-23
inclhack.def (aix_unistd): New.
David Edelsohn
4
-5
/
+73
2018-06-27
fixincludes: Add missing hunk to tests/base/ioLib.h
Rasmus Villemoes
2
-0
/
+10
2018-06-12
genfixes: exit 1 when autogen not found.
Rasmus Villemoes
2
-6
/
+7
2018-06-12
inclhack.def: Fix fixup for assert.h on vxworks.
Rasmus Villemoes
3
-13
/
+72
2018-05-25
* inclhack.def (vxworks_iolib_include_unistd): New fix.
Rasmus Villemoes
2
-0
/
+20
2018-04-18
re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)
David Malcolm
2
-1
/
+6
2018-02-22
inclhack.def (aix_stdlib_vec_malloc): New.
David Edelsohn
4
-5
/
+129
2017-10-13
fixinc.in (dirname): Change sed from 's|[^/]*/||' to 's|[^/]*//*||'.
Mike Frysinger
2
-1
/
+6
2017-06-12
config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
Doug Rupp
3
-242
/
+11
2017-02-25
re PR target/68739 (FAIL: 30_threads/call_once/constexpr.cc (test for excess ...
John David Anglin
4
-11
/
+84
2017-02-11
alloca.h: New file.
John David Anglin
4
-5
/
+93
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
4
-1
/
+67
2017-01-13
Only declare gets for C++ < 2014 on Solaris (PR libstdc++/78979)
Rainer Orth
6
-5
/
+294
2016-11-21
Don't define libstdc++-internal macros in Solaris 10+ <math.h>
Rainer Orth
4
-14
/
+81
2016-11-20
Fix libsanitizer build on OS X 10.1[01], macOS 10.12 (PR sanitizer/78267)
Rainer Orth
5
-6
/
+353
2016-09-30
check.tpl: Convert line endings to unix on test outputs
Tadek Kijkowski
6
-8
/
+228
2016-09-04
inclhack.def (hpux_longjmp): Adjust select regular expression.
John David Anglin
3
-4
/
+9
2016-08-13
inclhack.def (hpux_longjmp): New fix.
John David Anglin
4
-7
/
+85
2016-08-09
re PR bootstrap/72833 (error in fortran/parse.c (unexpected_eof) on Mac OS X ...
Bernd Edlinger
5
-8
/
+95
2016-08-02
* fixinc.in: Use --parents option to make LIB directory.
Muhammad Bilal
2
-1
/
+5
2016-06-21
remove support for the interix target
Trevor Saunders
2
-1
/
+4
2016-06-13
inclhack.def (aix_stdlib_malloc): New fix.
David Edelsohn
4
-5
/
+251
2016-02-01
re PR target/68741 (FAIL: tr1/8_c_compatibility/cstdio/functions.cc (test for...
John David Anglin
4
-10
/
+79
2015-08-14
inclhack.def (aix_stdio_inline): New fix.
David Edelsohn
4
-14
/
+117
2015-07-28
check.tpl: Ignore .DS_Store directories.
Eric Gallager
2
-3
/
+6
2015-05-21
inclhack.def (aix_externc): New fix.
David Edelsohn
6
-5
/
+254
2015-05-13
fixincludes: Bump to automake 1.11.6
Michael Haubenwallner
2
-2
/
+7
2015-04-22
fixincludes update for musl support
Gregor Richards
2
-1
/
+6
2015-03-28
re PR libstdc++/65500 (FAIL: 17_intro/headers/c++2014/all_attributes.cc (test...
John David Anglin
4
-5
/
+73
2015-02-17
Change stdlib.h base, not inttypes.h
Daniel Richard G.
2
-1
/
+6
2015-02-16
Daniel Richard G.
Daniel Richard G.
3
-5
/
+66
2015-02-10
Fix <iso/math_c99.h> signbit on Solaris
Rainer Orth
4
-7
/
+136
2015-02-06
re PR bootstrap/53348 (Conflicting fast-integer types on AIX: <sys/inttypes.h...
David Edelsohn
3
-2
/
+8
2015-01-31
* fixincl.c (fix_applies) <case TT_CKSUM:>: Change C++ style comments.
Uros Bizjak
1
-1
/
+1
2015-01-28
checksums and test-text
Bruce Korb
6
-103
/
+208
2014-12-15
server.c (server_setup): Check return value of getcwd and in case of error se...
Uros Bizjak
2
-1
/
+7
[next]