- 27 Sep, 1999 2 commits
-
-
* configure.in: Recognize target *vxworks* and add fragment vxworks.mt. * config/vxworks.mt: New file. * gen-params: Let configure override HAVE_PRINTF_FP. From-SVN: r29679
Ulrich Drepper committed -
From-SVN: r29678
Jeff Law committed
-
- 13 Sep, 1999 1 commit
-
-
From-SVN: r29374
Mark Klein committed
-
- 08 Sep, 1999 1 commit
-
-
From-SVN: r29202
Mark Klein committed
-
- 04 Sep, 1999 1 commit
-
-
From-SVN: r29102
Jeff Law committed
-
- 09 Aug, 1999 1 commit
-
-
* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the global scope. From-SVN: r28604
Alexandre Oliva committed
-
- 07 Aug, 1999 1 commit
-
-
* iostream.cc: Add missing calls to isfx and setup a cleanup region for the locked stream. * iostream.h: Likewise. * isgetline.cc: Likewise. * isgetsb.cc: Likewise. * isscan.cc: Likewise. From-SVN: r28573
Andreas Schwab committed
-
- 29 Jun, 1999 1 commit
-
-
8 * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..". From-SVN: r27836
Hans-Peter Nilsson committed
-
- 23 Jun, 1999 1 commit
-
-
* lib/libio.exp (test_libio): Use additional_flags, not additional_options. From-SVN: r27716
Mark Mitchell committed
-
- 01 Jun, 1999 1 commit
-
-
From-SVN: r27294
Eric Raskin committed
-
- 30 May, 1999 1 commit
-
-
From-SVN: r27248
Eric Raskin committed
-
- 20 May, 1999 1 commit
-
-
* 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. From-SVN: r27050
Jeff Law committed
-
- 17 May, 1999 1 commit
-
-
From-SVN: r26980
Mark Kettenis committed
-
- 12 May, 1999 1 commit
-
-
* configure.in (compiler_name): Don't do the skip-this-dir thing if we're reconfiguring. From-SVN: r26899
Jason Merrill committed
-
- 29 Apr, 1999 1 commit
-
-
From-SVN: r26691
Nathan Sidwell committed
-
- 27 Apr, 1999 1 commit
-
-
coding standards. From-SVN: r26679
Alexandre Oliva committed
-
- 12 Apr, 1999 1 commit
-
-
* filedoalloc.c (_POSIX_SOURCE): Remove definition. * 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. From-SVN: r26380
Mumit Khan committed
-
- 07 Apr, 1999 1 commit
-
-
From-SVN: r26235
Geoffrey Noer committed
-
- 02 Apr, 1999 1 commit
-
-
* configure (gxx_include_dir): Removed. * 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. From-SVN: r26126
H.J. Lu committed
-
- 24 Mar, 1999 2 commits
-
-
0 * configure.in (EXEEXT): Define. (compiler_name): Use. From-SVN: r25950
Mumit Khan committed -
8 * configure.in (EXEEXT): Define. (compiler_name): Use. From-SVN: r25949
Mumit Khan committed
-
- 23 Mar, 1999 1 commit
-
-
From-SVN: r25935
Alexandre Oliva committed
-
- 11 Mar, 1999 1 commit
-
-
Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * configure.in: Cleanup and add mh-*pic handling for arm, powerpc From-SVN: r25690
Franz Sirl committed
-
- 05 Mar, 1999 1 commit
-
-
* config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO -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. From-SVN: r25590
H.J. Lu committed
-
- 10 Feb, 1999 1 commit
-
-
From-SVN: r25130
Mumit Khan committed
-
- 03 Feb, 1999 1 commit
-
-
* Makefile.in (iostream.list): Remove dependency on stamp-picdir. ($(LIBIOSTREAM_DEP)): Depend on stamp-picdir. ($(LIBIO_FILES)): Similarly. * config.shared (all): Make $(PICDIR) concurrent. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r25012
H.J. Lu committed
-
- 30 Jan, 1999 2 commits
-
-
From-SVN: r24918
Jeff Law committed -
From-SVN: r24915
Mumit Khan committed
-
- 11 Jan, 1999 1 commit
-
-
From-SVN: r24615
Jeff Law committed
-
- 26 Nov, 1998 1 commit
-
-
./ChangeLog: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. From-SVN: r23892
Manfred Hollstein committed
-
- 25 Nov, 1998 1 commit
-
-
� * Makefile.in (just-check): Ignore errors. From-SVN: r23843
Marc Espie committed
-
- 12 Oct, 1998 1 commit
-
-
config.shared (depend.new): delete libc-lock.h from dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule * config.shared (depend.new): delete libc-lock.h from dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule * depend: Rebuilt. From-SVN: r23008
Alexandre Oliva committed
-
- 11 Oct, 1998 1 commit
-
-
* config.shared (depend.new): Fix typo. * depend: Rebuilt. From-SVN: r22982
Jeffrey A Law committed
-
- 08 Oct, 1998 1 commit
-
-
* Makefile.in (EXPECT) : Look for "expect" in the correct place. From-SVN: r22943
Gavin Koch committed
-
- 09 Sep, 1998 2 commits
-
-
* 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. From-SVN: r22353
Manfred Hollstein committed -
� * 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. From-SVN: r22352
Manfred Hollstein committed
-
- 02 Sep, 1998 2 commits
- 30 Aug, 1998 2 commits
-
-
* dbz/Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to something other than English. From-SVN: r22119
Lutz Wohlrab committed -
From-SVN: r22112
H.J. Lu committed
-