summaryrefslogtreecommitdiff
path: root/libio
Commit message (Collapse)AuthorAgeFilesLines
* * gen-params: Added trailing space for 'long long int' regexp.law2000-07-232-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35200 138bc75d-0d04-0410-961f-82ee72b054a4
* in libiberty/ChangeLog:samuel2000-06-303-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34811 138bc75d-0d04-0410-961f-82ee72b054a4
* Revert previous patchmmitchel2000-06-103-11/+32
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34482 138bc75d-0d04-0410-961f-82ee72b054a4
* * libioP.h: Remove old ABI mangling code.mmitchel2000-06-083-32/+11
| | | | | | | * stdstrbufs.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34459 138bc75d-0d04-0410-961f-82ee72b054a4
* * libioP.h: Handle new ABI mangling.mmitchel2000-06-043-4/+22
| | | | | | | * stdstrbufs.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34395 138bc75d-0d04-0410-961f-82ee72b054a4
* Update.drepper2000-05-241-4/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34129 138bc75d-0d04-0410-961f-82ee72b054a4
* (endl): Fix bug in last change.drepper2000-05-241-2/+3
| | | | | | | (ends): Make same change as for endl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34128 138bc75d-0d04-0410-961f-82ee72b054a4
* * iostream.cc (endl): Verify stream can accept characterslaw2000-05-242-1/+8
| | | | | | | before writing its eol. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34122 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/testsuite:zack2000-05-232-0/+6
| | | | | | | | | | | | | | | | | | | | | | * c-torture/execute/bcp-1.c: Replace abort in arg of __builtin_constant_p with a generic external function. * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c, gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c, gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c, gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c: Prototype abort and/or exit. * gcc.dg/990407-1.c, gcc.dg/strpaste.c, gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c, gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c, gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h. libio/tests: * tfformat.c: Include stdlib.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34110 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.shared: Change "pic" to depend on $(PICFLAG), notdje2000-05-162-7/+14
| | | | | | | on $(enable_shared). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33920 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-11 Robert Lipe <robertlipe@usa.net>robertl2000-05-113-4/+6
| | | | | | | | * configure.in: Remove special casing for sco3.2v[45]. * config/sco4.mt: Deleted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33864 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.table: Use mh-sparcpic for sparc*-*-*.jakub2000-05-112-0/+5
| | | | | | | * configure.in: Use mh-sparcpic for sparc*-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33848 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Indent the # of #include_next one space.zack2000-04-022-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32871 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: -linux-gnu*, not -linux-gnu.jason2000-03-302-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32823 138bc75d-0d04-0410-961f-82ee72b054a4
* * fstream.h (ifstream::ifstream): Add ios::in to mode.loewis2000-01-282-5/+12
| | | | | | | | | (ifstream::open): Likewise. (ofstream::ofstream): Add ios::out to mode. (ofstream::open): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31666 138bc75d-0d04-0410-961f-82ee72b054a4
* * dbz/dbz.c, dbz/dbzmain.c: Include stdlib.h. Don't declarezack2000-01-283-12/+8
| | | | | | | | malloc, calloc, free, atol, atoi, or errno. (errno.h was already being included.) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31659 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (*-*-beos*): Recognize.jason2000-01-133-0/+31
| | | | | | | * config/beos.mt: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31374 138bc75d-0d04-0410-961f-82ee72b054a4
* * libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead ofjakub1999-12-225-34/+49
| | | | | | | | | | | | | | | | | _IO_fpos_t. (_IO_seekoff, _IO_seekpos): Likewise. Use _IO_off64_t instead of _IO_fpos64_t. * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t): Likewise. (_IO_seekoff, _IO_seekpos): Likewise. (_IO_default_seekoff, _IO_default_seekpos): Likewise. (_IO_default_seek): Likewise. (_IO_file_seekoff, _IO_file_seek, _IO_str_seekoff): Likewise. * streambuf.h (streampos): Typedef to _IO_off_t resp. _IO_off64_t. * parsestream.h (class parsebuf::pos_at_line_start): Change type to _IO_off_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31068 138bc75d-0d04-0410-961f-82ee72b054a4
* Add commentary:Remove seek for ios::app if not.loewis1999-12-211-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31059 138bc75d-0d04-0410-961f-82ee72b054a4
* * filebuf.cc (open): Support ios::ate if _G_HAVE_IO_FILE_OPEN.loewis1999-12-212-4/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31057 138bc75d-0d04-0410-961f-82ee72b054a4
* * filedoalloc.c, floatio.h, iovfprintf.c, iovfscanf.c: Removejason1999-12-155-44/+103
| | | | | | | | | advertising clause from BSD license, pursuant with ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30947 138bc75d-0d04-0410-961f-82ee72b054a4
* * strstream.h (strstreambuf::streambuf): Rename parameters toloewis1999-12-153-5/+11
| | | | | | | | avoid shadow warning. * stream.h (WS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30941 138bc75d-0d04-0410-961f-82ee72b054a4
* * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.law1999-09-304-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29725 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Recognize target *vxworks* and add fragment vxworks.mt.law1999-09-274-8/+21
| | | | | | | | * config/vxworks.mt: New file. * gen-params: Let configure override HAVE_PRINTF_FP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29679 138bc75d-0d04-0410-961f-82ee72b054a4
* Kill RCSid strings.law1999-09-272-8/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29678 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mpeix.mt: New for MPEiX port.law1999-09-132-0/+24
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29374 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add mpeix.mt make fragment.law1999-09-082-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29202 138bc75d-0d04-0410-961f-82ee72b054a4
* dummy checkin to prevent merge lossagelaw1999-09-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29102 138bc75d-0d04-0410-961f-82ee72b054a4
* * streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in theoliva1999-08-092-1/+6
| | | | | | | global scope. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28604 138bc75d-0d04-0410-961f-82ee72b054a4
* * iostream.cc: Add missing calls to isfx and setup a cleanuplaw1999-08-076-7/+94
| | | | | | | | | | | region for the locked stream. * iostream.h: Likewise. * isgetline.cc: Likewise. * isgetsb.cc: Likewise. * isscan.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28573 138bc75d-0d04-0410-961f-82ee72b054a4
* 8law1999-06-292-1/+5
| | | | | | | * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27836 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/libio.exp (test_libio): Use additional_flags, notmmitchel1999-06-232-1/+6
| | | | | | | additional_options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27716 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Added DG/UX target fragmentlaw1999-06-012-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27294 138bc75d-0d04-0410-961f-82ee72b054a4
* * libio/dgux.mt: New file for DG/UX configuration of libiolaw1999-05-302-0/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27248 138bc75d-0d04-0410-961f-82ee72b054a4
* libchill, libf2c, libobjc:law1999-05-202-13/+5
| | | | | | | | | | | | * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. libio, libstdc++ * configure.in: Test for ${compiler_name}.exe as well. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27050 138bc75d-0d04-0410-961f-82ee72b054a4
* * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined.law1999-05-172-6/+13
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26980 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (compiler_name): Don't do the skip-this-dir thingjason1999-05-122-1/+8
| | | | | | | if we're reconfiguring. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26899 138bc75d-0d04-0410-961f-82ee72b054a4
* * streambuf.h (ios::~ios): Use operator delete[] to remove _arrays.nathan1999-04-292-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26691 138bc75d-0d04-0410-961f-82ee72b054a4
* Fixed some old ChangeLog entries I wrote before becoming aware of the GNUoliva1999-04-271-3/+3
| | | | | | | coding standards. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26679 138bc75d-0d04-0410-961f-82ee72b054a4
* * filedoalloc.c (_POSIX_SOURCE): Remove definition.law1999-04-127-11/+14
| | | | | | | | | | | * fileops.c (_POSIX_SOURCE): Likewise. * iopopen.c (_POSIX_SOURCE): Likewise. * procbuf.cc (_POSIX_SOURCE): Likewise. * libioP.h (_POSIX_SOURCE): And define it here. * stdiostream.cc: Include libioP.h before others. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26380 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Check cygwin*, not cygwin32*.law1999-04-072-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26235 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure (gxx_include_dir): Removed.law1999-04-023-0/+35
| | | | | | | | | | | | * configure.in (gxx_include_dir): Handle it. * Makefile.in: Likewise. * libio/configure.in (gxx_include_dir): Handle it. * libio/Makefile.in: Likewise. * libstdc++/configure.in (gxx_include_dir): Handle it. * libstdc++/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26126 138bc75d-0d04-0410-961f-82ee72b054a4
* 0law1999-03-241-3/+18
| | | | | | | | * configure.in (EXEEXT): Define. (compiler_name): Use. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25950 138bc75d-0d04-0410-961f-82ee72b054a4
* 8law1999-03-241-0/+5
| | | | | | | | * configure.in (EXEEXT): Define. (compiler_name): Use. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25949 138bc75d-0d04-0410-961f-82ee72b054a4
* * gen-params (CONFIG_NM): test ... -o ... is not portableoliva1999-03-232-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25935 138bc75d-0d04-0410-961f-82ee72b054a4
* Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>law1999-03-112-5/+11
| | | | | | | * configure.in: Cleanup and add mh-*pic handling for arm, powerpc git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25690 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIOlaw1999-03-0510-13/+36
| | | | | | | | | | | | | | | | -D_G_HAVE_WEAK_SYMBOL. * genops.c: Add the proper weak alias if _G_STDIO_USES_LIBIO and _G_HAVE_WEAK_SYMBOL are defined. * iofclose.c: Likewise. * iofeof.c: Likewise. * ioferror.c: Likewise. * iogetc.c: Likewise. * ioputc.c: Likewise. * iovsprintf.c: Likewise. * iovsscanf.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25590 138bc75d-0d04-0410-961f-82ee72b054a4
* * gen-params (VTABLE_LABEL_PREFIX): Handle windows32.law1999-02-102-4/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25130 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (iostream.list): Remove dependency onlaw1999-02-033-3/+18
| | | | | | | | | | stamp-picdir. ($(LIBIOSTREAM_DEP)): Depend on stamp-picdir. ($(LIBIO_FILES)): Similarly. * config.shared (all): Make $(PICDIR) concurrent. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25012 138bc75d-0d04-0410-961f-82ee72b054a4
* Undo previous change. Ulrich wants the problem hanled differently.law1999-01-302-8/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24918 138bc75d-0d04-0410-961f-82ee72b054a4