aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2005-04-11configure.ac (fixincludes_UNLOCKED_FUNCS): New.Kaveh R. Ghazi5-31/+971
2005-04-06rw.po: New file.Joseph Myers2-0/+971
2005-04-05re PR preprocessor/19475 (missing whitespace after macro name in C90 or C++)Jakub Jelinek2-2/+41
2005-03-29* de.po: Update.Joseph Myers2-15/+18
2005-03-28lex.c (warn_about_normalization): Cast field width to int to avoid warning.Andreas Jaeger2-3/+8
2005-03-19config.gcc: Consistently use solaris2.1[0-9]* instead of solaris2.1[0-9].Joseph Myers3-2/+8
2005-03-16charset.c (_cpp_valid_ucn): In identifiers, reject a partial UCN rather than ...Geoffrey Keating2-4/+13
2005-03-15Index: libcpp/ChangeLogGeoffrey Keating2-1/+6
2005-03-15Index: gcc/ChangeLogGeoffrey Keating10-548/+1402
2005-03-12Index: libcpp/ChangeLogGeoffrey Keating7-42/+198
2005-03-04tr.po: Update.Joseph Myers3-9/+839
2005-03-04re PR preprocessor/20282 (gcc4 can not bootstrap itself anymore)Jakub Jelinek2-2/+9
2005-03-04be.po, [...]: Update.Joseph Myers12-969/+1110
2005-02-28directives.c (do_line): Save sysp early before line table is realloc'ed.Devang Patel2-1/+11
2005-02-25* cpplib.pot: Regenerate.Joseph Myers2-92/+122
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg3-14/+75
2005-02-19charset.c (_cpp_convert_input): Check '\r' before inserting '\n' at the end.Devang Patel2-1/+14
2005-02-15re PR preprocessor/19077 (Internal compiler error compiling MPlayer)Eric Christopher2-4/+15
2005-02-14directives.c, [...]: Update copyright.Kazu Hirata8-7/+13
2005-02-14re PR bootstrap/19818 (GCC 4.0 cannot bootstrap itself)Paolo Bonzini7-7/+179
2005-02-09files.c (pchf_adder): Remove.Mike Stump2-57/+46
2005-01-23re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)Joseph Myers2-1/+9
2005-01-11* include/cpplib.h: Also update copyright years.Tobias Schlüter2-1/+4
2005-01-11* include/cpplib.h (c_lang): Fix comment to say cpp_create_reader.Tobias Schlüter2-1/+5
2005-01-04Index: libcpp/ChangeLogGeoffrey Keating2-1/+14
2005-01-02internal.h: Update references to Cpp lib filenames.Gabriel Dos Reis6-21/+29
2004-12-15* fr.po: Update.Joseph Myers2-6/+9
2004-12-15re PR preprocessor/15167 (Internal compiler error with "#pragma once")Eric Botcazou2-6/+50
2004-12-04* tr.po: Update.Joseph Myers2-24/+30
2004-12-02* es.po: Update.Joseph Myers2-19217/+10
2004-12-02be.po, [...]: Update.Joseph Myers12-4173/+104767
2004-11-28re PR preprocessor/17610 (Empty #include statement halts gcc)Nathanael Nerode2-0/+14
2004-11-27internal.h: Replace all uses of uchar with unsigned char.Roger Sayle3-46/+59
2004-11-27* cpplib.pot: Regenerate.Joseph Myers2-48/+52
2004-11-24aclocal.m4: Regenerate.Kelley Cook2-1/+5
2004-11-24re PR preprocessor/15824 (uchar redefinition warnings in libcpp)Roger Sayle3-4/+9
2004-11-23sol2-c.c (solaris_register_pragmas): Use c_register_pragma_with_expansion.Daniel Jacobowitz4-16/+50
2004-11-18configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set need_64bit_hwint=yes.Daniel Jacobowitz3-0/+9
2004-11-09* cpplib.pot: Regenerate.Joseph Myers2-329/+375
2004-11-09Makefile.in ($(PACKAGE).pot): New rule.Joseph Myers2-3/+16
2004-11-04internal.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H as well.Zack Weinberg2-1/+11
2004-10-27re PR c++/18075 (#pragma implementation broken in presence of #pragma ident)Zack Weinberg2-31/+41
2004-10-14errors.c (_cpp_begin_message): Print "error: " for errors.Joseph Myers2-0/+6
2004-10-11Remove extra whitespace.Andreas Jaeger1-1/+1
2004-10-11makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.Andreas Jaeger3-1/+7
2004-10-08pch.c (cpp_write_pch_state): Remove variable z as it is not used.Andrew Pinski2-5/+7
2004-09-29directives.c (cpp_handle_deferred_pragma): Save, clear and restore cb.line_ch...Per Bothner2-0/+10
2004-09-24warnings.m4: New file.Zack Weinberg6-13/+205
2004-09-22gettext-sister.m4: Renamed from gettext.m4Kelley Cook5-964/+39
2004-09-18* charset.c (_cpp_destroy_iconv, emit_numeric_escape)Zack Weinberg2-6/+26