- 17 Nov, 2000 5 commits
-
-
* include/bits/locale_facets.tcc (num_get<_CharT, _InIter>::do_get(...)): Add missing typename keyword. From-SVN: r37513
Loren J. Rittle committed -
* java/io/PushbackReader.java: Merged with Classpath. * java/util/Arrays.java: Updated from Classpath. * scripts/blocks.pl: New file. * java/lang/Character.java (Subset): New class. (UnicodeBlock): New class. * java/lang/Math.java (toDegrees, toRadians): New methods. * java/lang/Float.java: Implement Comparable. (compareTo): New methods. * java/lang/Double.java: Implement Comparable. (compareTo): New methods. From-SVN: r37512
Tom Tromey committed -
* mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not malloc/realloc. * cpplib.c (glue_header_name): Likewise. * fixincl.c (run_compiles, start_fixer): Likewise. * fixlib.c (load_file_data): Likewise. * mkdeps.c (munge): Likewise. f: * malloc.c (malloc_init): Call xmalloc, not malloc. From-SVN: r37511
Kaveh R. Ghazi committed -
* defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove trailing ';'. Fix formatting. From-SVN: r37510
Hans-Peter Nilsson committed -
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make --enable-cstdio=stdio the default. Disable wide character support in that event. * configure.in: Move GLIBCPP_ENABLE_C_MBCHAR after (GLIBCPP_ENABLE_CSTDIO). * config/c_io_stdio.h: Don't include <libio.h>, don't define __c_wfile_type. * aclocal.m4: Regenerated. * configure: Likewise. * Makefile.in: Likewise. * libio/Makefile.in: Likewise. * libmath/Makefile.in: Likewise. * libsupc++/Makefile.in: Likewise. * src/Makefile.in: Likewise. From-SVN: r37509
Mark Mitchell committed
-
- 16 Nov, 2000 19 commits
-
-
mangle.c (write_special_name_constructor): Don't generate assembler junk when confronted with an old-style constructor. * mangle.c (write_special_name_constructor): Don't generate assembler junk when confronted with an old-style constructor. (write_special_name_destructor): Likewise. (mangle_decl_string): Do it here instead. From-SVN: r37508
Mark Mitchell committed -
* config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR): Shift masks left by one to avoid conflict. From-SVN: r37507
Jim Wilson committed -
* java/beans/PropertyChangeSupport.java (propertyListeners): Made transient. (listeners): Made transient. (source): Renamed from 'bean'. (children): New field for serialization. (propertyChangeSupportSerializedDataVersion): Ditto. (serialVersionUID): Ditto. (writeObject): New serialization method. (readObject): New serialization method. * java/beans/VetoableChangeSupport.java (propertyListeners): Made transient. (listeners): Made transient. (source): Renamed from 'bean'. (children): New field for serialization. (vetoableChangeSupportSerializedDataVersion): Ditto. (serialVersionUID): Ditto. (writeObject): New serialization method. (readObject): New serialization method. * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Fixed assert to allow constructor to have a return type (i.e. the class that the constructor constructs). Serialization mods. From-SVN: r37506
Warren Levy committed -
* config/ia64/ia64.c (ia64_encode_section_info): Disallow decls with DECL_EXTERNAL set. From-SVN: r37505
Jim Wilson committed -
From-SVN: r37504
Nick Clifton committed -
From-SVN: r37503
Nick Clifton committed -
From-SVN: r37502
Gerald Pfeifer committed -
From-SVN: r37501
Bernd Schmidt committed -
From-SVN: r37500
DJ Delorie committed -
* rtl.c (read_rtx): Provide suitable names for unnamed define_insn and define_insn_and_split patterns, based on file and line numbers. From-SVN: r37499
DJ Delorie committed -
From-SVN: r37498
Nathan Sidwell committed -
2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gcc.c-torture/execute/20001115-1.c: New test. From-SVN: r37497
Franz Sirl committed -
* config/c_io_stdio.h (streamsize): Make it a typedef for ptrdiff_t. (wstreamsize): Likewise. From-SVN: r37496
Mark Mitchell committed -
From-SVN: r37495
Mark Mitchell committed -
* cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'. Do s/cplus_dem.c/cplus-dem.c/g on ChangeLog. From-SVN: r37494
Hans-Peter Nilsson committed -
From-SVN: r37493
Jeff Law committed -
* g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary. * g++.old-deja/g++.abi/cxa_vec.C: Likewise. * g++.old-deja/g++.abi/ptrflags.C: Likewise. * g++.old-deja/g++.abi/vmihint.C: Likewise. From-SVN: r37492
Mark Mitchell committed -
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la. * src/Makefile.am (libstdc___la_LIBADD): Use it. * aclocal.m4: Regenerated. * configure: Likewise. * Makefile.in: Likewise. * libio/Makefile.in: Likewise. * libmath/Makefile.in: Likewise. * libsupc++/Makefile.in: Likewise. * src/Makfile.in: Likewise. From-SVN: r37491
Mark Mitchell committed -
* mkcheckin.in: Move check for bash version 2 later in the file. * include/bits/basic_string.h (basic_string::_Rep::_S_max_size): Make it const. (basic_string::_Rep::_S_terminal): Likewise. * include/bits/string.tcc (basic_string::_Rep::_S_max_size): Likewise. (basic_string::_Rep::_S_terminal): Likewise. From-SVN: r37490
Mark Mitchell committed
-
- 15 Nov, 2000 16 commits
-
-
From-SVN: r37489
Gerald Pfeifer committed -
2000-11-15 David Billinghurst <David.Billinghurst@riotinto.com> * mkcheck.in: Add function size_command() for irix. From-SVN: r37488
David Billinghurst committed -
* cpplib.c (start_directive, end_directive): New functions. (_cpp_handle_directive, run_directive): Use them. (_cpp_handle_directive): Don't -Wtraditional on indented null directives. (_cpp_push_buffer): Don't re-clear was_skipping. * cpplib.h (struct cpp_reader): New member la_saved. * cppmacro.c (cpp_get_token): Don't interpret _Pragma in directives. From-SVN: r37487
Neil Booth committed -
* gcc.dg/cpp/_Pragma1.c: Update. * gcc.dg/cpp/_Pragma2.c: New test. From-SVN: r37486
Neil Booth committed -
toplev.c (wrapup_global_declarations): Don't write out artificial static variables that aren't needed. * toplev.c (wrapup_global_declarations): Don't write out artificial static variables that aren't needed. * decl.c (wrapup_globals_for_namespace): Don't mark things TREE_ASM_WRITTEN when they're not. From-SVN: r37485
Mark Mitchell committed -
2000-11-15 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/configure.in: See if `mkstemp' is available. * libI77/configure: Regenerate. * libI77/open.c: Use `mkstemp' to create scratch file atomically. From-SVN: r37484
Toon Moene committed -
* cplus_dem.c: Eliminate use of DEFUN, it is obsolete and cannot be used in GCC. From-SVN: r37483
Kenneth Block committed -
From-SVN: r37482
Bernd Schmidt committed -
* fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of machines for which fixincludes is not needed. * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto. From-SVN: r37481
Fred Fish committed -
* diagnostic.c (finish_abort): New fn. (fancy_abort, error_recursion): Use it. * toplev.c (crash_signal): Likewise. * diagnostic.h: Declare it. * typeck2.c (friendly_abort): Uncount the error before handing off to fancy_abort. From-SVN: r37480
Jason Merrill committed -
2000-11-13 Andrew Haley <aph@redhat.com> * tree.c (build_type_no_quals): New function. * tree.h (build_type_no_quals): Declare. * c-common.c (c_get_alias_set): When considering type compatibility for pointer types, ignore cv-qualifiers anywhere in a pointer chain. From-SVN: r37479
Andrew Haley committed -
cp/ * typeck.c (lookup_anon_field): Cope with qv qualifiers. testsuite/ * g++.old-deja/g++.other/anon5.C: New test. From-SVN: r37478
Nathan Sidwell committed -
From-SVN: r37477
Hans-Peter Nilsson committed -
From-SVN: r37476
Hans-Peter Nilsson committed -
* cplus_dem.c: Add gnat demangler. Add java to demangle style list. From-SVN: r37475
Kenneth Block committed -
From-SVN: r37474
Kenneth Block committed
-