index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
cppinit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cpp.texi: Update documentation for -include and -imacros.
neil
2001-03-15
1
-2
/
+9
*
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated
neil
2001-03-04
1
-2
/
+0
*
* cppinit.c (append_include_chain): Mark "after" include file name list as a
cgf
2001-03-02
1
-1
/
+4
*
* cppfiles.c (struct include_file): Update.
neil
2001-03-02
1
-23
/
+22
*
* cpplib.c (_cpp_init_stacks): Cast enum for comparison.
danglin
2001-03-02
1
-1
/
+1
*
* cpphash.h (struct cpp_reader): Add print_version field.
zack
2001-03-02
1
-13
/
+18
*
* cppinit.c (builtin_array): Update.
neil
2001-02-25
1
-6
/
+16
*
* cppfiles.c: Update comments.
neil
2001-02-21
1
-32
/
+23
*
* cppinit.c (set_lang): Move builtin handling to...
neil
2001-02-20
1
-14
/
+18
*
* cpphash.h (struct spec_nodes): Add n_true and n_false.
zack
2001-02-07
1
-1
/
+3
*
* cppinit.c (BC): New macro.
mmitchel
2001-02-04
1
-0
/
+2
*
* cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.
jakub
2001-02-03
1
-0
/
+4
*
* cppfiles.c (_cpp_read_file): Add to dependencies if requested.
jakub
2001-01-24
1
-7
/
+2
*
* cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
msokolov
2001-01-21
1
-4
/
+6
*
* c-parse.in (finish_parse): Add comment about cpp_destroy.
neil
2001-01-14
1
-4
/
+10
*
* cppinit.c (cpp_handle_option): help_only is now part of the
neil
2001-01-13
1
-3
/
+3
*
* cppinit.c (do_includes): Fix typo.
neil
2001-01-11
1
-1
/
+1
*
2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
neil
2001-01-11
1
-15
/
+20
*
* Makefile.in (tradcpp0): Depend on mkdeps.h. Link mkdeps.o
neil
2001-01-10
1
-3
/
+4
*
* cppinit.c (OPT_g): Remove.
neil
2001-01-10
1
-8
/
+2
*
* cppinit.c (OPT_MD, OPT_MMD): Restore.
neil
2001-01-09
1
-10
/
+30
*
* cppinit.c (cpp_cleanup): NULLify macro_buffer and zero
aoliva
2001-01-09
1
-1
/
+5
*
* cppinit.c (init): Rename init_library.
neil
2001-01-08
1
-3
/
+3
*
* c-lang.c (c_post_options): Call cpp_post_options.
neil
2001-01-07
1
-62
/
+62
*
* (initialize, initialize_builtins,
neil
2001-01-07
1
-114
/
+127
*
* cpp.texi: Update for -MQ.
neil
2001-01-06
1
-12
/
+9
*
* cpplib.h (struct cpp_reader): Add help_only field.
zack
2001-01-05
1
-13
/
+22
*
* cpp.texi: Update for -MP. Clarify behaviour of -MT.
neil
2001-01-05
1
-2
/
+12
*
* cpp.texi: Update for -MT.
neil
2001-01-04
1
-15
/
+21
*
* cpplib.h (struct cpp_reader): Remove references to string_pool
neil
2000-12-17
1
-7
/
+0
*
* gcc.c (cpp_options): Pass -fno-operator-names.
jakub
2000-12-15
1
-0
/
+9
*
include:
zack
2000-12-08
1
-43
/
+2
*
* cppfiles.c (cpp_make_system_header): Take 2 booleans,
neil
2000-12-04
1
-2
/
+2
*
* cppinit.c (initialize): Forgotten prototype.
neil
2000-12-01
1
-0
/
+1
*
* cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean
neil
2000-11-28
1
-1
/
+1
*
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.
neil
2000-11-28
1
-37
/
+31
*
* cppinit.c (cpp_reader_init): Remove handling of warn_paste
neil
2000-11-27
1
-9
/
+0
*
* cpplib.h (struct cpp_reader): Remove lang_asm.
neil
2000-11-26
1
-11
/
+5
*
* Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
neil
2000-11-26
1
-1
/
+3
*
* do_includes: Revert to using cpp_read_file.
neil
2000-11-21
1
-8
/
+3
*
* c-lang.c (lang_init_options): Update call to
neil
2000-11-20
1
-69
/
+129
*
* cppinit.c: Update comments.
neil
2000-11-18
1
-58
/
+66
*
New option --target-help.
cchavva
2000-11-14
1
-0
/
+5
*
* cppfiles.c (stack_include_file): Check for stacked contexts
neil
2000-10-30
1
-0
/
+1
*
2000-10-28 Neil Booth <neilb@earthling.net>
neil
2000-10-28
1
-109
/
+115
*
* cpperror.c (_cpp_begin_message): Do the test for suppression
neil
2000-09-28
1
-1
/
+1
*
2000-09-25 Branko Cibej <branko.cibej@hermes.si>
bkoz
2000-09-25
1
-8
/
+14
*
* cppinit.c (cpp_init): Don't use ANSI prototypes.
mmitchel
2000-09-18
1
-1
/
+1
*
* Makefile.in: Remove references to cppulp.{c,o}.
neil
2000-09-07
1
-5
/
+6
*
* cpperror.c (print_file_and_line): If line is (unsigned int)-1,
zack
2000-08-29
1
-8
/
+7
[next]