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
/
libcpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-31
* uk.po: Update.
Joseph Myers
2
-82
/
+57
2012-01-31
* es.po: Update.
Joseph Myers
2
-138
/
+140
2012-01-30
be.po, [...]: Update.
Joseph Myers
19
-2536
/
+2638
2012-01-27
gcc.pot: Regenerate.
Joseph Myers
2
-148
/
+156
2012-01-09
macro.c (_cpp_builtin_macro_text): Remove unused variable map.
Richard Guenther
2
-2
/
+4
2012-01-09
re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...
Gary Funck
4
-8
/
+24
2012-01-03
system.h: Prior to #define, #undef fopen and freopen unconditionally.
Olivier Hainque
2
-0
/
+12
2011-12-20
gcc:
Joseph Myers
3
-7
/
+15
2011-12-20
warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.
Andreas Schwab
2
-3
/
+7
2011-12-19
Check for warning flags without no- prefix
Andreas Schwab
2
-15
/
+39
2011-12-07
re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)
Jakub Jelinek
4
-1
/
+25
2011-12-05
Add 'inline' to prototype of tokens_buff_remove_last_token
Dodji Seketeli
2
-8
/
+14
2011-11-22
line-map.h (linemap_dump): Declare.
Diego Novillo
3
-0
/
+107
2011-11-21
re PR c++/50958 ([C++0x] raw literal operator provides incorrect string for i...
Ed Smith-Rowland
2
-2
/
+7
2011-11-03
re PR bootstrap/50857 (The compiler is built with exceptions and RTTI enabled)
Michael Matz
4
-1
/
+57
2011-11-02
internal.h (uxstrdup, ustrchr): Return const unsigned char *.
Paolo Carlini
2
-6
/
+10
2011-11-02
re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)
Jason Merrill
3
-2
/
+7
2011-10-31
re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)
Jason Merrill
2
-1
/
+10
2011-10-31
re PR c++/50920 (add a -std=c++11 option to the driver)
Jason Merrill
3
-5
/
+11
2011-10-26
Implement C++11 user-defined literals.
Ed Smith-Rowland
5
-28
/
+270
2011-10-25
Fix lookup of macro maps
Dodji Seketeli
2
-3
/
+7
2011-10-25
Support expansion of reserved locations wrapped in virtual locations
Dodji Seketeli
3
-55
/
+93
2011-10-22
Fix cpp_peek_token behaviour (PR bootstrap/50778)
Dodji Seketeli
3
-10
/
+18
2011-10-20
Fix thinko in _cpp_remaining_tokens_num_in_context
Dodji Seketeli
2
-4
/
+8
2011-10-18
Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
Dodji Seketeli
4
-12
/
+24
2011-10-17
Fix bootstrapping with --disable-checking
Dodji Seketeli
2
-6
/
+10
2011-10-17
Reduce memory waste due to non-power-of-2 allocs
Tom Tromey
3
-6
/
+49
2011-10-17
Add line map statistics to -fmem-report output
Tom Tromey
4
-4
/
+121
2011-10-17
Support -fdebug-cpp option
Tom Tromey
4
-0
/
+53
2011-10-17
Generate virtual locations for tokens
Tom Tromey
10
-149
/
+1376
2011-10-17
Linemap infrastructure for virtual locations
Tom Tromey
8
-141
/
+1634
2011-08-28
Fix the use of linemap_add and remove unnecessary kludge
Dodji Seketeli
2
-5
/
+9
2011-08-22
Add ability to force lexed tokens' source_locations.
Gabriel Charette
5
-2
/
+42
2011-08-18
Properly define __cplusplus (PR libstdc++-v3/1773)
Rainer Orth
2
-1
/
+6
2011-08-18
* include/cpplib.h (struct cpp_options): Fix typo.
Joseph Myers
2
-1
/
+5
2011-08-18
c1x-uni-string-1.c, [...]: New tests.
Joseph Myers
4
-20
/
+43
2011-08-15
LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...
Gabriel Charette
4
-20
/
+8
2011-07-28
line-map.h (struct line_maps): Remove unused field last_listed.
Gabriel Charette
3
-6
/
+5
2011-07-28
Set need_64bit_hwint to yes for x86 targets.
H.J. Lu
3
-20
/
+7
2011-07-25
system.h [...]: Wrap C function declarations in extern "C".
Rainer Orth
2
-0
/
+20
2011-07-22
re PR bootstrap/49794 (Solaris 10/x86 bootstrap broken by C++ build)
Rainer Orth
4
-4
/
+236
2011-07-15
Use source_location where it is due
Dodji Seketeli
3
-8
/
+16
2011-07-08
be.po, [...]: Update.
Joseph Myers
19
-1080
/
+1254
2011-07-07
re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only...
Rainer Orth
3
-2
/
+9
2011-06-21
gcc.pot: Regenerate.
Joseph Myers
2
-67
/
+70
2011-06-16
re PR c++/45399 ([C++0x] Warning for \0 in raw strings)
Jason Merrill
2
-8
/
+5
2011-06-06
re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)
Dodji Seketeli
2
-1
/
+36
2011-06-02
files.c (read_file_guts): Add test on non-zero value of S_ISREG.
John Tytgat
2
-2
/
+6
2011-05-22
* lex.c (init_vectorized_lexer): Fix comparison of masked value.
Uros Bizjak
1
-1
/
+2
2011-05-22
re PR bootstrap/49104 (bootstrap failure on AMD K6-2 with illegal instruction...
Uros Bizjak
2
-3
/
+9
[next]