1. 07 Jul, 2000 6 commits
  2. 06 Jul, 2000 16 commits
  3. 05 Jul, 2000 9 commits
    • [multiple changes] · 42d18a47
      
      
      2000-07-05  brent verner  <brent@rcfile.org>
      
      	* testsuite/27_io/ifstream_members.cc (test01): Add tests.
      	* testsuite/27_io/ofstream_members.cc (test01): Add tests.
      	* config/c_io_libio.cc (__basic_file::open): Unset
      	~_IO_DELETE_DONT_CLOSE.
      
      2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
      
              * bits/gslice_array.h, bits/indirect_array.h, bits/mask_array.h,
              bits/slice_array.h, bits/std_valarray.h, bits/valarray_meta.h:
              Do not paste anything after 'operator' keyword.
      
      From-SVN: r34877
      Benjamin Kosnik committed
    • Make-lang.in (PARSE_DIR): New macro. · 0267da64
      	* Make-lang.in (PARSE_DIR): New macro.
      	(PARSE_RELDIR): Likewise.
      	(PARSE_C): Likewise.
      	(PARSE_SCAN_C): Likewise.
      	($(PARSE_C)): New target.
      	($(PARSE_SCAN_C)): Likewise.
      	(SET_BISON): New macro.
      	(BISONFLAGS): Likewise.
      	(JAVABISONFLAGS): Likewise.
      
      From-SVN: r34876
      Tom Tromey committed
    • call.c (joust): Don't complain about `operator char *()' beating `operator const char *() const'. · ab785305
              * call.c (joust): Don't complain about `operator char *()' beating
              `operator const char *() const'.
      
      From-SVN: r34875
      Jason Merrill committed
    • [multiple changes] · a1337b40
      2000-07-03  Donn Terry  (donnte@microsoft.com)
              * libU77/aclocal.m4: check for 2 argument gettimeofday without
      	struct timezone
      
      2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
      
      From-SVN: r34874
      Donn Terry committed
    • ident.c: Don't expect #ident strings in the assembly output. · bfa697a9
      	* gcc.dg/cpp/ident.c: Don't expect #ident strings in the
      	assembly output.
      
      From-SVN: r34873
      Zack Weinberg committed
    • * cpplib.c (_cpp_parse_assertion): Fix buffer overrun. · 385d061b
      From-SVN: r34872
      Zack Weinberg committed
    • Daily bump. · dca888c4
      From-SVN: r34871
      Jeff Law committed
    • cpplex.c: Don't include sys/mman.h. · c71f835b
      toplevel:
      	* cpplex.c: Don't include sys/mman.h.
      	(cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
      
      	* cpplib.c: Include sys/mman.h and obstack.h.
      	(cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
      	obstack.
      	(cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
      	(_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
      	bother freeing if stack entries (they will be freed with their buffer).
      	(do_endif): Free if stack entries from the buffer obstack.
      	(push_conditional): Allocate if stack entries from the buffer obstack.
      
      	(find_answer): Rename to _cpp_find_answer.
      	(do_assert, do_unassert): Update.
      
      	* cpphash.h: Update prototypes.
      	(xobnew): New convenience macro.
      	* cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
      	Update comments.
      	(struct cpp_hashnode): Remove disabled field.
      
      	* cppinit.c: Don't include hashtab.h or splay-tree.h.
      	(report_missing_guard): Moved to cppfiles.c.
      	(cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
      	cpp_init_includes.
      	(cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
      	cpp_cleanup_includes.  Don't destroy hashtab or
      	all_include_files here.
      	(cpp_finish): Use _cpp_report_missing_guards.
      
      	* cppfiles.c (report_missing_guard): Moved from cppinit.c.
      	(_cpp_init_include_table): Rename _cpp_init_includes.
      	(_cpp_cleanup_includes, _cpp_report_missing_guards): New.
      
      	* cppexp.c (parse_assertion): Update for new name of
      	find_answer.
      
      	* Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
      
      	* cpplib.c (do_ident): s/VSPACE/EOF/
      
      testsuite:
      	* gcc.dg/cpp/ident.c: New test.
      
      From-SVN: r34870
      Zack Weinberg committed
    • gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument on… · 1bbee75b
      gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument on the first pass for CNI as...
      
              * gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL
      	stream argument on the first pass for CNI as well as JNI.
              (print_method_info): Set up method name on the first pass only.
      
      From-SVN: r34869
      Bryce McKinlay committed
  4. 04 Jul, 2000 9 commits