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/existing-fp8
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
/
gcc
/
c-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-12-17
c-common.c (c_common_nodes_and_builtins): Create a cstring_endlink, use it.
Kaveh R. Ghazi
1
-58
/
+36
2000-12-09
c-common.c (check_function_format): Don't suggest adding format attributes to...
Joseph Myers
1
-2
/
+19
2000-12-07
c-common.c (warn_format_security): New variable.
Joseph Myers
1
-2
/
+9
2000-12-07
c-common.c (check_format_info): Warn for non-constant format strings with str...
Joseph Myers
1
-2
/
+23
2000-12-07
c-common.c (format_wanted_type): Add reading_from_flag.
Joseph Myers
1
-15
/
+38
2000-12-07
c-common.c (parse_in): Make a cpp_reader *.
Neil Booth
1
-1
/
+1
2000-12-03
builtins.c (expand_builtin_strcat, [...]): New functions.
Kaveh R. Ghazi
1
-9
/
+35
2000-12-02
c-common.c (combine_strings): When the ISO C standard specifies the maximum l...
Geoffrey Keating
1
-2
/
+2
2000-12-02
Make alpha build again.
Bernd Schmidt
1
-0
/
+4
2000-12-01
c-common.c (warn_format, [...]): Define.
Joseph Myers
1
-18
/
+48
2000-12-01
builtins.def (BUILT_IN_IMAXABS): Add.
Joseph Myers
1
-2
/
+15
2000-12-01
c-common.c: Include "defaults.h".
Joseph Myers
1
-0
/
+38
2000-11-30
* c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load status
Alexandre Oliva
1
-9
/
+9
2000-11-27
builtins.c (expand_builtin_strncmp, [...]): New functions.
Kaveh R. Ghazi
1
-2
/
+28
2000-11-25
c-common.c: Remove USE_CPPLIB conditional inclusions.
Neil Booth
1
-88
/
+0
2000-11-24
Fix bug in previous change.
Bernd Schmidt
1
-0
/
+3
2000-11-24
Overhaul sequence point warnings (again)
Bernd Schmidt
1
-204
/
+354
2000-11-21
c-common.c (c_unsafe_for_reeval): New function.
Richard Henderson
1
-0
/
+15
2000-11-17
stringpool.c: New file.
Zack Weinberg
1
-4
/
+2
2000-11-15
tree.c (build_type_no_quals): New function.
Andrew Haley
1
-3
/
+1
2000-11-13
c-common.c (boolean_increment): New function.
Joseph Myers
1
-0
/
+41
2000-11-13
builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX.
Kaveh R. Ghazi
1
-0
/
+10
2000-11-10
Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
Mark Mitchell
1
-0
/
+18
2000-11-09
builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
Jakub Jelinek
1
-0
/
+6
2000-11-07
* c-common.c (combine_strings): Only warn about long strings for C.
Kaveh R. Ghazi
1
-1
/
+1
2000-11-07
builtins.c (expand_builtin_strpbrk): New function.
Kaveh R. Ghazi
1
-1
/
+5
2000-11-02
c-common.c (get_flag_spec, [...]): Use strchr () instead of index ().
Joseph Myers
1
-21
/
+22
2000-11-01
builtins.c (expand_builtin_strstr): New function.
Kaveh R. Ghazi
1
-0
/
+24
2000-10-20
c-common.c (check_format_info_recurse): Extract string constant initializers ...
Joseph Myers
1
-0
/
+27
2000-10-18
c-common.h (flag_no_builtin): Declare.
Mark Mitchell
1
-27
/
+25
2000-10-18
c-common.c (check_format_types): Check for writing through a NULL pointer arg...
Joseph Myers
1
-0
/
+9
2000-10-18
c-common.c (CPLUSPLUS_STD_VER, [...]): Define.
Joseph Myers
1
-36
/
+38
2000-10-18
c-common.c (check_format_info_main): Minor cleanup...
Joseph Myers
1
-36
/
+30
2000-10-18
c-common.c (back_end_hook): New variable.
Mark Mitchell
1
-0
/
+4
2000-10-17
c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
Joseph Myers
1
-8
/
+23
2000-10-17
Improved sequence point warnings
Bernd Schmidt
1
-0
/
+264
2000-10-17
c-common.h (warn_missing_format_attribute): New variable.
Joseph Myers
1
-1
/
+17
2000-10-16
c-common.c (format_check_results): New structure.
Joseph Myers
1
-67
/
+235
2000-10-13
* c-common.c (c_expand_builtin): PARAMS-ize prototype.
Alexandre Oliva
1
-1
/
+1
2000-10-12
c-common.c (decl_attributes): Don't allow strftime formats with first_arg_num...
Joseph Myers
1
-0
/
+8
2000-10-12
c-common.c (scanf_flag_specs): Add flags ' and I.
Joseph Myers
1
-16
/
+23
2000-10-12
c-common.c (print_char_table): Use the unpromoted type for lengths "h" and "h...
Joseph Myers
1
-3
/
+11
2000-10-09
c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new STRING_CST b...
Kaveh R. Ghazi
1
-3
/
+1
2000-10-08
tm.texi (INTMAX_TYPE, [...]): Define.
Joseph Myers
1
-2
/
+8
2000-10-08
c-common.c (FMT_FLAG_ARG_CONVERT, [...]): Define.
Joseph Myers
1
-260
/
+519
2000-10-06
builtins.c (is_valid_printf_arglist, [...]): Move functions from here ...
Kaveh R. Ghazi
1
-4
/
+193
2000-09-25
c-common.c (format_char_info): Add flags2; update comments.
Joseph Myers
1
-64
/
+67
2000-09-24
c-common.c (check_format_info): Warn for a wide character string used as a no...
Joseph Myers
1
-0
/
+5
2000-09-24
builtins.def (BUILT_IN_LLABS): Add.
Joseph Myers
1
-0
/
+12
2000-09-21
builtins.c (expand_builtin_fputs): Also expand when length!=1.
Kaveh R. Ghazi
1
-1
/
+5
[next]