aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
AgeCommit message (Collapse)AuthorFilesLines
1999-06-01bastring.h (class basic_string:Rep): Encode xlock opcode as .bytes instead ↵Robert Lipe2-2/+14
of mnemonics. Wed Jun 2 00:21:54 1999 Robert Lipe <robertlipe@usa.net> * std/bastring.h (class basic_string:Rep): Encode xlock opcode as .bytes instead of mnemonics. From-SVN: r27295
1999-05-19libchill, libf2c, libobjc:Jeff Law2-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. From-SVN: r27050
1999-05-17stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for Linux.Mark Kettenis2-8/+15
* stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for Linux. From-SVN: r26982
1999-05-16* stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.Mumit Khan2-0/+8
From-SVN: r26966
1999-05-14configure.in: Add shared library support for the Hurd (*-*-gnu*).Mark Kettenis3-0/+13
* configure.in: Add shared library support for the Hurd (*-*-gnu*). * config/gnu.ml: New file. From-SVN: r26942
1999-05-12configure.in (compiler_name): Don't do the skip-this-dir thing if we're ↵Jason Merrill2-1/+8
reconfiguring. * configure.in (compiler_name): Don't do the skip-this-dir thing if we're reconfiguring. From-SVN: r26899
1999-05-07Update.Ulrich Drepper1-0/+3
From-SVN: r26821
1999-05-07(class basic_string::Rep): Make release member function thread-safe forUlrich Drepper1-0/+27
ix86 (x>=4) and UltraSPARC. From-SVN: r26820
1999-05-07Update.Ulrich Drepper2-2/+10
From-SVN: r26819
1999-05-07Make it possible to compile with __USE_MALLOC.Ulrich Drepper2-2/+10
From-SVN: r26818
1999-04-27Fixed some old ChangeLog entries I wrote before becoming aware of the GNUAlexandre Oliva2-5/+5
coding standards. From-SVN: r26679
1999-04-25freebsd.ml (LIBS): Add ARLINK.Loren J. Rittle3-2/+7
* config/freebsd.ml (LIBS): Add ARLINK. * config/openbsd.ml (LIBS): Add ARLINK. From-SVN: r26640
1999-04-12* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.Mumit Khan2-0/+8
From-SVN: r26388
1999-04-11* bitset: Re-install Alexandre's lost patch from 1998-11-27.Jeffrey A Law2-2/+6
From-SVN: r26354
1999-04-06Bring over lost changes from Cygnus's directory.Ulrich Drepper3-44/+62
* Missing ChangeLog entries. * Whitespace fixes. * Enable multilib by default * One stl fix (#ifdef -> #if) From-SVN: r26234
1999-04-02configure (gxx_include_dir): Removed.H.J. Lu3-0/+35
* 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
1999-03-24configure.in (EXEEXT): Define.Mumit Khan2-3/+23
Wed Mar 24 22:36:45 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (EXEEXT): Define. (compiler_name): Use. From-SVN: r25951
1999-03-10* configure.in: Add mh-*pic handling for alpha, arm, powerpcFranz Sirl2-0/+8
From-SVN: r25691
1999-03-04configure.in: Support shared libs on FreeBSD 3.x and 4.xDoug Rabson3-0/+14
* configure.in: Support shared libs on FreeBSD 3.x and 4.x * config/freebsd.ml: A copy of config/linux.ml since they are both ELF and both have a shared libm. From-SVN: r25594
1999-02-24* configure.in: Fix INSTALLDIR sed pattern for Solaris sed.Jason Merrill2-1/+5
From-SVN: r25419
1999-02-20string, [...]: Revert recent change.Jeffrey A Law4-13/+11
* string, std/straits.h, std/bastring.h: Revert recent change. Needs some libiberty support before it can be re-enabled. From-SVN: r25336
1999-02-18configure.in: Handle OpenBSD with and without threads.Marc Espie4-0/+21
* configure.in: Handle OpenBSD with and without threads. * config/openbsd.ml: New file. * config/openbsd.mt: New file. From-SVN: r25291
1999-02-16Update.Baron Roberts1-0/+14
From-SVN: r25248
1999-02-16Remove #if 0/#endif from around struct string_char_traits <wchar_t>.Baron Roberts1-4/+10
#include <cwchar>. Add missing definition for wchar_t move method. Add empty() method for trait-based empty string return. From-SVN: r25247
1999-02-16(c_str): Change return of "" to return of traits::empty() call so that proper...Baron Roberts1-1/+2
(c_str): Change return of "" to return of traits::empty() call so that proper empty string is returned based on the character type (i.e. "" or L""). From-SVN: r25246
1999-02-16Uncomment wstring declaration.Ulrich Drepper1-1/+1
From-SVN: r25245
1999-02-07* Makefile.in (stuff2): Tweak.Jason Merrill2-4/+8
From-SVN: r25073
1999-02-04Update.Ulrich Drepper1-0/+14
From-SVN: r25031
1999-02-04Configuration fragment for thread lbirary.Ulrich Drepper3-0/+3
From-SVN: r25030
1999-02-04(frags): Add fragments for Solaris defining macro specifying thread library ↵Ulrich Drepper1-0/+9
to... (frags): Add fragments for Solaris defining macro specifying thread library to be used and generic POSIX thread libraries. From-SVN: r25029
1999-02-04Add support for Solaris thread library.Ulrich Drepper1-26/+47
From-SVN: r25028
1999-02-04Recognize _SOLTHREADS and define internal macros appropriately.Ulrich Drepper1-24/+27
From-SVN: r25027
1999-01-30x86-interix.ml: New file.Mumit Khan3-0/+15
* config/x86-interix.ml: New file. * configure.in (i[3456]86-*-interix*): Add shared library support. From-SVN: r24914
1999-01-20Update.Ulrich Drepper1-6/+10
From-SVN: r24793
1999-01-20(__destroy_aux): Use != instead of < for ForwardIterator comparison.Ulrich Drepper1-3/+3
From-SVN: r24792
1999-01-20* stl_config.h (__STL_USE_NAMESPACES): Define.Mark Mitchell2-0/+5
From-SVN: r24791
1999-01-13configure.in: Test for "ln -s" and set LN_S in generated Makefile.Ulrich Drepper3-9/+33
* configure.in: Test for "ln -s" and set LN_S in generated Makefile. * Makefile.in: Use $(LN_S) instead of explicitly ln -s. From-SVN: r24655
1999-01-11More FSF address updates.Jeff Law1-1/+2
From-SVN: r24615
1999-01-02* configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.Robert Lipe2-1/+5
From-SVN: r24462
1998-12-07* Makefile.in: Be more selective about what files to install.Marc Espie2-1/+5
From-SVN: r24176
1998-11-30Update.Ulrich Drepper1-0/+5
From-SVN: r24012
1998-11-30(operator>>): Correct cast in last patch.Ulrich Drepper1-2/+2
(getline): Likewise. From-SVN: r24011
1998-11-27bitset: explicitly convert basic_string<...>::npos to size_t in default ↵Alexandre Oliva2-2/+8
argument to... * bitset: explicitly convert basic_string<...>::npos to size_t in default argument to constructor, to avoid parse error at `>' (__STL_EXPLICIT_FUNCTION_TMPL_ARGS): replace #if with #ifdef From-SVN: r23937
1998-11-27* Makefile.in (HEADERS): Install bitsetAlexandre Oliva2-1/+5
From-SVN: r23936
1998-11-26configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein2-0/+19
./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
1998-11-24Makefile.in (just-check): Ignore errors.Marc Espie1-1/+1
( * Makefile.in (just-check): Ignore errors. From-SVN: r23842
1998-11-24Makefile.in (just-check): Ignore errors.Marc Espie1-0/+4
* Makefile.in (just-check): Ignore errors. From-SVN: r23841
1998-11-23Update.Ulrich Drepper1-1/+7
From-SVN: r23787
1998-11-23(operator>>): Cast new character to char before adding to string.Ulrich Drepper1-3/+3
(getline): Likewise. From-SVN: r23786
1998-11-01stl_alloc.h (default_alloc_template::_S_free_list): Don't qualify _NFREELISTS.Mark Mitchell2-4/+5
* stl_alloc.h (default_alloc_template::_S_free_list): Don't qualify _NFREELISTS. From-SVN: r23491