1. 09 May, 2001 7 commits
  2. 08 May, 2001 10 commits
    • bkoz's avatar
      · 34d4b81a
      bkoz authored
      2001-05-08  Benjamin Kosnik  <bkoz@fillmore.constant.com>
      
      	* include/c_std/bits/std_cstring.h (memchr): Correct definitions.
      	(strchr): Same.
      	(strpbrk): Same.
      	(strrchr): Same.
      	(strstr): Same.
      	* include/c_std/bits/std_cwchar.h (wcschr): Same.
      	(wcsbrk): Same.
      	(wcsrchr): Same.
      	(wcsstr): Same.
      	(wmemchr): Same.
      	* testsuite/21_strings/c_strings.cc: Add tests.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41919 138bc75d-0d04-0410-961f-82ee72b054a4
      34d4b81a
    • aph's avatar
      2001-05-03 Andrew Haley <aph@cambridge.redhat.com> · d8c23d3f
      aph authored
              * reload1.c (copy_eh_notes): New function.
              (emit_input_reload_insns): Call it.
              (emit_output_reload_insns): Call it.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41918 138bc75d-0d04-0410-961f-82ee72b054a4
      d8c23d3f
    • apbianco's avatar
      2001-05-07 Alexandre Petit-Bianco <apbianco@redhat.com> · b2b8161f
      apbianco authored
      	* parse.y (build_unresolved_array_type): Set
      	EXPR_WFL_QUALIFICATION on the newly created wfl.
      	Fixes PR java/2538. Fixes PR java/2535.
      
      (http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00438.html )
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41917 138bc75d-0d04-0410-961f-82ee72b054a4
      b2b8161f
    • gccadmin's avatar
      Daily bump. · 8e7a928d
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41914 138bc75d-0d04-0410-961f-82ee72b054a4
      8e7a928d
    • zack's avatar
      Really remove this file · 68c2bc37
      zack authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41913 138bc75d-0d04-0410-961f-82ee72b054a4
      68c2bc37
    • zack's avatar
      * config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*): · 85c2519d
      zack authored
      	Delete stanzas.
      	* config/i386/sco.h, config/i386/sco4.h, config/i386/scodbx.h,
      	config/i386/sco4dbx.h, config/i386/x-sco4: Delete file.
      
      	* optabs.c: Delete #ifdef BROKEN_LDEXP block.
      
      	* POTFILES.in: Remove config/i386/sco.h, config/i386/sco4.h,
      	config/i386/sco4dbx.h, and config/i386/scodbx.h.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41912 138bc75d-0d04-0410-961f-82ee72b054a4
      85c2519d
    • zack's avatar
      * cp-demangle.c (demangle_v3_with_details, · e5f55ef4
      zack authored
      	is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
      	function definition.
      	* ternary.c: Use K+R style function definitions.  Use PTR, not
      	void *.  Make arguments constant where possible.
      	* demangle.h: Use PARAMS for all prototypes.
      	* ternary.h: Use PARAMS for all prototypes.  Use PTR, not void *.
      	Make arguments constant where possible.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41910 138bc75d-0d04-0410-961f-82ee72b054a4
      e5f55ef4
    • bkoz's avatar
      · 535df215
      bkoz authored
      2001-05-07  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/2523
      	* include/bits/std_fstream.h (basic_filebuf): Change signature.
      	* include/bits/fstream.tcc (basic_filebuf): Change bool argument
      	to int_type, pass in buffer size info.
      	* include/bits/std_streambuf.h (_M_is_indeterminate): Check for
      	unbuffered situation.
      	(underflow): Remove codecvt bits for the time being.
      	* include/bits/istream.tcc (istream::sentry): Avoid sputbackc call.
      	* include/bits/locale_facets.tcc (_M_extract): Cache dereference
      	values from iterators, clean.
      	* src/locale.cc: Ditto.
      	* include/bits/sbuf_iter.h: Format.
      	* src/ios.cc: Explicitly pass in buffer sizes at creation time.
      	* testsuite/27_io/narrow_stream_objects.cc: Add tests.
      	* testsuite/27_io/filebuf.cc: Tweaks.
      	* testsuite/27_io/filebuf_members.cc: Tweaks.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41909 138bc75d-0d04-0410-961f-82ee72b054a4
      535df215
    • bkoz's avatar
      · 519e77eb
      bkoz authored
      2001-05-07  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/2523
      	* include/bits/std_fstream.h (basic_filebuf): Change signature.
      	* include/bits/fstream.tcc (basic_filebuf): Change bool argument
      	to int_type, pass in buffer size info.
      	* include/bits/std_streambuf.h (_M_is_indeterminate): Check for
      	unbuffered situation.
      	(underflow): Remove codecvt bits for the time being.
      	* include/bits/istream.tcc (istream::sentry): Avoid sputbackc call.
      	* include/bits/locale_facets.tcc (_M_extract): Cache dereference
      	values from iterators, clean.
      	* src/locale.cc: Ditto.
      	* include/bits/sbuf_iter.h: Format.
      	* src/ios.cc: Explicitly pass in buffer sizes at creation time.
      	* testsuite/27_io/narrow_stream_objects.cc: Add tests.
      	* testsuite/27_io/filebuf.cc: Tweaks.
      	* testsuite/27_io/filebuf_members.cc: Tweaks.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41908 138bc75d-0d04-0410-961f-82ee72b054a4
      519e77eb
    • mmitchel's avatar
      * config/os/solaris/solaris2.7/bits/os_defines.h · 03ad6663
      mmitchel authored
      	(_LARGEFILE_SOURCE): Define it.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41907 138bc75d-0d04-0410-961f-82ee72b054a4
      03ad6663
  3. 07 May, 2001 11 commits
  4. 06 May, 2001 10 commits
  5. 05 May, 2001 2 commits