aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
1998-11-26configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein2-0/+19
1998-11-24Makefile.in (just-check): Ignore errors.Marc Espie2-1/+5
1998-10-12config.shared (depend.new): delete libc-lock.h from dependencies, and fix _G_...Alexandre Oliva3-164/+108
1998-10-10config.shared (depend.new): Fix typo.Jeffrey A Law3-86/+180
1998-10-08Makefile.in (EXPECT): Look for "expect" in the correct place.Gavin Koch2-3/+8
1998-09-09configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...Manfred Hollstein1-4/+3
1998-09-09configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...Manfred Hollstein1-0/+6
1998-09-02configure.in: Fix INSTALLDIR replacement for cross-compile.H.J. Lu1-1/+1
1998-09-02configure.in: Fix INSTALLDIR replacement for cross-compile.H.J. Lu1-0/+4
1998-08-30Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to somethi...Lutz Wohlrab2-1/+6
1998-08-30* config.shared: Set libsubdir.H.J. Lu2-0/+5
1998-08-25(_IO_getline_info): Don't read anything for N==0.Ulrich Drepper2-2/+7
1998-08-23iomanip.h: Use __extension__ for `extern' explicit template instantiations.Mark Mitchell2-6/+15
1998-08-17Update.Ulrich Drepper1-0/+4
1998-08-17Define __PMT if not already defined.Ulrich Drepper1-1/+9
1998-08-04libioP.h: Use __PMT in typedefs.Andreas Jaeger3-24/+29
1998-06-29Update.Ulrich Drepper1-0/+3
1998-06-29Rewrite __PMT change so that it works with platforms defining __P butUlrich Drepper1-2/+8
1998-06-29Update.Ulrich Drepper1-0/+5
1998-06-29(__PMT): New macro. Defined like __P.Ulrich Drepper1-6/+8
1998-06-27libio.exp (test_libio): Reset ld_library_path before appending the same path(...Carlo Wood2-1/+8
1998-06-27Makefile.in (install): Remove superfluous /include.Manfred Hollstein1-2/+2
1998-06-27Makefile.in (install): Remove superfluous /include.Manfred Hollstein1-0/+4
1998-06-26Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein1-1/+2
1998-06-26Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein1-0/+5
1998-06-24configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1-3/+0
1998-06-24configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1-2/+7
1998-06-24configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1-0/+7
1998-06-24configure (gcc_version): Initialize properly depending on how and where confi...Manfred Hollstein1-0/+1
1998-06-24configure (gcc_version): Initialize properly depending on how and where confi...Manfred Hollstein1-0/+4
1998-06-19configure (gcc_version): Add new variable describing the particular gcc versi...Manfred Hollstein2-0/+5
1998-06-08Update.Andreas Schwab1-0/+5
1998-06-08(__underflow): Read character from read pointer as unsigned.Andreas Schwab1-3/+3
1998-05-22Update.Ulrich Drepper1-1/+6
1998-05-22(_IO_str_underflow): Read newly available character from buffer as unsigned.Ulrich Drepper1-2/+2
1998-05-06typo typo fixes fixesJeff Law4-5/+5
1998-04-19* isgetline.cc (istream::get): Fix a typo.H.J. Lu2-3/+5
1998-03-05config.table: Make locating frag files failsafe even for the special case if...Manfred Hollstein1-0/+8
1998-03-05config.table: Make locating frag files failsafe even for the special case if...Manfred Hollstein1-0/+5
1998-02-24Changes for _G_IO_IO_FILE_VERSION == 0x20001:Andreas Schwab7-2/+79
1998-02-22configure.in: For *-*-cygwin32*, add a -I for winsup to both XCINCLUDES and X...Jeff Law4-9/+44
1998-02-17linux.mt (IO_OBJECTS): Add iogetline.o.H.J. Lu7-32/+90
1998-02-12fileops.c: #include <unistd.h>.Jeff Law1-0/+1
1998-02-12fileops.c: #include <unistd.h>.Krister Walfridsson1-0/+1
1998-02-12fileops.c: #include <unistd.h>.Krister Walfridsson1-0/+5
1998-02-10iostream.cc (ostream::operator<<(long double)): Don't use labeled initializers.Mark Mitchell2-26/+31
1998-02-05config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.Manfred Hollstein2-5/+12
1998-02-01Fix typo in hj's ChangeLog entry.Jeff Law1-1/+1
1998-02-01iostream.cc (istream::operator>>(long double&)): Scan value into separate var...Andreas Schwab3-10/+27
1998-02-01filebuf.cc (filebuf::open): Call _IO_file_open if _G_HAVE_IO_FILE_OPEN is 1.H.J. Lu6-4/+112