aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-202005-04-20 Roman Kennke <roman@kennke.org>Roman Kennke14-143/+551
2005-04-202005-04-20 Michael Koch <konqueror@gmx.de>Michael Koch2-0/+9
2005-04-202005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2-0/+22
2005-04-19builtins.c (expand_builtin_sync_operation): Revert last change.Richard Henderson15-130/+172
2005-04-20fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y sim...James A. Morrison4-0/+36
2005-04-20fold-const (fold_binary): Fold ~X ^ ~ Y to X ^ Y.James A. Morrison4-0/+27
2005-04-20* de.po: Update.Joseph Myers2-36/+32
2005-04-19Testcase to verify that FP regs are properly saved/restored across unwind.James E Wilson2-0/+99
2005-04-20trans-const.c (gfc_conv_mpz_to_tree): Fix comment.Steven G. Kargl2-2/+6
2005-04-20c.opt (Wint-to-pointer-cast, [...]): New options.Joseph Myers11-3/+128
2005-04-20* tree-ssa-phiopt.c: Update a comment about the pass.Kazu Hirata2-37/+52
2005-04-20Daily bump.GCC Administrator1-1/+1
2005-04-19tree-ssa-phiopt.c, [...]: Fix comment typos.Kazu Hirata5-6/+11
2005-04-19Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET.Daniel Jacobowitz3-2/+9
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch3-8/+36
2005-04-19invoke.texi: Update -Waliasing description.Arnaud Desitter2-5/+20
2005-04-19* config/arm/arm.c (arm_init_libfuncs): Clear mod optabs.Paul Brook2-0/+11
2005-04-19hashtab.h, [...]: Don't use the PTR macro.Kaveh R. Ghazi7-30/+36
2005-04-19os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson4-2/+57
2005-04-19* except.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-19re PR debug/21022 ([4.0 only] ICE while compiling GdkFontMetrics.class with s...Andrew Haley2-3/+9
2005-04-19decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di...Julian Brown2-7/+5
2005-04-19system.h (fopen, [...]): Define these to the unlocked libiberty functions.Kaveh R. Ghazi6-0/+30
2005-04-19[multiple changes]Michael Koch104-20/+22580
2005-04-19re PR tree-optimization/21096 (copy-prop leaks memory)Kazu Hirata2-0/+6
2005-04-192005-04-19 Roman Kennke <roman@kennke.org>Roman Kennke3-3/+38
2005-04-19re PR libgcj/21064 ([4.0 only] StyleContext.addStyle causes NullPointerExcept...Roman Kennke2-1/+12
2005-04-19RemoteObject.java: Removed unused import statement.Michael Koch2-2/+6
2005-04-19URL.java: Formatting cleanups.Michael Koch2-2/+10
2005-04-19FontMetrics.java: Reformatted.Michael Koch2-369/+343
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch2-4/+8
2005-04-19[multiple changes]Michael Koch27-12/+2630
2005-04-19java-except.h (struct eh_range.handler): Remove unused field.Andrew Haley5-147/+207
2005-04-19natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only...Mark Wielaard2-2/+15
2005-04-19ControlWordToken.java, [...]: New files.Michael Koch10-4/+976
2005-04-19QuadCurve2D.java: Fixed Brian Gough's name for real.Michael Koch2-2/+7
2005-04-19re PR fortran/16861 ([4.0 only] segfault with doubly used module)Francois-Xavier Coudert4-0/+46
2005-04-19re PR target/21098 (.note.GNU-stack emitted)Alan Modra3-2/+16
2005-04-19UIManager.java: Make the UIManager respect the swing.defaultlaf system property.Roman Kennke2-1/+26
2005-04-19natVMClassLoader.cc (loadClass): Call resolveClass, not _Jv_InitClass.Tom Tromey2-1/+6
2005-04-19BasicMenuBarUI.java: Fixed tabs to spaces.Roman Kennke2-2/+7
2005-04-192005-04-19 Roman Kennke <roman@kennke.org>Roman Kennke3-64/+78
2005-04-192005-04-19 Roman Kennke <roman@ontographics.com>Roman Kennke3-84/+310
2005-04-192005-04-19 Roman Kennke <roman@kennke.org>Roman Kennke2-4/+70
2005-04-19JTextArea.java (replaceRange): Fixing doc.remove(start, length) misinterpreta...Audrius Meskauskas2-2/+7
2005-04-19CellRendererPane.java: implemented all methods of this class.Roman Kennke2-110/+167
2005-04-19[multiple changes]Michael Koch2-27/+147
2005-04-19JComponent.java: Modified alignmentX and alignmentY to be 0.5 instead of 0.0.Roman Kennke2-11/+17
2005-04-19JComboBox.java (constructors): selecting the first item if the box was constr...Audrius Meskauskas2-0/+12
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch4-42/+93