Age | Commit message (Expand) | Author | Files | Lines |
2000-03-07 | * cccp.c (handle_directive): Initialize backslash_newlines_p. | Jeffrey A Law | 1 | -1/+1 |
2000-02-28 | tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE. | Zack Weinberg | 1 | -5/+6 |
2000-02-25 | Copyright fixes | Jeff Law | 1 | -1/+2 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-02-05 | cccp.c (main): Check 'dir' for a NULL pointer before passing it to strcmp. | Neil Booth | 1 | -1/+1 |
2000-01-31 | cccp.c (struct argdata): Redeclare 'newlines' field as 'int'. | Dave Brolley | 1 | -1/+1 |
2000-01-29 | Adjust variable names, comments, help strings to c99. | Ulrich Drepper | 1 | -19/+19 |
2000-01-14 | cccp.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -127/+129 |
2000-01-12 | * cccp.c (do_pragma): Add cast to (char *). | Jason Merrill | 1 | -1/+1 |
2000-01-12 | cccp.c: Accept and ignore -lang-fortran. | Zack Weinberg | 1 | -0/+3 |
2000-01-07 | cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros. | Mumit Khan | 1 | -10/+0 |
2000-01-04 | cse.c (cse_insn): Missing cast added. | Jeff Law | 1 | -2/+2 |
1999-12-18 | cccp.c (main): Define __STDC_VERSION__ as necessary. | Richard Henderson | 1 | -11/+19 |
1999-12-14 | cppp.c (main): Set trigraphs and __STRICT_ANSI__ as appropriate for -lang-c89... | Richard Henderson | 1 | -8/+34 |
1999-12-14 | cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin. | Mumit Khan | 1 | -2/+3 |
1999-12-02 | cccp.c (argdata): Added free_ptr member. | Mike Karr | 1 | -1/+25 |
1999-11-28 | * cccp.c (do_include): Avoid initialization of automatic variable. | Philippe De Muyter | 1 | -1/+3 |
1999-11-25 | c-common.c (check_format_info): Don't call a variadic function with a non-lit... | Kaveh R. Ghazi | 1 | -9/+22 |
1999-10-31 | cccp.c (macroexpand): Avoid out of range accesses for omitted arguments. | Jeffrey A Law | 1 | -1/+6 |
1999-10-28 | cccp.c (rescan): Fixed obp pointer handling around call to check_expand subro... | Glen Nakamura | 1 | -0/+2 |
1999-10-26 | c-parse.in (cast_expr): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-10-25 | cccp.c (progname, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -245/+287 |
1999-10-03 | alias.c (nonlocal_reference_p): Add static prototype. | Kaveh R. Ghazi | 1 | -0/+2 |
1999-09-16 | system.h (CTYPE_CONV, [...]): New macros. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-09-09 | Makefile.in (cppexp.o): Depend on cpphash.h. | Geoff Keating | 1 | -25/+83 |
1999-09-08 | gansidecl.h (__attribute__, [...]): Delete. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-09-08 | * cccp.c (main): Fix handling of -include and -imacros options. | Andreas Schwab | 1 | -2/+2 |
1999-09-07 | Linas Vepstas <linas@linas.org> | Linas Vepstas | 1 | -2/+2 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -213/+292 |
1999-09-07 | c-aux-info.c (concat): Don't define. | Kaveh R. Ghazi | 1 | -86/+4 |
1999-07-30 | Fix typo in help message. | Jim Wilson | 1 | -1/+1 |
1999-05-31 | cccp.c (handle_directive): Handle backslash-newlines in quoted strings correc... | Mark Mitchell | 1 | -3/+25 |
1999-04-21 | cccp.c (simplify_filename): Always preserve leading double slash. | Mumit Khan | 1 | -12/+1 |
1999-04-17 | cccp.c: Make fatal non-static. | Zack Weinberg | 1 | -2/+2 |
1999-04-09 | cccp.c (DIR_SEPARATOR): Move to the top of the file. | Mark Elbrecht | 1 | -46/+76 |
1999-04-06 | cppinit.c (install_predefs): Delete function. | Zack Weinberg | 1 | -146/+0 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-18 | Warning fixes: | Kaveh R. Ghazi | 1 | -13/+13 |
1999-03-10 | cppfiles.c (INO_T_EQ): Handle UWIN. | Mumit Khan | 1 | -2/+4 |
1999-03-02 | Add ability to display omitted search directories. | Nick Clifton | 1 | -0/+11 |
1999-02-15 | cccp.c: Don't define HOST_WIDE_INT. | Kaveh R. Ghazi | 1 | -29/+9 |
1999-01-30 | cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined. | Jeffrey A Law | 1 | -0/+2 |
1999-01-29 | cccp.c (eprint_string): Constify a char*. | Kaveh R. Ghazi | 1 | -64/+64 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -130/+182 |
1999-01-22 | cppp.c (xrealloc): Fix typo last change. | Richard Henderson | 1 | -1/+1 |
1999-01-21 | cccp.c (xrealloc): Call malloc given a NULL old pointer. | Richard Henderson | 1 | -1/+5 |
1999-01-16 | cccp.c (print_help): Fix typos. | Jeffrey A Law | 1 | -2/+2 |
1999-01-13 | cccp.c (xstrdup): Renamed from `savestring'. | Kaveh R. Ghazi | 1 | -13/+12 |
1999-01-06 | Fix copyright dates. | Jeff Law | 1 | -1/+1 |
1999-01-05 | Makefile.in (gcc.o, [...]): Depend on prefix.h. | Kaveh R. Ghazi | 1 | -5/+5 |