aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
AgeCommit message (Collapse)AuthorFilesLines
2000-01-24stl_iterator.h: Make it possible to use standard class `iterator'.Gabriel Dos Reis2-2/+5
2000-01-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * stl_iterator.h: Make it possible to use standard class `iterator'. From-SVN: r31584
2000-01-12Makefile.in (SHOPT): New macro, flag to ld to create shared library.Fred Fish4-1/+17
* Makefile.in (SHOPT): New macro, flag to ld to create shared library. Defaults to "-shared". (SHLIB): Use new SHOPT rather than hardcoded "-shared". * configure.in: While configuring for *-*-beos*, if --enable-shared is given, add beos.ml to list of makefile frags. * config/beos.ml: New file. From-SVN: r31373
1999-12-15Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).Jason Merrill2-2/+7
* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS). (MYCFLAGS): Include $(CFLAGS). From-SVN: r30948
1999-12-15back out unrelated patch to std:: qualify reverse_iteratorMartin v. Löwis1-2/+2
From-SVN: r30940
1999-12-15bastring.h (basic_string::basic_string): Rename parameters to avoid shadow ↵Martin v. Löwis3-11/+17
warnings. * std/bastring.h (basic_string::basic_string): Rename parameters to avoid shadow warnings. * std/bastring.cc (alloc): Likewise. From-SVN: r30938
1999-12-14bastring.h (class basic_string::Rep): Use proper defines for sparc v9 and ↵Jakub Jelinek2-2/+12
fix asm for sparc64. * std/bastring.h (class basic_string::Rep): Use proper defines for sparc v9 and fix asm for sparc64. From-SVN: r30906
1999-12-14stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime.Mumit Khan2-0/+8
1999-12-14 Mumit Khan <khan@xraylith.wisc.edu> * stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime. From-SVN: r30902
1999-11-22stl_rope.h: Fix initialization order.Benjamin Kosnik3-21/+26
* stl_rope.h: Fix initialization order. * stl_deque.h: Use static_casts<size_type>(signed_type). Co-Authored-By: Matthias Klose <doko@cs.tu-berlin.de> From-SVN: r30622
1999-11-19valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget to define tanh.Gabriel Dos Reis2-1/+7
1999-11-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget to define tanh. From-SVN: r30580
1999-11-15* Makefile.in ($(OBJS)): Depend on stamp-picdir.H.J. Lu2-1/+8
From-SVN: r30535
1999-11-06bitset: Include limits.h.Martin v. Löwis2-0/+8
* bitset: Include limits.h. * bitset (class bitset): Declare reference as our friend. From-SVN: r30430
1999-11-05valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When building ↵Gabriel Dos Reis2-1/+8
meta-expressions don't forget to take the contained closures. 1999-11-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When building meta-expressions don't forget to take the contained closures. From-SVN: r30424
1999-10-19valarray_meta.h: (_BinClos::_BinClos): Fix typo.Gabriel Dos Reis2-2/+6
1999-10-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * std/valarray_meta.h: (_BinClos::_BinClos): Fix typo. From-SVN: r30092
1999-09-27Update copyright.Jeff Law1-1/+1
From-SVN: r29677
1999-09-171999-09017 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>Gabriel Dos Reis2-1/+5
* std/valarray_array.h (__valarray_copy): Fix typo. From-SVN: r29476
1999-09-17complext.cc (pow): Don't expect floating point promotion in presence of ↵Gabriel Dos Reis2-1/+7
template argument deduction. 1999-09-17 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * std/complext.cc (pow): Don't expect floating point promotion in presence of template argument deduction. There is no such thing. From-SVN: r29474
1999-09-01Move *-*-gnu* pattern below *-*-linux*.Andreas Schwab2-1/+6
From-SVN: r29026
1999-08-25* configure.in: Alphabetize selection of .ml fragments.David O'Brien2-4/+8
From-SVN: r28845
1999-08-09pthread_alloc: Solaris' ctype.h defines _U to 01; use _Up as template ↵Alexandre Oliva2-9/+14
parameter instead. * pthread_alloc: Solaris' ctype.h defines _U to 01; use _Up as template parameter instead. From-SVN: r28605
1999-08-05Makefile.in (MARLINK, MSHLINK): Handle library version number components ↵Loren J. Rittle2-2/+7
with more than one numeric digit. * Makefile.in (MARLINK, MSHLINK): Handle library version number components with more than one numeric digit. From-SVN: r28531
1999-07-17* Makefile.in (INTERFACE): Bump to 3.Jeffrey A Law2-1/+5
From-SVN: r28161
1999-07-16stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.Markus Gyger2-2/+8
* stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std. (__length_error): Likewise. From-SVN: r28117
1999-07-08Makefile.in (VERSION): Bump to 2.10.0.Jeffrey A Law2-1/+5
� * Makefile.in (VERSION): Bump to 2.10.0. From-SVN: r28036
1999-06-17* stl_queue.h: Rename _M_c to c, and _M_comp to comp.Martin v. Löwis2-41/+45
From-SVN: r27581
1999-06-07configure.in (*-*-freebsd2*): Add missing '*' at end of configure string.Jeffrey A Law2-1/+6
� * configure.in (*-*-freebsd2*): Add missing '*' at end of configure string. From-SVN: r27414
1999-06-05* std/std_valarray.h: Don't #include unconditionally <alloca.h>Gabriel Dos Reis2-2/+30
From-SVN: r27364
1999-06-04std_valarray.h: New file.Gabriel Dos Reis14-3/+3130
* std/std_valarray.h: New file. * std/slice.h: New file. * std/slice_array.h: New file. * std/gslice.h: New file. * std/gslice_array.h: New file. * std/mask_array.h: New file. * std/indirect_array.h: New file. * std/valarray_array.h: New file. * std/valarray_array.tcc: New file. * std/valarray_meta.h: New file. * valarray.cc: New file. * valarray: New file * Makefile.in (OBJS): add valarray.o (HEADERS): add valarray (valarray.o): define dependency on valarray.cc (install): make it possible to install valarray files. From-SVN: r27354
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