summaryrefslogtreecommitdiff
path: root/gcc/cppcharset.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* cppcharset.c (one_iso88591_to_utf8): New function.Eric Christopher2004-01-161-7/+84
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-4/+4
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-25/+31
* * cppcharset.c (one_utf8_to_utf16): Initialize 's' to silence warning.Richard Henderson2003-10-301-1/+1
* * cppcharset.c (one_utf8_to_utf32): Initialize 's' to silence warning.Jan Hubicka2003-10-251-1/+1
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-1/+1
* cppcharset.c, cpphash.h: Rename 'struct strbuf' to 'struct _cpp_strbuf'.Nathanael Nerode2003-09-261-15/+17
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-2/+0
* c-format.c: Fix comment formatting.Kazu Hirata2003-07-121-1/+1
* cppcharset.c: Fix comment.Zack Weinberg2003-07-111-37/+39
* cppcharset.c (one_utf8_to_cppchar, [...]): New functions.Zack Weinberg2003-07-101-128/+582
* cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.Andrew Pinski2003-07-071-2/+4
* cppcharset.c: Use the correct return type for the fallback iconv macro.Zack Weinberg2003-07-051-1/+1
* cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2003-07-051-467/+771
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg2003-06-171-8/+3
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.Andreas Jaeger2003-04-211-4/+4
* Makefile.in (LIBCPP_OBJS): Add cppcharset.o.Neil Booth2003-04-201-0/+591