aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
AgeCommit message (Expand)AuthorFilesLines
1998-12-07* Makefile.in: Be more selective about what files to install.Marc Espie2-1/+5
1998-11-30Update.Ulrich Drepper1-0/+5
1998-11-30(operator>>): Correct cast in last patch.Ulrich Drepper1-2/+2
1998-11-27bitset: explicitly convert basic_string<...>::npos to size_t in default argum...Alexandre Oliva2-2/+8
1998-11-27* Makefile.in (HEADERS): Install bitsetAlexandre Oliva2-1/+5
1998-11-26configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein2-0/+19
1998-11-24Makefile.in (just-check): Ignore errors.Marc Espie1-1/+1
1998-11-24Makefile.in (just-check): Ignore errors.Marc Espie1-0/+4
1998-11-23Update.Ulrich Drepper1-1/+7
1998-11-23(operator>>): Cast new character to char before adding to string.Ulrich Drepper1-3/+3
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-16Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.H.J. Lu2-8/+20
1998-09-15tweakJason Merrill1-1/+1
1998-09-15tweakJason Merrill1-4/+1
1998-09-09configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...Manfred Hollstein1-2/+3
1998-09-09configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value...Manfred Hollstein2-6/+19
1998-09-02stl_config.h: Define __STL_HAS_WCHAR_T...Jason Merrill2-3/+14
1998-09-02Makefile.in (RELINSTALLDIR): New.H.J. Lu3-5/+27
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-08-30Makefile.in (INTERFACE): New, set to 2.H.J. Lu5-5/+10
1998-08-30Makefile.in (INTERFACE): New, set to 2.H.J. Lu4-5/+6
1998-08-30Makefile.in (INTERFACE): New, set to 2.H.J. Lu1-0/+7
1998-08-30Makefile.in (INTERFACE): New, set to 2.H.J. Lu1-5/+31
1998-08-30Makefile.in (INTERFACE): New, set to 2.H.J. Lu1-0/+28
1998-08-25Remove __HONOR_STDMartin v. Löwis2-4/+4
1998-08-23iomanip.h: Use __extension__ for `extern' explicit template instantiations.Mark Mitchell3-2/+10
1998-08-17* stdexcept: Put things in the std namespace, if appropriate.Mark Mitchell2-0/+12
1998-07-16tmap.cc: Use less<int>.Jason Merrill3-23/+10
1998-07-14Makefile.in (VERSION): Bump to 2.9.0.Manfred Hollstein1-1/+1
1998-07-14Makefile.in (VERSION): Bump to 2.9.0.Manfred Hollstein1-0/+4
1998-07-11stl_tempbuf.h (temporary_buffer): Add missing typename.Klaus-Georg Adams3-2/+7
1998-07-11Makefile.in (VERSION): Bump to 2.9.0.Jason Merrill3-14/+28
1998-07-11* tstring.cc (findtest): New fn.Bob Sidebotham2-0/+52
1998-07-06* configure.in (INSTALLDIR): Make sed pattern failsafe.Manfred Hollstein2-3/+7
1998-07-06Update.Ulrich Drepper1-0/+5
1998-07-06(class basic_string): Correct iterator return values in insert memberUlrich Drepper1-2/+6
1998-07-02Update.Ulrich Drepper1-8/+13
1998-07-02(class basic_string): Return correct iterators in erase member functions.Ulrich Drepper1-2/+6
1998-06-27stl_config.h (__STL_PTHREADS): Don't define for glibc 2 if _G_USING_THUNKS is...Jeffrey A Law2-1/+8
1998-06-27libstdc++.exp: Use global variable ld_library_path (not local) that is a lot ...Carlo Wood2-4/+9
1998-06-24configure (enable_version_specific_runtime_libs): Implement new flag --enable...Manfred Hollstein1-10/+17