- 17 May, 1998 1 commit
-
-
From-SVN: r19817
Jason Merrill committed
-
- 16 May, 1998 1 commit
-
-
Tweak stuff, stuff2 rules. Sorry, Jason didn't provide any additional detail about this change. From-SVN: r19798
Jeff Law committed
-
- 11 May, 1998 1 commit
-
-
Tue Mar 24 10:13:07 1998 Jason Merrill <jason@yorick.cygnus.com> * 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. From-SVN: r19684
Jeff Law committed
-
- 06 May, 1998 1 commit
-
-
From-SVN: r19601
Jeff Law committed
-
- 07 Apr, 1998 1 commit
-
-
(__stl_prime_list): Mark last two numbers as unsigned long since they are otherwise too large for long int on 32bit machines. From-SVN: r19034
Ulrich Drepper committed
-
- 05 Mar, 1998 2 commits
-
-
� * 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. From-SVN: r18414
Manfred Hollstein committed -
� * 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. From-SVN: r18413
Manfred Hollstein committed
-
- 04 Mar, 1998 1 commit
-
-
From-SVN: r18403
Ulrich Drepper committed
-
- 20 Feb, 1998 1 commit
-
-
* ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS. * 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. From-SVN: r18138
Jason Merrill committed
-
- 06 Feb, 1998 1 commit
-
-
* Makefile.in (piclist): Check value of enable_shared, not PICFLAG. (stmp-string, ...): Dito. (bigstmp-string, ...): Dito. From-SVN: r17683
Manfred Hollstein committed
-
- 01 Feb, 1998 1 commit
-
-
* config/linux.mt: Don't define _PTHREADS, but define _IO_MTSAFE_IO. From-SVN: r17581
H.J. Lu committed
-
- 28 Jan, 1998 1 commit
-
-
* tests/configure.in, testsuite/configure.in: Update with yesterday's toplevel configure.in changes. From-SVN: r17526
Manfred Hollstein committed
-
- 27 Jan, 1998 3 commits
-
-
configure.in (package_makefile_rules_frag): New variable which is used in the call to config.shared... * configure.in (package_makefile_rules_frag): New variable which is used in the call to config.shared; redirect file descriptor 2 to ${package_makefile_rules_frag}. From-SVN: r17524
Manfred Hollstein committed -
* Makefile.in (install): Remove the shared library symlink even if we aren't installing it. From-SVN: r17508
Jason Merrill committed -
* configure.in (topsrcdir): New. (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. From-SVN: r17505
H.J. Lu committed
-
- 25 Jan, 1998 1 commit
-
-
* std/bastring.h (unique): We only need length bytes. (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. From-SVN: r17478
Jason Merrill committed
-
- 13 Jan, 1998 2 commits
-
-
� * configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists. * tests/configure.in (check): Set to ${CHECK} if ${srcdir}/../../gcc doesn't exists. From-SVN: r17335
H.J. Lu committed -
� * configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists. * tests/configure.in (check): Set to ${CHECK} if ${srcdir}/../../gcc doesn't exists. From-SVN: r17334
Jeff Law committed
-
- 05 Jan, 1998 1 commit
-
-
bastring.cc (basic_string::Rep::operator delete): Don't claim to return from deallocate, since this is a void method. * std/bastring.cc (basic_string::Rep::operator delete): Don't claim to return from deallocate, since this is a void method. From-SVN: r17297
Brendan Kehoe committed
-
- 03 Jan, 1998 2 commits
-
-
/ * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 From-SVN: r17287
Franz Sirl committed -
* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 From-SVN: r17286
Franz Sirl committed
-
- 24 Dec, 1997 1 commit
-
-
* lib/libstdc++.exp (test_libstdc++): Set LD_LIBRARY_PATH and SHLIB_PATH appropriately. From-SVN: r17234
Jeffrey A Law committed
-
- 15 Dec, 1997 1 commit
-
-
From-SVN: r17094
Jason Merrill committed
-
- 07 Dec, 1997 2 commits
-
-
Sun Dec 7 02:34:40 1997 Jody Goldberg <jodyg@idt.net> * 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. From-SVN: r16993
Jody Goldberg committed -
* iosfwd: New header. * 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. From-SVN: r16991
Jason Merrill committed
-
- 05 Dec, 1997 1 commit
-
-
From-SVN: r16970
Jeff Law committed
-
- 27 Nov, 1997 1 commit
-
-
From-SVN: r16785
Jeffrey A Law committed
-
- 26 Nov, 1997 1 commit
-
-
* 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. From-SVN: r16722
Jason Merrill committed
-
- 25 Nov, 1997 1 commit
-
-
* Makefile.in (stmp-complex, bigstmp-complex): Changed to xxxx-complx. From-SVN: r16705
H.J. Lu committed
-
- 24 Nov, 1997 1 commit
-
-
From-SVN: r16693
Jeffrey A Law committed
-
- 22 Nov, 1997 1 commit
-
-
Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to cope with filesystem not capable to handle... * Makefile.in (bigstmp-complex): Name changed to bigstmp-complx to cope with filesystem not capable to handle names longer than 14 characters. From-SVN: r16664
Manfred Hollstein committed
-
- 17 Nov, 1997 1 commit
-
-
From-SVN: r16528
Jeffrey A Law committed
-
- 08 Nov, 1997 1 commit
-
-
From-SVN: r16364
Jason Merrill committed
-
- 07 Nov, 1997 1 commit
-
-
From-SVN: r16357
Jason Merrill committed
-
- 06 Nov, 1997 1 commit
-
-
* stl_algo.h, stl_algobase.h, stl_bvector.h, stl_deque.h: Update to October 28 SGI release. From-SVN: r16351
Jason Merrill committed
-
- 03 Nov, 1997 1 commit
-
-
* configure.in: Use delta.mt for m68k-motorola-sysv. * config/delta.mt: New makefile fragment. From-SVN: r16299
Manfred Hollstein committed
-
- 02 Nov, 1997 1 commit
-
-
* Makefile.in (install): Some of HEADERS come from the stl dir now. * 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. From-SVN: r16277
Jason Merrill committed
-
- 18 Oct, 1997 1 commit
-
-
From-SVN: r15989
Jason Merrill committed
-
- 10 Oct, 1997 2 commits
-
-
* std/bastring.h: Use ibegin internally. Return passed iterator instead of recalculating it were appropriate. * std/bastring.cc: Adjust for erase. From Yotam Medini: * std/bastring.h: Replace remove with erase. From-SVN: r15887
Jason Merrill committed -
From-SVN: r15886
Jason Merrill committed
-