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
*
* cpperror.c (print_location): Don't show _Pragma.
neil
2001-08-22
1
-9
/
+1
*
* cppfiles.c (stack_include_file): Don't handle -H here.
neil
2001-08-21
1
-0
/
+5
*
* cpphash.h (_cpp_push_next_buffer): New.
neil
2001-08-21
1
-72
/
+94
*
* cppinit.c (init_standard_includes): The returned buffer
neil
2001-08-20
1
-1
/
+1
*
* cppinit.c (init_standard_includes): Reverse accidentally
neil
2001-08-18
1
-1
/
+1
*
* cpperror.c (print_location): Don't take a file name; use the
neil
2001-08-17
1
-1
/
+4
*
* cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
neil
2001-08-11
1
-4
/
+10
*
* cppinit.c (cpp_finish): Pop the final buffer without comment.
neil
2001-08-07
1
-6
/
+7
*
PR preprocessor/3081
neil
2001-08-05
1
-4
/
+4
*
* Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
neil
2001-08-04
1
-3
/
+6
*
* line-map.c: New.
neil
2001-08-02
1
-0
/
+10
*
* alias.c: Fix comment formatting.
kazu
2001-08-01
1
-8
/
+8
*
PR preprocessor/3669
neil
2001-07-29
1
-4
/
+6
*
* cppinit.c (remove_dup_dir): Make static.
nathan
2001-07-20
1
-11
/
+9
*
* cppinit.c (remove_dup_dirs): Inform if a system include
nathan
2001-07-04
1
-0
/
+15
*
* cppinit.c (lang_defaults): New table.
zack
2001-07-02
1
-72
/
+38
*
* cppinit.c (print_help): Document -fpreprocessed.
neil
2001-06-09
1
-0
/
+1
*
* Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
neil
2001-05-20
1
-6
/
+11
*
* cppinit.c (cpp_post_options): Shut off macro expansion if
zack
2001-05-10
1
-0
/
+5
*
* configure.in: Add check for lstat.
neil
2001-04-06
1
-1
/
+3
*
* 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
[next]