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