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
/
cppmacro.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* c-parse.in (_yylex): Use _cpp_backup_tokens.
neil
2001-09-13
1
-181
/
+77
*
* cpphash.h (struct tokenrun): New.
neil
2001-09-11
1
-0
/
+2
*
* cppmacro.c (funlike_invocation_p): No need to restore context.
neil
2001-09-05
1
-6
/
+1
*
* cppfiles.c (stack_include_file): line-map.c now handles include
neil
2001-08-21
1
-4
/
+4
*
* cpperror.c (print_location): Don't take a file name; use the
neil
2001-08-17
1
-9
/
+5
*
* cppmacro.c (enter_macro_context): Push macro expansions even
neil
2001-08-11
1
-9
/
+5
*
* c-lex.c (map): Make const.
neil
2001-08-11
1
-1
/
+1
*
PR preprocessor/3081
neil
2001-08-05
1
-17
/
+15
*
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
neil
2001-08-04
1
-7
/
+3
*
* alias.c: Fix comment formatting.
kazu
2001-08-01
1
-1
/
+1
*
* cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
neil
2001-08-01
1
-1
/
+8
*
* cppexp.c (parse_defined): Always record the macro name.
neil
2001-07-29
1
-1
/
+1
*
* cppmacro.c (make_string_token): Avoid warning.
neil
2001-06-23
1
-7
/
+13
*
PR preprocessor/3260
neil
2001-06-21
1
-1
/
+2
*
* Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
neil
2001-05-20
1
-1
/
+2
*
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.
neil
2001-05-16
1
-16
/
+17
*
* cppmacro.c (stringify_arg): Null terminate strings.
neil
2001-03-27
1
-2
/
+4
*
* c-parse.in (yylexname): New function, split out of _yylex.
zack
2001-03-07
1
-2
/
+1
*
* cpplex.c (_cpp_lex_token): Don't warn about directives in
neil
2001-03-03
1
-3
/
+5
*
* cpp.texi: Update.
neil
2001-03-03
1
-2
/
+2
*
* cppinit.c (builtin_array): Update.
neil
2001-02-25
1
-30
/
+22
*
* c-lex.c (lex_number): Only warn traditionally for U suffix
neil
2001-02-14
1
-2
/
+18
*
* cppmacro.c (cpp_get_token): Avoid pasting after a builtin.
neil
2001-02-06
1
-0
/
+1
*
* cppinit.c (BC): New macro.
mmitchel
2001-02-04
1
-0
/
+4
*
* cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.
neil
2001-02-01
1
-15
/
+15
*
* cpphash.h (struct cpp_reader): New saved_flags.
neil
2001-01-31
1
-2
/
+7
*
* cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)
neil
2001-01-28
1
-11
/
+21
*
* cppmacro.c (funlike_invocation_p): Don't move back up to the
neil
2001-01-20
1
-9
/
+1
*
* cppinit.c (cpp_cleanup): NULLify macro_buffer and zero
aoliva
2001-01-09
1
-2
/
+5
*
* cpplib.h (struct cpp_reader): Remove references to string_pool
neil
2000-12-17
1
-8
/
+4
*
* cpperror.c (print_location): New function.
neil
2000-12-11
1
-13
/
+7
*
* cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.
neil
2000-12-09
1
-17
/
+16
*
* cppmacro.c (funlike_invocation_p): Re-disable macros enabled
neil
2000-12-03
1
-10
/
+17
*
* cppinit.c (initialize): Forgotten prototype.
neil
2000-12-01
1
-14
/
+13
*
* cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean
neil
2000-11-28
1
-2
/
+3
*
* cppinit.c (cpp_reader_init): Remove handling of warn_paste
neil
2000-11-27
1
-5
/
+8
*
* cppmacro.c (cpp_scan_buffer_nooutput): Only scan the
neil
2000-11-26
1
-1
/
+2
*
* cpplib.h (struct cpp_reader): Remove lang_asm.
neil
2000-11-26
1
-3
/
+3
*
* cppmacro.c (paste_tokens): Rename from paste_payloads.
neil
2000-11-20
1
-74
/
+84
*
Warning fixes:
ghazi
2000-11-19
1
-1
/
+1
*
* cpplib.c (start_directive, end_directive): New functions.
neil
2000-11-15
1
-1
/
+4
*
* cppexp.c (parse_defined): Call cpp_get_token not
neil
2000-11-14
1
-30
/
+26
*
* cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
neil
2000-11-13
1
-44
/
+36
*
* cppexp.c: Don't worry about pfile->skipping.
neil
2000-11-12
1
-31
/
+9
*
Remove CPP_PLACEMARKERs
neil
2000-11-11
1
-130
/
+112
*
* cpphash.c: Move cpp_defined here from cpplib.c.
neil
2000-11-09
1
-15
/
+12
*
Move directive handling into the lexer itself.
neil
2000-11-08
1
-25
/
+0
*
* c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
neil
2000-11-06
1
-8
/
+8
*
* c-parse.in (_yylex): Remove CPP_BACKSLASH case.
neil
2000-11-01
1
-1
/
+1
*
* cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
neil
2000-10-31
1
-3
/
+5
[next]