| Commit message (Expand) | Author | Age | Files | Lines |
* | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 2000-02-19 | 26 | -269/+312 |
* | jcf-depend.c (add_entry): Add entries to the end of the list. | Anthony Green | 2000-02-19 | 2 | -5/+17 |
* | Daily bump. | Jeff Law | 2000-02-19 | 5 | -5/+5 |
* | * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call. | Jeffrey A Law | 2000-02-18 | 2 | -2/+6 |
* | ZipEntry.java (setCrc): Fix overflow. | Bryce McKinlay | 2000-02-19 | 2 | -2/+7 |
* | invoke.texi (Warning Options): Add an explanation of why you might want the -... | Geoff Keating | 2000-02-19 | 2 | -0/+16 |
* | bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | Richard Kenner | 2000-02-18 | 17 | -58/+152 |
* | semantics.c (deferred_type_access_control): Walk the entire type_lookups list. | Jason Merrill | 2000-02-18 | 7 | -1111/+1203 |
* | new | Jason Merrill | 2000-02-18 | 3 | -0/+36 |
* | jvm.h (_Jv_GetJavaVM): Declare. | Tom Tromey | 2000-02-18 | 5 | -14/+135 |
* | register.java: New file. | Tom Tromey | 2000-02-18 | 4 | -0/+55 |
* | *** empty log message *** | Chandra Chavva | 2000-02-18 | 1 | -0/+17 |
* | Prevent emission of "a.lign 0" directives | Nick Clifton | 2000-02-18 | 3 | -10/+29 |
* | re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ... | Pekka Nikander | 2000-02-18 | 2 | -0/+20 |
* | gcc.texi (Bug Reporting): Refer to bugs.html. | Martin v. Löwis | 2000-02-18 | 13 | -14/+40 |
* | Fix typos in -fmessage-length doc | Nathan Sidwell | 2000-02-18 | 1 | -1/+1 |
* | Missed changelog for life_analysis fix. | Richard Henderson | 2000-02-18 | 1 | -0/+19 |
* | Daily bump. | Jeff Law | 2000-02-18 | 5 | -5/+5 |
* | loop.c (canonicalize_condition): New function, broken out of get_condition. | John Wehle | 2000-02-18 | 5 | -32/+97 |
* | class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT. | Mark Mitchell | 2000-02-18 | 3 | -5/+4 |
* | Rotated ChangeLogs | Tom Tromey | 2000-02-17 | 2 | -7109/+7108 |
* | ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS. | Mark Mitchell | 2000-02-17 | 4 | -0/+10 |
* | stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt isn't set. | Mark Mitchell | 2000-02-17 | 2 | -2/+11 |
* | invoke.texi (-fmessage-length=n): Document. | Mark Mitchell | 2000-02-17 | 4 | -6/+19 |
* | g++.exp (g++_init): Add -fmessage-length=0 to ALWAYS_CXXFLAGS. | Mark Mitchell | 2000-02-17 | 2 | -0/+9 |
* | * bitmap.c (bitmap_operation): Don't leak bitmap elements. | Jason Merrill | 2000-02-17 | 2 | -1/+10 |
* | function.c (thread_prologue_and_epilogue_insns): Put a line note after the pr... | Mark Mitchell | 2000-02-17 | 2 | -1/+27 |
* | re GNATS gcj/152 (Installation flaw) | Tom Tromey | 2000-02-17 | 2 | -1/+8 |
* | Replace #include <...> with #include "system.h" | Nick Clifton | 2000-02-17 | 2 | -2/+6 |
* | Andy Vaught <andy@maxwell.la.asu.edu> | Andy Vaught | 2000-02-17 | 2 | -7/+10 |
* | configure.in (alpha-linux*, [...]): Add crtbeginS.o and crtendS.o. | Richard Henderson | 2000-02-17 | 7 | -281/+321 |
* | Daily bump. | Jeff Law | 2000-02-17 | 5 | -5/+5 |
* | * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T). | Richard Henderson | 2000-02-16 | 2 | -7/+10 |
* | lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec. | Richard Henderson | 2000-02-16 | 1 | -4/+6 |
* | * longlong.h (__clz_tab): Declare as static to match definition. | Hans-Peter Nilsson | 2000-02-16 | 2 | -2/+6 |
* | xm-djgpp.h (LIBSTDCXX): Delete. | Mark Elbrecht | 2000-02-16 | 3 | -6/+70 |
* | reg-stack.c (emit_swap_insn): Do not put a new insn before a NOTE_BASIC_BLOCK. | Zack Weinberg | 2000-02-17 | 2 | -5/+6 |
* | configure.in: Add support for avr target. | Denis Chertykov | 2000-02-16 | 3 | -97/+104 |
* | Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ... | Zack Weinberg | 2000-02-17 | 4 | -32/+67 |
* | flow.c (dump_regset, [...]): New functions. | Zack Weinberg | 2000-02-17 | 3 | -25/+98 |
* | Add Denis as maintainer for avr port. | Jeff Law | 2000-02-16 | 1 | -0/+1 |
* | invoke.texi: Add AVR invocation docs. | Denis Chertykov | 2000-02-16 | 5 | -3/+131 |
* | * jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions. | Tom Tromey | 2000-02-17 | 2 | -0/+11 |
* | calls.c: New file. | Tom Tromey | 2000-02-17 | 4 | -0/+140 |
* | * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C". | Jason Merrill | 2000-02-16 | 2 | -1/+13 |
* | Make DECL_CONTEXT mean the class in which a member function was declared, eve... | Mark Mitchell | 2000-02-16 | 18 | -206/+245 |
* | jni.cc (_Jv_JNI_NewObjectV): Corrected assertion. | Tom Tromey | 2000-02-16 | 2 | -3/+34 |
* | throwit.java: New file. | Tom Tromey | 2000-02-16 | 4 | -0/+68 |
* | * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE. | Jason Merrill | 2000-02-16 | 2 | -8/+4 |
* | config.guess: Synchronize with master repository. | Franz Sirl | 2000-02-16 | 3 | -34/+78 |