aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinternals.texi
AgeCommit message (Collapse)AuthorFilesLines
2001-06-01c-tree.texi, [...]: Move to doc subdirectory.DJ Delorie1-430/+0
* c-tree.texi, contrib.texi, cpp.texi, cppinternals.texi, extend.texi, fdl.texi, gcov.texi, invoke.texi, md.texi, objc.texi, rtl.texi, tm.texi, texinfo.tex: Move to doc subdirectory. * install.texi: Move to doc/install-old.texi. * gcc.texi: Move to doc, refer to install-old.texi. * Makefile.in: Reflect move of docs to doc/. * f/Make-lang.in: Ditto. * java/Make-lang.in: Ditto. * doc/.cvsignore: New. From-SVN: r42779
2001-05-11c-lex.c (lex_charconst): Convert into a simple wrapper around ↵Neil Booth1-1/+1
cpp_interpret_charconst... * c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_charconst, to which most of the code body is moved. * cppexp.c (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE, MAX_LONG_TYPE_SIZE, MAX_INT_TYPE_SIZE, MAX_CHAR_TYPE_MASK, MAX_WCHAR_TYPE_MASK, parse_escape, parse_charconst): Remove. (lex): Use cpp_interpret_charconst. * cpplex.c (parse_escape, read_ucs, cpp_interpret_charconst, hex_digit_value): New functions. (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): New macros. * cpplib.h (cpp_interpret_charconst): New prototype. * Makefile.in: Update. From-SVN: r41978
2001-03-12* cppinternals.texi: Update for file handling.Neil Booth1-9/+72
From-SVN: r40432
2001-03-06* cppinternals.texi: Update.Neil Booth1-16/+81
From-SVN: r40267
2001-01-19* cppinternals.texi: Update.Neil Booth1-11/+88
From-SVN: r39144
2001-01-13Makefile.in (info, [...]): Also build and remove and install and uninstall ↵Joseph Myers1-4/+4
c-tree.info and cppinternals.info. * Makefile.in (info, maintainer-clean, install-info, uninstall): Also build and remove and install and uninstall c-tree.info and cppinternals.info. ($(srcdir)/gcc.info): Add dependency on contrib.texi. ($(srcdir)/cppinternals.info): New target. * c-tree.texi: Change file name used when makeinfo used without -o from ir.info to c-tree.info. Add info directory entry. * cppinternals.texi: Add info directory entry. * .cvsignore: Update. cp: * Make-lang.in (c++.info, c++.install-info): Build and install g++ internals info. (c++.uninstall, c++.maintainer-clean): Remove g++ internals info. ($(srcdir)/cp/g++int.info): New target. * gxxint.texi: Add info directory entry. Use @@ in email address. * .cvsignore: Update. From-SVN: r38970
2000-12-04* cppinternals.texi: New file.Neil Booth1-0/+225
From-SVN: r37990