| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'. | H.J. Lu | 1998-09-16 | 2 | -8/+20 |
* | tweak | Jason Merrill | 1998-09-15 | 1 | -1/+1 |
* | tweak | Jason Merrill | 1998-09-15 | 1 | -4/+1 |
* | configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value... | Manfred Hollstein | 1998-09-09 | 1 | -2/+3 |
* | configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value... | Manfred Hollstein | 1998-09-09 | 2 | -6/+19 |
* | stl_config.h: Define __STL_HAS_WCHAR_T... | Jason Merrill | 1998-09-02 | 2 | -3/+14 |
* | Makefile.in (RELINSTALLDIR): New. | H.J. Lu | 1998-09-02 | 3 | -5/+27 |
* | algorithm [...]: Update to SGI STL 3.11. | Jason Merrill | 1998-09-02 | 45 | -11286/+15026 |
* | we dont use these bits of SGI STL | Jason Merrill | 1998-09-02 | 7 | -2708/+4 |
* | Initial revision | Jason Merrill | 1998-09-02 | 1 | -0/+1960 |
* | Initial revision | Jason Merrill | 1998-09-02 | 2 | -0/+108 |
* | Initial revision | Jason Merrill | 1998-09-02 | 1 | -0/+92 |
* | Initial revision | Jason Merrill | 1998-09-02 | 2 | -0/+1199 |
* | This commit was generated by cvs2svn to compensate for changes in r22177, | Jason Merrill | 1998-09-02 | 1 | -112/+121 |
* | Initial revision | Jason Merrill | 1998-09-02 | 1 | -0/+404 |
* | Makefile.in (INTERFACE): New, set to 2. | H.J. Lu | 1998-08-30 | 5 | -5/+10 |
* | Makefile.in (INTERFACE): New, set to 2. | H.J. Lu | 1998-08-30 | 4 | -5/+6 |
* | Makefile.in (INTERFACE): New, set to 2. | H.J. Lu | 1998-08-30 | 1 | -0/+7 |
* | Makefile.in (INTERFACE): New, set to 2. | H.J. Lu | 1998-08-30 | 1 | -5/+31 |
* | Makefile.in (INTERFACE): New, set to 2. | H.J. Lu | 1998-08-30 | 1 | -0/+28 |
* | Remove __HONOR_STD | Martin v. Löwis | 1998-08-25 | 2 | -4/+4 |
* | iomanip.h: Use __extension__ for `extern' explicit template instantiations. | Mark Mitchell | 1998-08-23 | 3 | -2/+10 |
* | * stdexcept: Put things in the std namespace, if appropriate. | Mark Mitchell | 1998-08-17 | 2 | -0/+12 |
* | tmap.cc: Use less<int>. | Jason Merrill | 1998-07-16 | 3 | -23/+10 |
* | Makefile.in (VERSION): Bump to 2.9.0. | Manfred Hollstein | 1998-07-14 | 1 | -1/+1 |
* | Makefile.in (VERSION): Bump to 2.9.0. | Manfred Hollstein | 1998-07-14 | 1 | -0/+4 |
* | stl_tempbuf.h (temporary_buffer): Add missing typename. | Klaus-Georg Adams | 1998-07-11 | 3 | -2/+7 |
* | Makefile.in (VERSION): Bump to 2.9.0. | Jason Merrill | 1998-07-11 | 3 | -14/+28 |
* | * tstring.cc (findtest): New fn. | Bob Sidebotham | 1998-07-11 | 2 | -0/+52 |
* | * configure.in (INSTALLDIR): Make sed pattern failsafe. | Manfred Hollstein | 1998-07-06 | 2 | -3/+7 |
* | Update. | Ulrich Drepper | 1998-07-06 | 1 | -0/+5 |
* | (class basic_string): Correct iterator return values in insert member | Ulrich Drepper | 1998-07-06 | 1 | -2/+6 |
* | Update. | Ulrich Drepper | 1998-07-02 | 1 | -8/+13 |
* | (class basic_string): Return correct iterators in erase member functions. | Ulrich Drepper | 1998-07-02 | 1 | -2/+6 |
* | stl_config.h (__STL_PTHREADS): Don't define for glibc 2 if _G_USING_THUNKS is... | Jeffrey A Law | 1998-06-27 | 2 | -1/+8 |
* | libstdc++.exp: Use global variable ld_library_path (not local) that is a lot ... | Carlo Wood | 1998-06-27 | 2 | -4/+9 |
* | configure (enable_version_specific_runtime_libs): Implement new flag --enable... | Manfred Hollstein | 1998-06-24 | 1 | -10/+17 |
* | configure (enable_version_specific_runtime_libs): Implement new flag --enable... | Manfred Hollstein | 1998-06-24 | 1 | -0/+8 |
* | * tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations. | Jason Merrill | 1998-05-31 | 4 | -9/+4 |
* | revert last change | Jason Merrill | 1998-05-17 | 1 | -2/+2 |
* | Tweak stuff, stuff2 rules. | Jeff Law | 1998-05-15 | 1 | -2/+2 |
* | [multiple changes] | Jeff Law | 1998-05-11 | 3 | -2/+11 |
* | typo typo fixes fixes | Jeff Law | 1998-05-06 | 3 | -3/+3 |
* | (__stl_prime_list): Mark last two numbers as unsigned long since they are... | Ulrich Drepper | 1998-04-07 | 2 | -6/+12 |
* | config.table: Make locating frag files failsafe even for the special case if... | Manfred Hollstein | 1998-03-05 | 1 | -0/+8 |
* | config.table: Make locating frag files failsafe even for the special case if... | Manfred Hollstein | 1998-03-05 | 1 | -0/+5 |
* | (operator<<): Correct type of numeric argument. | Ulrich Drepper | 1998-03-04 | 2 | -1/+5 |
* | ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS. | Jason Merrill | 1998-02-20 | 6 | -10/+34 |
* | Makefile.in (piclist): Check value of enable_shared, not PICFLAG. | Manfred Hollstein | 1998-02-05 | 2 | -13/+19 |
* | linux.mt: Don't define _PTHREADS, but define _IO_MTSAFE_IO. | H.J. Lu | 1998-02-01 | 2 | -1/+7 |