summaryrefslogtreecommitdiff
path: root/libstdc++
Commit message (Expand)AuthorAgeFilesLines
* bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw i...Geoff Berry2000-08-222-1/+6
* top level:Zack Weinberg2000-08-142-4/+10
* straits.h (is_del): Boolify with !!.Jason Merrill2000-08-114-6/+24
* mask_array.h (mask_array): Rename template type parameter to avoid conflicts ...David E O'Brien2000-08-043-84/+90
* valarray_array.h (__valarray_sum): Make inline.Gabriel Dos Reis2000-07-172-1/+5
* valarray_array.h (__valarray_get_memory, [...]): New functions.Gabriel Dos Reis2000-07-155-92/+632
* * std/bastring.h (basic_string<>::clear): Add function.Jean-Francois Panisset2000-07-142-0/+6
* stl_function.h (bind1st, bind2nd): Rename __opr to __oper, as __opr is used i...Jason Merrill2000-07-104-13/+25
* gslice_array.h, [...]: Do not paste anything after 'operator' keyword.Zack Weinberg2000-07-067-30/+36
* update stuff ruleJason Merrill2000-06-241-3/+3
* Makefile.in: Change "pic" to depend on $(PICFLAG), not on $(enable_shared).David Edelsohn2000-05-153-20/+47
* config.table: Use mh-sparcpic for sparc*-*-*.Jakub Jelinek2000-05-112-0/+5
* sstream: New file.Magnus Fromreide2000-04-243-1/+232
* * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill2000-03-292-1/+5
* bastring.h (basic_string<>::push_back): Was missing.Gabriel Dos Reis2000-03-102-0/+7
* stl_iterator.h: Make it possible to use standard class `iterator'.Gabriel Dos Reis2000-01-242-2/+5
* Makefile.in (SHOPT): New macro, flag to ld to create shared library.Fred Fish2000-01-124-1/+17
* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).Jason Merrill1999-12-152-2/+7
* back out unrelated patch to std:: qualify reverse_iteratorMartin v. Löwis1999-12-151-2/+2
* bastring.h (basic_string::basic_string): Rename parameters to avoid shadow wa...Martin v. Löwis1999-12-153-11/+17
* bastring.h (class basic_string::Rep): Use proper defines for sparc v9 and fix...Jakub Jelinek1999-12-142-2/+12
* stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime.Mumit Khan1999-12-142-0/+8
* stl_rope.h: Fix initialization order.Benjamin Kosnik1999-11-223-21/+26
* valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): Don't forget to define tanh.Gabriel Dos Reis1999-11-192-1/+7
* * Makefile.in ($(OBJS)): Depend on stamp-picdir.H.J. Lu1999-11-152-1/+8
* bitset: Include limits.h.Martin v. Löwis1999-11-062-0/+8
* valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When building meta-expressions...Gabriel Dos Reis1999-11-052-1/+8
* valarray_meta.h: (_BinClos::_BinClos): Fix typo.Gabriel Dos Reis1999-10-192-2/+6
* Update copyright.Jeff Law1999-09-271-1/+1
* 1999-09017 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>Gabriel Dos Reis1999-09-172-1/+5
* complext.cc (pow): Don't expect floating point promotion in presence of templ...Gabriel Dos Reis1999-09-172-1/+7
* Move *-*-gnu* pattern below *-*-linux*.Andreas Schwab1999-09-012-1/+6
* * configure.in: Alphabetize selection of .ml fragments.David O'Brien1999-08-252-4/+8
* pthread_alloc: Solaris' ctype.h defines _U to 01; use _Up as template paramet...Alexandre Oliva1999-08-092-9/+14
* Makefile.in (MARLINK, MSHLINK): Handle library version number components with...Loren J. Rittle1999-08-052-2/+7
* * Makefile.in (INTERFACE): Bump to 3.Jeffrey A Law1999-07-172-1/+5
* stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.Markus Gyger1999-07-162-2/+8
* Makefile.in (VERSION): Bump to 2.10.0.Jeffrey A Law1999-07-082-1/+5
* * stl_queue.h: Rename _M_c to c, and _M_comp to comp.Martin v. Löwis1999-06-172-41/+45
* configure.in (*-*-freebsd2*): Add missing '*' at end of configure string.Jeffrey A Law1999-06-072-1/+6
* * std/std_valarray.h: Don't #include unconditionally <alloca.h>Gabriel Dos Reis1999-06-052-2/+30
* std_valarray.h: New file.Gabriel Dos Reis1999-06-0414-3/+3130
* bastring.h (class basic_string:Rep): Encode xlock opcode as .bytes instead of...Robert Lipe1999-06-012-2/+14
* libchill, libf2c, libobjc:Jeff Law1999-05-192-13/+5
* stl_config.h: Only define __STL_PTHREADS with GLIBC >= 2 for Linux.Mark Kettenis1999-05-172-8/+15
* * stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.Mumit Khan1999-05-162-0/+8
* configure.in: Add shared library support for the Hurd (*-*-gnu*).Mark Kettenis1999-05-143-0/+13
* configure.in (compiler_name): Don't do the skip-this-dir thing if we're recon...Jason Merrill1999-05-122-1/+8
* Update.Ulrich Drepper1999-05-071-0/+3
* (class basic_string::Rep): Make release member function thread-safe forUlrich Drepper1999-05-071-0/+27