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
/
charset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-2510
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-01
libcpp: Enable P1949R7 for C++98 too [PR100977]
Jakub Jelinek
1
-4
/
+2
2021-11-30
Remove more stray returns and gcc_unreachable ()s
Richard Biener
1
-1
/
+0
2021-11-01
diagnostics: escape non-ASCII source bytes for certain diagnostics
David Malcolm
1
-18
/
+45
2021-10-18
Remove unused but set variables.
Martin Liska
1
-2
/
+0
2021-09-01
libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...
Jakub Jelinek
1
-12
/
+34
2021-08-25
diagnostics: Support for -finput-charset [PR93067]
Lewis Hyatt
1
-32
/
+77
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-01
Feature: Macros for identifying the wide and narrow execution string literal ...
JeanHeyd Meneide
1
-0
/
+3
2020-07-14
diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]
Lewis Hyatt
1
-30
/
+68
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-18
Drop unused member from cpp_string_location_reader (PR preprocessor/92982)
David Malcolm
1
-1
/
+0
2019-12-14
re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when...
Jakub Jelinek
1
-0
/
+11
2019-12-09
Byte vs column awareness for diagnostic-show-locus.c (PR 49973)
Lewis Hyatt
1
-0
/
+103
2019-11-14
Support UTF-8 character constants for C2x.
Joseph Myers
1
-0
/
+2
2019-11-07
PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqs
Jakub Jelinek
1
-5
/
+11
2019-09-26
charset.c (UCS_LIMIT): New macro.
Eric Botcazou
1
-1
/
+14
2019-09-19
Support extended characters in C/C++ identifiers (PR c/67224)
Lewis Hyatt
1
-2
/
+81
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-1
/
+1
2018-10-09
Cleanup of libcpp diagnostic callbacks
David Malcolm
1
-14
/
+16
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-17
Fix locations within raw strings
David Malcolm
1
-1
/
+12
2016-09-23
Provide location information for terminator characters (PR preprocessor/77672)
David Malcolm
1
-1
/
+8
2016-08-06
Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)
David Malcolm
1
-6
/
+5
2016-08-05
On-demand locations within string-literals
David Malcolm
1
-52
/
+380
2016-02-05
re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) i...
Jakub Jelinek
1
-2
/
+9
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-07-02
re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...
Paolo Carlini
1
-15
/
+15
2015-06-30
Implement N4197 - Adding u8 character literals
Edward Smith-Rowland
1
-3
/
+5
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-29
Fix off-by-one bug in utf16 conversion (PR preprocessor/41698).
Joseph Myers
1
-1
/
+1
2014-10-02
charset.c (convert_no_conversion): Reallocate memory with 25% headroom.
Bernd Edlinger
1
-0
/
+1
2014-09-22
charset.c (conversion): Rename to ...
Jan Hubicka
1
-2
/
+2
2014-08-19
c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...
Marek Polacek
1
-1
/
+1
2014-08-10
re PR c/51849 (-Wc99-compat would be considered useful)
Marek Polacek
1
-0
/
+4
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
1
-1
/
+1
2013-11-16
ucnid-2011-1.c: New test.
Joseph Myers
1
-42
/
+46
2013-01-14
Update copyright years in libcpp.
Richard Sandiford
1
-2
/
+1
2012-12-03
re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)
Jakub Jelinek
1
-4
/
+10
2011-01-03
Update Copyright years for files modified in 2010.
Jakub Jelinek
1
-2
/
+2
2010-04-07
diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...
Simon Baldwin
1
-8
/
+8
2010-03-29
More N3077 raw string changes
Jason Merrill
1
-17
/
+4
2010-03-29
Some raw string changes from N3077
Jason Merrill
1
-1
/
+1
2009-10-19
charset.c (cpp_init_iconv): Initialize utf8_cset_desc.
Jakub Jelinek
1
-1
/
+51
2009-10-09
* charset.c (_cpp_valid_ucn): Update C++0x restrictions.
Jason Merrill
1
-6
/
+15
2009-08-17
re PR preprocessor/41067 (Inconsistency in warnings on invalid \-escapes)
Tom Tromey
1
-1
/
+1
[next]