| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLog: | bonzini | 2004-05-24 | 1 | -182/+0 |
* | * line-map.h (struct line_maps): New field highest_line. | bothner | 2004-04-23 | 1 | -26/+20 |
* | * cpphash.h (struct cpp_buffer): Restore return_at_eof field. This | bothner | 2004-02-18 | 1 | -1/+1 |
* | * c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c, | kazu | 2004-02-16 | 1 | -8/+8 |
* | Represent column numbers using line-map's source_location. | bothner | 2004-02-11 | 1 | -18/+78 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | Implement a cache for linemap_lookup. | bothner | 2004-01-20 | 1 | -0/+2 |
* | * line-map.h (source_location): New typedef. | bothner | 2003-12-05 | 1 | -6/+8 |
* | * c-common.c: Fix comment formatting. | kazu | 2003-08-19 | 1 | -2/+2 |
* | * line-map.h (fileline): New typedef. | bothner | 2003-08-06 | 1 | -4/+8 |
* | * cppfiles.c (stack_file): Leave filename as "" rather than "<stdin>". | geoffk | 2003-07-30 | 1 | -2/+5 |
* | * hashtable.c (approx_sqrt): Make static. | zack | 2003-07-22 | 1 | -6/+7 |
* | * line-map.c, line-map.h: Convert to ISO prototypes. | neil | 2003-06-20 | 1 | -10/+7 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -1/+1 |
* | * cppfiles.c (stack_include_file): line-map.c now handles include | neil | 2001-08-21 | 1 | -0/+3 |
* | * cppfiles.c (stack_include_file): Don't handle -H here. | neil | 2001-08-21 | 1 | -0/+3 |
* | * c-lex.c (map): Make const. | neil | 2001-08-11 | 1 | -13/+20 |
* | * cpplib.h, line-map.h: Update comments. | neil | 2001-08-07 | 1 | -1/+2 |
* | * cpperror.c (print_containing_files): Moved to line-map.c. | neil | 2001-08-06 | 1 | -0/+14 |
* | PR preprocessor/3824 | neil | 2001-08-05 | 1 | -3/+8 |
* | PR preprocessor/3081 | neil | 2001-08-05 | 1 | -1/+4 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -2/+5 |
* | * line-map.c: New. | neil | 2001-08-02 | 1 | -0/+80 |