summaryrefslogtreecommitdiff
path: root/libstdc++
Commit message (Collapse)AuthorAgeFilesLines
* * stl_config.h (__STL_PTHREADS): Don't define for glibc 2 iflaw1998-06-272-1/+8
| | | | | | | | _G_USING_THUNKS is not defined. Bring over from egcs-1.0.3 branch since ppc-linux still uses glibc-1.9x. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20775 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/libstdc++.exp: Use global variable ld_library_path (not local)law1998-06-272-4/+9
| | | | | | | | | that is a lot more persistent; dejagnu-980528 needs this. * lib/libstdc++.exp (test_stdc++): Use regular expression " -lstdc.." to remove -lstdc++ arguments (not " -lstdc.*"). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20768 138bc75d-0d04-0410-961f-82ee72b054a4
* dmanfred1998-06-241-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | egcs/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++ runtime stuff in $(libsubdir); emit definition in each generated Makefile. (gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs. egcs/gcc/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (gxx_include_dir): Initialize default value depending on new flag --enable-version-specific-runtime-libs; remove superfluous default initialization afterwards. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (install): Install _G_config.h depending on new flag --enable-version-specific-runtime-libs. * config/linux.mt (gxx_include_dir): Remove definition here as we use gcc's default anyway. egcs/libstdc++/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (INSTALLDIR): Add comment to document the fact, this macro will be properly initialized at make's runtime. (install): Add initialization of INSTALLDIR depending on $(libsubdir) and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable instead of the $(INSTALLDIR) make macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20694 138bc75d-0d04-0410-961f-82ee72b054a4
* Smanfred1998-06-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | egcs/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure (enable_version_specific_runtime_libs): Implement new flag --enable-version-specific-runtime-libs which installs C++ runtime stuff in $(libsubdir); emit definition in each generated Makefile. (gxx_include_dir): Initialize depending on $enable_version_specific_runtime_libs. egcs/gcc/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (gxx_include_dir): Initialize default value depending on new flag --enable-version-specific-runtime-libs; remove superfluous default initialization afterwards. * configure: Regenerate. egcs/libio/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (install): Install _G_config.h depending on new flag --enable-version-specific-runtime-libs. * config/linux.mt (gxx_include_dir): Remove definition here as we use gcc's default anyway. egcs/libstdc++/ChangeLog: 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (INSTALLDIR): Add comment to document the fact, this macro will be properly initialized at make's runtime. (install): Add initialization of INSTALLDIR depending on $(libsubdir) and ${enable_version_specific_runtime_libs}; use $${INSTALLDIR} shell variable instead of the $(INSTALLDIR) make macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20693 138bc75d-0d04-0410-961f-82ee72b054a4
* * tlist.cc, tvector.cc, tmap.cc: Remove explicit instantiations.jason1998-06-014-9/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20162 138bc75d-0d04-0410-961f-82ee72b054a4
* revert last changejason1998-05-171-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19817 138bc75d-0d04-0410-961f-82ee72b054a4
* Tweak stuff, stuff2 rules. Sorry, Jason didn't provide any additionallaw1998-05-161-2/+2
| | | | | | | detail about this change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19798 138bc75d-0d04-0410-961f-82ee72b054a4
* Tue Mar 24 10:13:07 1998 Jason Merrill <jason@yorick.cygnus.com>law1998-05-113-2/+11
| | | | | | | | | | | * std/bastring.cc (basic_string::copy): Mark const here, too. 1998-03-23 15:59 Ulrich Drepper <drepper@cygnus.com> * std/bastring.h (basic_string::copy): Mark copy function as const. Reported by Scott Schurr <scotts@ims.com>. Bring over from devo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19684 138bc75d-0d04-0410-961f-82ee72b054a4
* typo typo fixes fixeslaw1998-05-063-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
* (__stl_prime_list): Mark last two numbers asdrepper1998-04-072-6/+12
| | | | | | | | unsigned long since they are otherwise too large for long int on 32bit machines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19034 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-03-051-0/+8
| | | | | | | | | | * config.table: Make locating frag files failsafe even for the special case if configuring and building in srcdir. * configure.in: Make locating frag files failsafe even for the special case if configuring and building in srcdir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18414 138bc75d-0d04-0410-961f-82ee72b054a4
* manfred1998-03-051-0/+5
| | | | | | | | | | * config.table: Make locating frag files failsafe even for the special case if configuring and building in srcdir. * configure.in: Make locating frag files failsafe even for the special case if configuring and building in srcdir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18413 138bc75d-0d04-0410-961f-82ee72b054a4
* (operator<<): Correct type of numeric argument.drepper1998-03-042-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18403 138bc75d-0d04-0410-961f-82ee72b054a4
* * ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS.jason1998-02-206-10/+34
| | | | | | | | | | | | * stl_alloc.h: Ditto. * stl_config.h: Ditto. * stl_rope.h: Ditto. * stl_config.h: include <_G_config.h> if __GNUG__ is defined. (__STL_PTHREADS): Defined if _PTHREADS is defined or __GLIBC__ >= 2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18138 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (piclist): Check value of enable_shared, not PICFLAG.law1998-02-062-13/+19
| | | | | | | | (stmp-string, ...): Dito. (bigstmp-string, ...): Dito. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17683 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/linux.mt: Don't define _PTHREADS, but definelaw1998-02-012-1/+7
| | | | | | | _IO_MTSAFE_IO. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17581 138bc75d-0d04-0410-961f-82ee72b054a4
* * tests/configure.in, testsuite/configure.in: Update with yesterday'slaw1998-01-283-2/+9
| | | | | | | toplevel configure.in changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17526 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (package_makefile_rules_frag): New variablelaw1998-01-272-1/+8
| | | | | | | | which is used in the call to config.shared; redirect file descriptor 2 to ${package_makefile_rules_frag}. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17524 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (install): Remove the shared library symlink even ifjason1998-01-272-0/+6
| | | | | | | we aren't installing it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17508 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (topsrcdir): New.law1998-01-273-13/+33
| | | | | | | | | | | (configdirs): Check ${topsrcdir}/gcc instead. (config-ml.in): Use ${topsrcdir}/config-ml.in. * tests/configure.in (topsrcdir): New. (check): Check ${topsrcdir}/gcc instead. Fixes multilib problems when srcdir == objdir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17505 138bc75d-0d04-0410-961f-82ee72b054a4
* * std/bastring.h (unique): We only need length bytes.jason1998-01-254-39/+16
| | | | | | | | | | | | | (c_str): Avoid writing over random memory. #include <std/bastring.cc>. Lose _G_ALLOC_CONTROL. * std/bastring.cc: Likewise. (nilRep): Add initializer for selfish. * sinst.cc: Just #include <string>. Fix a couple of bugs, linux undefined symbol problem. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17478 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-01-132-1/+14
| | | | | | | | | | * configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists. * tests/configure.in (check): Set to ${CHECK} if ${srcdir}/../../gcc doesn't exists. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17335 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-01-131-1/+5
| | | | | | | | | | * configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists. * tests/configure.in (check): Set to ${CHECK} if ${srcdir}/../../gcc doesn't exists. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17334 138bc75d-0d04-0410-961f-82ee72b054a4
* * std/bastring.cc (basic_string::Rep::operator delete): Don't claimbrendan1998-01-052-3/+8
| | | | | | | to return from deallocate, since this is a void method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17297 138bc75d-0d04-0410-961f-82ee72b054a4
* /law1998-01-031-2/+4
| | | | | | | * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17287 138bc75d-0d04-0410-961f-82ee72b054a4
* law1998-01-031-0/+4
| | | | | | | * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17286 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/libstdc++.exp (test_libstdc++): Set LD_LIBRARY_PATHlaw1997-12-242-0/+22
| | | | | | | and SHLIB_PATH appropriately. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17234 138bc75d-0d04-0410-961f-82ee72b054a4
* tweakjason1997-12-151-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17094 138bc75d-0d04-0410-961f-82ee72b054a4
* Sun Dec 7 02:34:40 1997 Jody Goldberg <jodyg@idt.net>jason1997-12-074-174/+215
| | | | | | | | | | | | | * libstdc++/std/bastring.h : Move closer to the draft standard implementation of basic_string by adding 3 paramter 'Allocator'. NOTE: this still differs from the standard in not offering per instance allocators. * libstdc++/std/bastring.cc : Likewise. * libstdc++/stlinst.cc : Handle thread safe allocators if they are the default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16993 138bc75d-0d04-0410-961f-82ee72b054a4
* * iosfwd: New header.jason1997-12-077-7/+63
| | | | | | | | | | | | | | | | | * Makefile.in (HEADERS): Add it. Sun Dec 7 02:32:20 1997 Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu) * Makefile.in (HEADERS): Modified list of headers to install to include all of SGI STL headers especially hash_set and hash_map, and added ANSI C++ style wrappers for fstream, iomanip, iostream, and strstream. * fstream, iomanip, iostream, strstream: New forwarding headers added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16991 138bc75d-0d04-0410-961f-82ee72b054a4
* release branch changes from 11-27 snapshot to egcs-1.0.law1997-12-051-7/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16970 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (install): Change gxx_includedir to gxx_include_dir.law1997-11-272-10/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16785 138bc75d-0d04-0410-961f-82ee72b054a4
* London changes to string:jason1997-11-264-11/+21
| | | | | | | | | * std/bastring.cc (check_realloc): Don't be selfish anymore. * std/bastring.h (non-const operator[]): Be selfish. (iterator forms of insert and erase): Stay selfish. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16722 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (stmp-complex, bigstmp-complex): Changed tolaw1997-11-252-3/+8
| | | | | | | xxxx-complx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16705 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Use ln -f -s, not ln -s -f.law1997-11-242-3/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16693 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx tolaw1997-11-222-2/+8
| | | | | | | | cope with filesystem not capable to handle names longer than 14 characters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16664 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (SHLIB): Build with CC instead of CXX.law1997-11-172-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16528 138bc75d-0d04-0410-961f-82ee72b054a4
* fix typojason1997-11-082-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16364 138bc75d-0d04-0410-961f-82ee72b054a4
* fix typojason1997-11-072-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16357 138bc75d-0d04-0410-961f-82ee72b054a4
* * stl_algo.h, stl_algobase.h, stl_bvector.h,jason1997-11-065-5/+15
| | | | | | | stl_deque.h: Update to October 28 SGI release. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16351 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use delta.mt for m68k-motorola-sysv.law1997-11-033-0/+8
| | | | | | | * config/delta.mt: New makefile fragment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16299 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (install): Some of HEADERS come from the stl dir now.jason1997-11-0292-15457/+17964
| | | | | | | | | | | | | | | | | | | | | | | | | * algorithm, deque, functional, iterator, list, map, memory, numeric, queue, set, stack, utility, vector: Now in stl dir. stl/: * algo.h, algobase.h, alloc.h, bvector.h, defalloc.h, deque.h, function.h, hash_map.h, hash_set.h, hashtable.h, heap.h, iterator.h, list.h, map.h, multimap.h, multiset.h, pair.h, pthread_alloc.h, rope.h, ropeimpl.h, set.h, slist.h, stack.h, stl_config.h, tempbuf.h, tree.h, type_traits.h, vector.h: Update to October 27 SGI snapshot. * algorithm, deque, functional, hash_map, hash_set, iterator, list, map, memory, numeric, pthread_alloc, queue, rope, set, slist, stack, stl_algo.h, stl_algobase.h, stl_alloc.h, stl_bvector.h, stl_construct.h, stl_deque.h, stl_function.h, stl_hash_fun.h, stl_hash_map.h, stl_hash_set.h, stl_hashtable.h, stl_heap.h, stl_iterator.h, stl_list.h, stl_map.h, stl_multimap.h, stl_multiset.h, stl_numeric.h, stl_pair.h, stl_queue.h, stl_raw_storage_iter.h, stl_relops.h, stl_rope.h, stl_set.h, stl_slist.h, stl_stack.h, stl_tempbuf.h, stl_tree.h, stl_uninitialized.h, stl_vector.h, utility, vector: New files in October 27 SGI snapshot. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16277 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.h, vector.h: Fix accidental divergence from SGI release.jason1997-10-183-26/+40
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15989 138bc75d-0d04-0410-961f-82ee72b054a4
* * std/bastring.h: Use ibegin internally. Return passed iteratorjason1997-10-103-12/+21
| | | | | | | | | | | instead of recalculating it were appropriate. * std/bastring.cc: Adjust for erase. From Yotam Medini: * std/bastring.h: Replace remove with erase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15887 138bc75d-0d04-0410-961f-82ee72b054a4
* * tstring.cc (identitytest): s/remove/erase/.jason1997-10-102-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15886 138bc75d-0d04-0410-961f-82ee72b054a4
* * stdexcepti.cc (__out_of_range): New fn.jason1997-10-108-38/+142
| | | | | | | | | | | | | | (__length_error): New fn. * std/bastring.h (OUTOFRANGE): Fix logic. Use throwing functions. (LENGTHERROR): Likewise. Revert Oct 2 changes. * string: Revert Oct 2 changes. * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15885 138bc75d-0d04-0410-961f-82ee72b054a4
* * std/bastring.h: Move exception stuff after definition of string.jason1997-10-023-31/+43
| | | | | | | | Move typedef of string here. * string: From here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15832 138bc75d-0d04-0410-961f-82ee72b054a4
* Sat Sep 27 16:48:00 1997 Jason Merrill <jason@yorick.cygnus.com>jason1997-09-287-140/+45
| | | | | | | | | | | | | | | | | | | * std/complext.h: Lose injection decls. * std/fcomplex.h: Likewise. * std/dcomplex.h: Likewise. * std/ldcomplex.h: Likewise. Sat Sep 27 16:47:35 1997 Mark Mitchell <mmitchell@usa.net> * std/complext.h: Declare templates before making them friends. Use new friend <> syntax. * std/complext.cc: Don't rely on guiding declarations. * std/fcomplex.h: Use new friend <> syntax. * std/dcomplex.h: Likewise. * std/ldcomplex.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15776 138bc75d-0d04-0410-961f-82ee72b054a4
* * std/bastring.h: Enable exceptions.jason1997-09-264-20/+86
| | | | | | | | | (assign, append, insert, replace): Implement member template versions. * tstring.cc: Add some tests for the member templates. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15717 138bc75d-0d04-0410-961f-82ee72b054a4
* More stuff from Uli.law1997-09-161-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15487 138bc75d-0d04-0410-961f-82ee72b054a4