- 13 Nov, 2002 3 commits
-
-
From-SVN: r59064
Kazu Hirata committed -
From-SVN: r59063
Kazu Hirata committed -
2002-11-13 Jonathan Wakely <redi@gcc.gnu.org> * docs/html/install.html, docs/html/22_locale/locale.html: HTML fix. From-SVN: r59062
Jonathan Wakely committed
-
- 12 Nov, 2002 11 commits
-
-
2002-11-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * doc/install.texi (powerpc-*-linux-gnu*): Update binutils requirement. From-SVN: r59059
Franz Sirl committed -
* config/h8300/h8300.c (tiny_constant_address_p): Parenthesize expressions appropriately. From-SVN: r59057
Kazu Hirata committed -
PR c/8439 * gcc.dg/20021110.c: Move to ... * gcc.c-torture/compile/20021110.c: .... here. From-SVN: r59054
Eric Botcazou committed -
From-SVN: r59051
Kazu Hirata committed -
* config/h8300/h8300.c (single_one_operand): Correctly compute mask when mode is SImode. (single_zero_operand): Likewise. * config/h8300/h8300.md (two new anonymous insns): New. From-SVN: r59050
Kazu Hirata committed -
* doc/contrib.texi (Contributors): Use GCJ instead of gcj to refer to that entire project. From-SVN: r59048
Gerald Pfeifer committed -
* config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Restore old directories. From-SVN: r59047
Rainer Orth committed -
From-SVN: r59045
GCC Administrator committed -
From-SVN: r59039
DJ Delorie committed -
* params.def (ggc-min-expand, ggc-min-heapsize): New parameters. * doc/invoke.texi: Document them. * ggc-page.c: Include params.h. Remove definitions of GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED. Replace GGC_POISON with ENABLE_GC_CHECKING in ifdefs, delete #define. (init_gcc): Don't set G.allocated_last_gc here. (ggc_collect): Use PARAM_VALUE (GGC_MIN_HEAPSIZE) and PARAM_VALUE (GGC_MIN_EXPAND) to decide whether or not to perform collection. * ggc-simple.c: Similarly. * Makefile.in (ggc-common.o, ggc-simple.o): Add $(PARAMS_H) to dependencies. From-SVN: r59034
Zack Weinberg committed -
From-SVN: r59032
Kazu Hirata committed
-
- 11 Nov, 2002 17 commits
-
-
2002-11-11 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/6746 * include/bits/fstream.tcc (filebuf::open): Set input pointers. * config/io/basic_file_stdio.cc (__basic_file::_M_open_mode): Set __p_mode as well. (__basic_file::open): Set to non-block for input. * testsuite/27_io/istream_unformatted.cc (test12): Add. (test13): Same. From-SVN: r59030
Benjamin Kosnik committed -
* dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly compute month. (unix2dostime): Handle years before 1980. Correctly compute month and day of month. From-SVN: r59027
Tom Tromey committed -
2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR c/8467 * gcc.c-torture/execute/20021111-1.c From-SVN: r59026
Franz Sirl committed -
2002-11-11 Janis Johnson <janis187@us.ibm.com> * doc/contrib.texi: Merge in the list from the libstdc++ web pages. From-SVN: r59024
Janis Johnson committed -
From-SVN: r59020
Jan Hubicka committed -
From-SVN: r59019
GCC Administrator committed -
2002-11-11 Jesse Rosenstock <jmr@ugcs.caltech.edu> * gnu/java/nio/charset/ISO_8859_1.java, gnu/java/nio/charset/Provider.java, gnu/java/nio/charset/US_ASCII.java, gnu/java/nio/charset/UTF_16.java, gnu/java/nio/charset/UTF_16BE.java, gnu/java/nio/charset/UTF_16Decoder.java, gnu/java/nio/charset/UTF_16Encoder.java, gnu/java/nio/charset/UTF_16LE.java, gnu/java/nio/charset/UTF_8.java: New files. * Makefile.am (): Added new files. * Makefile.in: Regenerated. From-SVN: r59013
Jesse Rosenstock committed -
2002-11-11 Michael Koch <konqueror@gmx.de> * java/nio/charset/CharacterCodingException.java: This class must be public. * java/nio/charset/CoderMalfunctionError.java: This class must be public. * java/nio/charset/CodingErrorAction.java: This class must be public. * java/nio/charset/IllegalCharsetNameException.java: This class must be public, better implementation. * java/nio/charset/MalformedInputException.java: This class must be public, better implementation. * java/nio/charset/UnmappableCharacterException.java: This class must be public, better implementation. * java/nio/charset/UnsupportedCharsetException.java: This class must be public, better implementation. From-SVN: r59012
Michael Koch committed -
2002-11-11 Michael Koch <konqueror@gmx.de> * java/nio/BufferOverflowException.java, java/nio/BufferUnderflowException.java: New file. * Makefile.am (ordinary_java_source_files): Added new files. * Makefile.in: Regenerated. From-SVN: r59011
Michael Koch committed -
* java/awt/Container.java (validate): Use tree lock. (getComponent): Likewise. (getComponents): Likewise. (addImpl): Likewise. (remove): Likewise. (removeAll): Likewise. (processEvent): Fixed indentation. (getComponentAt): Use tree lock. (findComponentAt): Likewise. (removeNotify): Likewise. (isAncestorOf): Likewise. (list): Likewise. (visitChildren): Likewise. (findNextFocusComponent): Likewise. (addNotifyContainerChildren): Likewise. (getAccessibleChildrenCount): Likewise. (getAccessibleChild): Likewise. From-SVN: r59009
Tom Tromey committed -
* config/m68k/t-crtstuff (crti.o): Use this... ($(T)crti.o): ... instead. (crtn.o): Use this... ($(T)crtn.o): ... instead. From-SVN: r59008
Joel Sherrill committed -
PR c/8439 * recog.c (validate_replace_rtx_1) [PLUS]: Simplify only if there is something new to be simplified. From-SVN: r59005
Eric Botcazou committed -
* mpw-mh-mpw: Remove. * mpw: Remove directory along with all of its files. From-SVN: r59004
Stan Shebs committed -
2002-11-10 H.J. Lu <hjl@gnu.org> * calls.c (PUSH_ARGS_REVERSED): Define only if not defined. * expr.c (PUSH_ARGS_REVERSED): Likewise. * config/i386/i386.h (PUSH_ARGS_REVERSED): Set to 1. From-SVN: r59002
H.J. Lu committed -
From-SVN: r59001
Mark Mitchell committed -
* docs/html/17_intro/howto.html: Make "chapter 22 notes" a link. * docs/html/faq/index.html: Mention that GCC ships with a newer version of the library than the last snapshot. Make "see below" a link. Add missing <html> tag. * docs/html/faq/index.txt: Regenerate. * docs/html/22_locale/locale.html, docs/html/22_locale/messages.html, docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html, docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html, docs/html/27_io/howto.html, docs/html/ext/howto.html, docs/html/ext/sgiexts.html: Add missing <html> tag. From-SVN: r59000
Jonathan Wakely committed -
From-SVN: r58999
Jonathan Wakely committed
-
- 10 Nov, 2002 9 commits
-
-
* java/awt/GridLayout.java (layoutContainer): Use tree lock. (getSize): Likewise. * java/awt/FlowLayout.java (layoutContainer): Use tree lock. (getSize): Likewise. * java/awt/BorderLayout.java (layoutContainer): Use tree lock. (calcSize): Likewise. * java/awt/CardLayout.java (getSize): Use tree lock. (gotoComponent): Likewise. (layoutContainer): Likewise. From-SVN: r58998
Tom Tromey committed -
* java/io/natFileDescriptorWin32.cc (read): Handle case where count is 0. * java/io/natFileDescriptorPosix.cc (read): Handle case where count is 0. From-SVN: r58997
Tom Tromey committed -
* java/io/Externalizable.java, java/io/FilePermission.java, java/io/ObjectStreamConstants.java, java/io/Serializable.java, java/io/SerializablePermission.java, java/text/Format.java, java/util/AbstractMap.java, java/util/HashMap.java, java/util/LinkedHashMap.java, javax/naming/BinaryRefAddr.java: New versions from Classpath. From-SVN: r58996
Tom Tromey committed -
From-SVN: r58995
Jakub Jelinek committed -
2002-11-10 Anthony Green <green@redhat.com> * java/util/jar/Attributes.java (Name): Fix name check. From-SVN: r58992
Anthony Green committed -
* java/lang/natClass.cc (initializeClass): Throw NoClassDefFoundError with getName() as message. (_Jv_CheckArrayStore): Throw ArrayStoreException with object and array type as message. * java/lang/natVMThrowable.cc: Don't declare parameter t, it is unused. From-SVN: r58991
Mark Wielaard committed -
* jartool.c (add_to_jar): Only compare file to jarfile if jarfile is non-NULL. * configure.in (AC_CHECK_HEADERS): Add limits.h. * configure, config.h.in: Rebuilt. From-SVN: r58990
Jakub Jelinek committed -
* config/rs6000/sysv4.h: Define NO_IMPLICIT_EXTERN_C here... * config/rs6000/linux.h, config/rs6000/linux64.h, config/rs6000/windiss.h: ... not here. From-SVN: r58989
Zack Weinberg committed -
* reg-stack.c (compensate_edge): Fix sanity check. From-SVN: r58988
Jan Hubicka committed
-