summaryrefslogtreecommitdiff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* More FSF address updates.Jeff Law1999-01-113-3/+6
* configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein1998-11-262-0/+19
* Makefile.in (just-check): Ignore errors.Marc Espie1998-11-242-1/+5
* config.shared (depend.new): delete libc-lock.h from dependencies, and fix _G_...Alexandre Oliva1998-10-123-164/+108
* config.shared (depend.new): Fix typo.Jeffrey A Law1998-10-103-86/+180
* Makefile.in (EXPECT): Look for "expect" in the correct place.Gavin Koch1998-10-082-3/+8
* configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...Manfred Hollstein1998-09-091-4/+3
* configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...Manfred Hollstein1998-09-091-0/+6
* configure.in: Fix INSTALLDIR replacement for cross-compile.H.J. Lu1998-09-021-1/+1
* configure.in: Fix INSTALLDIR replacement for cross-compile.H.J. Lu1998-09-021-0/+4
* Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to somethi...Lutz Wohlrab1998-08-302-1/+6
* * config.shared: Set libsubdir.H.J. Lu1998-08-302-0/+5
* (_IO_getline_info): Don't read anything for N==0.Ulrich Drepper1998-08-252-2/+7
* iomanip.h: Use __extension__ for `extern' explicit template instantiations.Mark Mitchell1998-08-232-6/+15
* Update.Ulrich Drepper1998-08-171-0/+4
* Define __PMT if not already defined.Ulrich Drepper1998-08-171-1/+9
* libioP.h: Use __PMT in typedefs.Andreas Jaeger1998-08-043-24/+29
* Update.Ulrich Drepper1998-06-291-0/+3
* Rewrite __PMT change so that it works with platforms defining __P butUlrich Drepper1998-06-291-2/+8
* Update.Ulrich Drepper1998-06-291-0/+5
* (__PMT): New macro. Defined like __P.Ulrich Drepper1998-06-291-6/+8
* libio.exp (test_libio): Reset ld_library_path before appending the same path(...Carlo Wood1998-06-272-1/+8
* Makefile.in (install): Remove superfluous /include.Manfred Hollstein1998-06-271-2/+2
* Makefile.in (install): Remove superfluous /include.Manfred Hollstein1998-06-271-0/+4
* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein1998-06-261-1/+2
* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.Manfred Hollstein1998-06-261-0/+5
* configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1998-06-241-3/+0
* configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1998-06-241-2/+7
* configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1998-06-241-0/+7
* configure (gcc_version): Initialize properly depending on how and where confi...Manfred Hollstein1998-06-241-0/+1
* configure (gcc_version): Initialize properly depending on how and where confi...Manfred Hollstein1998-06-241-0/+4
* configure (gcc_version): Add new variable describing the particular gcc versi...Manfred Hollstein1998-06-192-0/+5
* Update.Andreas Schwab1998-06-081-0/+5
* (__underflow): Read character from read pointer as unsigned.Andreas Schwab1998-06-081-3/+3
* Update.Ulrich Drepper1998-05-221-1/+6
* (_IO_str_underflow): Read newly available character from buffer as unsigned.Ulrich Drepper1998-05-221-2/+2
* typo typo fixes fixesJeff Law1998-05-064-5/+5
* * isgetline.cc (istream::get): Fix a typo.H.J. Lu1998-04-192-3/+5
* config.table: Make locating frag files failsafe even for the special case if...Manfred Hollstein1998-03-051-0/+8
* config.table: Make locating frag files failsafe even for the special case if...Manfred Hollstein1998-03-051-0/+5
* Changes for _G_IO_IO_FILE_VERSION == 0x20001:Andreas Schwab1998-02-247-2/+79
* configure.in: For *-*-cygwin32*, add a -I for winsup to both XCINCLUDES and X...Jeff Law1998-02-224-9/+44
* linux.mt (IO_OBJECTS): Add iogetline.o.H.J. Lu1998-02-177-32/+90
* fileops.c: #include <unistd.h>.Jeff Law1998-02-121-0/+1
* fileops.c: #include <unistd.h>.Krister Walfridsson1998-02-121-0/+1
* fileops.c: #include <unistd.h>.Krister Walfridsson1998-02-121-0/+5
* iostream.cc (ostream::operator<<(long double)): Don't use labeled initializers.Mark Mitchell1998-02-102-26/+31
* config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.Manfred Hollstein1998-02-052-5/+12
* Fix typo in hj's ChangeLog entry.Jeff Law1998-02-011-1/+1
* iostream.cc (istream::operator>>(long double&)): Scan value into separate var...Andreas Schwab1998-02-013-10/+27