aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/stl
AgeCommit message (Expand)AuthorFilesLines
2000-11-08README: Fix typo.Jan van Male2-1/+6
2000-08-22bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw i...Geoff Berry2-1/+6
2000-07-10stl_function.h (bind1st, bind2nd): Rename __opr to __oper, as __opr is used i...Jason Merrill4-13/+25
2000-01-24stl_iterator.h: Make it possible to use standard class `iterator'.Gabriel Dos Reis2-2/+5
1999-12-14stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime.Mumit Khan2-0/+8
1999-11-22stl_rope.h: Fix initialization order.Benjamin Kosnik3-21/+26
1999-11-06bitset: Include limits.h.Martin v. Löwis2-0/+8
1999-08-09pthread_alloc: Solaris' ctype.h defines _U to 01; use _Up as template paramet...Alexandre Oliva2-9/+14
1999-06-17* stl_queue.h: Rename _M_c to c, and _M_comp to comp.Martin v. Löwis2-41/+45
1999-05-17stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for Linux.Mark Kettenis2-8/+15
1999-05-16* stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.Mumit Khan2-0/+8
1999-05-07Update.Ulrich Drepper1-0/+4
1999-05-07Make it possible to compile with __USE_MALLOC.Ulrich Drepper1-2/+8
1999-04-27Fixed some old ChangeLog entries I wrote before becoming aware of the GNUAlexandre Oliva1-3/+3
1999-04-12* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.Mumit Khan2-0/+8
1999-04-11* bitset: Re-install Alexandre's lost patch from 1998-11-27.Jeffrey A Law2-2/+6
1999-04-06Bring over lost changes from Cygnus's directory.Ulrich Drepper1-44/+43
1999-02-04Add support for Solaris thread library.Ulrich Drepper1-26/+47
1999-02-04Recognize _SOLTHREADS and define internal macros appropriately.Ulrich Drepper1-24/+27
1999-01-20Update.Ulrich Drepper1-6/+10
1999-01-20(__destroy_aux): Use != instead of < for ForwardIterator comparison.Ulrich Drepper1-3/+3
1999-01-20* stl_config.h (__STL_USE_NAMESPACES): Define.Mark Mitchell2-0/+5
1998-11-27bitset: explicitly convert basic_string<...>::npos to size_t in default argum...Alexandre Oliva2-2/+8
1998-11-01stl_alloc.h (default_alloc_template::_S_free_list): Don't qualify _NFREELISTS.Mark Mitchell2-4/+5
1998-10-11* stl_config.h (__SGI_STL_USE_AUTO_PTR_CONVERSIONS): Define.Mark Mitchell2-0/+2
1998-10-11memory (auto_ptr::operator auto_ptr_ref<_Tp1>): Fix typo.Mark Mitchell2-2/+8
1998-09-15tweakJason Merrill1-1/+1
1998-09-15tweakJason Merrill1-4/+1
1998-09-02stl_config.h: Define __STL_HAS_WCHAR_T...Jason Merrill2-3/+14
1998-09-02algorithm [...]: Update to SGI STL 3.11.Jason Merrill45-11286/+15026
1998-09-02we dont use these bits of SGI STLJason Merrill7-2708/+4
1998-09-02Initial revisionJason Merrill1-0/+1960
1998-09-02Initial revisionJason Merrill2-0/+108
1998-09-02Initial revisionJason Merrill1-0/+92
1998-09-02Initial revisionJason Merrill2-0/+1199
1998-09-02This commit was generated by cvs2svn to compensate for changes in r22177,Jason Merrill1-112/+121
1998-09-02Initial revisionJason Merrill1-0/+404
1998-07-11stl_tempbuf.h (temporary_buffer): Add missing typename.Klaus-Georg Adams3-2/+7
1998-06-27stl_config.h (__STL_PTHREADS): Don't define for glibc 2 if _G_USING_THUNKS is...Jeffrey A Law2-1/+8
1998-05-06typo typo fixes fixesJeff Law3-3/+3
1998-04-07(__stl_prime_list): Mark last two numbers as unsigned long since they are...Ulrich Drepper2-6/+12
1998-02-20ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS.Jason Merrill6-10/+34
1997-11-08fix typoJason Merrill2-0/+5
1997-11-07fix typoJason Merrill2-1/+5
1997-11-06stl_algo.h, [...]: Update to October 28 SGI release.Jason Merrill5-5/+15
1997-11-02Makefile.in (install): Some of HEADERS come from the stl dir now.Jason Merrill77-15363/+17947
1997-10-17* tree.h, vector.h: Fix accidental divergence from SGI release.Jason Merrill3-26/+40
1997-09-09algo.h, [...]: Update To September 8 SGI release.Jason Merrill15-464/+779
1997-09-09stl_config.h (__STL_MEMBER_TEMPLATES): Enable.Mark Mitchell2-0/+5
1997-08-21Initial revisionJason Merrill30-0/+17933