aboutsummaryrefslogtreecommitdiff
path: root/libio/stdstrbufs.cc
AgeCommit message (Collapse)AuthorFilesLines
2001-02-05Remove libioMark Mitchell1-134/+0
From-SVN: r39453
2000-06-30in libiberty/ChangeLog:Alex Samuel1-3/+3
* cp-demangle.c (demangle_encoding): Accept no substitutions. (demangle_name): Handle <substitution> followed by <unqualified-template-name>. (demangle_type): Follow special substitutions with <class-enum-type> (demangle_subtitution): Set template_p for special substitutions. (main): Fix typos. in gcc/cp/ChangeLog: * mangle.c (find_substitution): Use same_type_p. (write_encoding): Don't check for substitutions. in libio/ChangeLog: * libioP.h (VTABLE_LABEL): Update for new vtable mangling. * stdstrbufs.cc (filebuf_vtable): Likewise. (stdiobuf_vtable): Likewise. From-SVN: r34811
2000-06-10Revert previous patchMark Mitchell1-3/+19
From-SVN: r34482
2000-06-08libioP.h: Remove old ABI mangling code.Mark Mitchell1-19/+3
* libioP.h: Remove old ABI mangling code. * stdstrbufs.cc: Likewise. From-SVN: r34459
2000-06-04libioP.h: Handle new ABI mangling.Mark Mitchell1-0/+8
* libioP.h: Handle new ABI mangling. * stdstrbufs.cc: Likewise. From-SVN: r34395
1997-11-18* stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.H.J. Lu1-1/+1
From-SVN: r16567
1997-09-16Uli's libio/libstdc++ patches.Ulrich Drepper1-7/+18
From-SVN: r15486
1997-08-21Initial revisionJason Merrill1-0/+115
From-SVN: r14877