| Commit message (Expand) | Author | Age | Files | Lines |
* | fstream.h (ifstream::ifstream): Add ios::in to mode. | Martin v. Löwis | 2000-01-28 | 2 | -5/+12 |
* | dbz.c, dbzmain.c: Include stdlib.h. | Zack Weinberg | 2000-01-28 | 3 | -12/+8 |
* | configure.in (*-*-beos*): Recognize. | Fred Fish | 2000-01-12 | 3 | -0/+31 |
* | libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of _IO_fpos_t. | Jakub Jelinek | 1999-12-22 | 5 | -34/+49 |
* | Add commentary:Remove seek for ios::app if not. | Martin v. Löwis | 1999-12-21 | 1 | -0/+1 |
* | * filebuf.cc (open): Support ios::ate if _G_HAVE_IO_FILE_OPEN. | Martin v. Löwis | 1999-12-21 | 2 | -4/+16 |
* | filedoalloc.c, [...]: Remove advertising clause from BSD license, pursuant with | Jason Merrill | 1999-12-15 | 5 | -44/+103 |
* | strstream.h (strstreambuf::streambuf): Rename parameters to avoid shadow warn... | Martin v. Löwis | 1999-12-15 | 3 | -5/+11 |
* | * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h. | Jeffrey A Law | 1999-09-30 | 4 | -0/+7 |
* | configure.in: Recognize target *vxworks* and add fragment vxworks.mt. | Ulrich Drepper | 1999-09-27 | 4 | -8/+21 |
* | Kill RCSid strings. | Jeff Law | 1999-09-27 | 2 | -8/+0 |
* | * config/mpeix.mt: New for MPEiX port. | Mark Klein | 1999-09-13 | 2 | -0/+24 |
* | * configure.in: Add mpeix.mt make fragment. | Mark Klein | 1999-09-08 | 2 | -0/+5 |
* | dummy checkin to prevent merge lossage | Jeff Law | 1999-09-04 | 1 | -1/+1 |
* | streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the global scope. | Alexandre Oliva | 1999-08-09 | 2 | -1/+6 |
* | iostream.cc: Add missing calls to isfx and setup a cleanup region for the loc... | Andreas Schwab | 1999-08-07 | 6 | -7/+94 |
* | configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". | Hans-Peter Nilsson | 1999-06-28 | 2 | -1/+5 |
* | libio.exp (test_libio): Use additional_flags, not additional_options. | Mark Mitchell | 1999-06-23 | 2 | -1/+6 |
* | * configure.in: Added DG/UX target fragment | Eric Raskin | 1999-06-01 | 2 | -1/+6 |
* | * libio/dgux.mt: New file for DG/UX configuration of libio | Eric Raskin | 1999-05-30 | 2 | -0/+29 |
* | libchill, libf2c, libobjc: | Jeff Law | 1999-05-19 | 2 | -13/+5 |
* | * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined. | Mark Kettenis | 1999-05-17 | 2 | -6/+13 |
* | configure.in (compiler_name): Don't do the skip-this-dir thing if we're recon... | Jason Merrill | 1999-05-12 | 2 | -1/+8 |
* | * streambuf.h (ios::~ios): Use operator delete[] to remove _arrays. | Nathan Sidwell | 1999-04-29 | 2 | -1/+7 |
* | Fixed some old ChangeLog entries I wrote before becoming aware of the GNU | Alexandre Oliva | 1999-04-27 | 1 | -3/+3 |
* | filedoalloc.c (_POSIX_SOURCE): Remove definition. | Mumit Khan | 1999-04-12 | 7 | -11/+14 |
* | * configure.in: Check cygwin*, not cygwin32*. | Geoffrey Noer | 1999-04-06 | 2 | -1/+5 |
* | configure (gxx_include_dir): Removed. | H.J. Lu | 1999-04-02 | 3 | -0/+35 |
* | configure.in (EXEEXT): Define. | Mumit Khan | 1999-03-24 | 1 | -3/+18 |
* | configure.in (EXEEXT): Define. | Mumit Khan | 1999-03-24 | 1 | -0/+5 |
* | * gen-params (CONFIG_NM): test ... -o ... is not portable | Alexandre Oliva | 1999-03-23 | 2 | -2/+7 |
* | configure.in: Cleanup and add mh-*pic handling for arm, powerpc | Franz Sirl | 1999-03-10 | 2 | -5/+11 |
* | linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO -D_G_HAVE_WEAK_SYMBOL. | H.J. Lu | 1999-03-04 | 10 | -13/+36 |
* | * gen-params (VTABLE_LABEL_PREFIX): Handle windows32. | Mumit Khan | 1999-02-10 | 2 | -4/+12 |
* | Makefile.in (iostream.list): Remove dependency on stamp-picdir. | H.J. Lu | 1999-02-03 | 3 | -3/+18 |
* | Undo previous change. Ulrich wants the problem hanled differently. | Jeff Law | 1999-01-30 | 2 | -8/+1 |
* | * stdiostream.cc (_POSIX_SOURCE): Define. | Mumit Khan | 1999-01-30 | 2 | -1/+8 |
* | More FSF address updates. | Jeff Law | 1999-01-11 | 3 | -3/+6 |
* | configure (skip-this-dir): Add handling for new shell script... | Manfred Hollstein | 1998-11-26 | 2 | -0/+19 |
* | Makefile.in (just-check): Ignore errors. | Marc Espie | 1998-11-24 | 2 | -1/+5 |
* | config.shared (depend.new): delete libc-lock.h from dependencies, and fix _G_... | Alexandre Oliva | 1998-10-12 | 3 | -164/+108 |
* | config.shared (depend.new): Fix typo. | Jeffrey A Law | 1998-10-10 | 3 | -86/+180 |
* | Makefile.in (EXPECT): Look for "expect" in the correct place. | Gavin Koch | 1998-10-08 | 2 | -3/+8 |
* | configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value... | Manfred Hollstein | 1998-09-09 | 1 | -4/+3 |
* | configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value... | Manfred Hollstein | 1998-09-09 | 1 | -0/+6 |
* | configure.in: Fix INSTALLDIR replacement for cross-compile. | H.J. Lu | 1998-09-02 | 1 | -1/+1 |
* | configure.in: Fix INSTALLDIR replacement for cross-compile. | H.J. Lu | 1998-09-02 | 1 | -0/+4 |
* | Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to somethi... | Lutz Wohlrab | 1998-08-30 | 2 | -1/+6 |
* | * config.shared: Set libsubdir. | H.J. Lu | 1998-08-30 | 2 | -0/+5 |
* | (_IO_getline_info): Don't read anything for N==0. | Ulrich Drepper | 1998-08-25 | 2 | -2/+7 |