summaryrefslogtreecommitdiff
path: root/libio
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * stdiostream.cc (_POSIX_SOURCE): Define.law1999-01-302-1/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24915 138bc75d-0d04-0410-961f-82ee72b054a4
* More FSF address updates.law1999-01-113-3/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24615 138bc75d-0d04-0410-961f-82ee72b054a4
* ./ChangeLog:manfred1998-11-262-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog: 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23892 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-11-252-1/+5
| | | | | | | * Makefile.in (just-check): Ignore errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23843 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.shared (depend.new): delete libc-lock.h fromoliva1998-10-123-164/+108
| | | | | | | | dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule * depend: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23008 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.shared (depend.new): Fix typo.law1998-10-113-86/+180
| | | | | | | * depend: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22982 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (EXPECT) : Look for "expect" in the correctlaw1998-10-082-3/+8
| | | | | | | place. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22943 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-09-091-4/+3
| | | | | | | | | | | | | * libio/configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value; don't change its value if --enable-version-specific-runtime-libs has been specified. * libstdc++/Makefile.in (install): Initialize RELINSTALLDIR correctly even for multilib and cross configurations. * libstdc++/configure.in (INSTALLDIR): Don't change INSTALLDIR's init value if --enable-version-specific-runtime-libs has been specified. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22353 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-09-091-0/+6
| | | | | | | | | | | | | * libio/configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value; don't change its value if --enable-version-specific-runtime-libs has been specified. * libstdc++/Makefile.in (install): Initialize RELINSTALLDIR correctly even for multilib and cross configurations. * libstdc++/configure.in (INSTALLDIR): Don't change INSTALLDIR's init value if --enable-version-specific-runtime-libs has been specified. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22352 138bc75d-0d04-0410-961f-82ee72b054a4
* (law1998-09-021-1/+1
| | | | | | | * configure.in: Fix INSTALLDIR replacement for cross-compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22196 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-09-021-0/+4
| | | | | | | * configure.in: Fix INSTALLDIR replacement for cross-compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22195 138bc75d-0d04-0410-961f-82ee72b054a4
* * dbz/Makefile.in: Avoid assumptions about "tr" behaves whenlaw1998-08-302-1/+6
| | | | | | | LANG is set to something other than English. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22119 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.shared: Set libsubdir.law1998-08-302-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22112 138bc75d-0d04-0410-961f-82ee72b054a4
* (_IO_getline_info): Don't read anything for N==0.drepper1998-08-252-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21973 138bc75d-0d04-0410-961f-82ee72b054a4