1. 62715bf libgfortran: Remove empty array descriptor first dimension overwrite [PR112371] by Mikael Morin · 1 year, 4 months ago
  2. 85a9688 libgfortran: Remove early return if extent is zero [PR112371] by Mikael Morin · 1 year, 4 months ago
  3. d56bf41 libgfortran: Don't skip allocation if size is zero [PR112412] by Mikael Morin · 1 year, 4 months ago
  4. 83ffe9c Update copyright years. by Jakub Jelinek · 2 years, 2 months ago
  5. 7adcbaf Update copyright years. by Jakub Jelinek · 3 years, 2 months ago
  6. 99dee82 Update copyright years. by Jakub Jelinek · 4 years, 2 months ago
  7. 8d9254f Update copyright years. by Jakub Jelinek · 5 years ago
  8. a554497 Update copyright years. by Jakub Jelinek · 6 years ago
  9. 2ea47ee re PR fortran/82995 (Segmentation fault passing optional argument to intrinsic sum function) by Thomas Koenig · 6 years ago
  10. ca708a2 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") by Steven G. Kargl · 7 years ago
  11. b573f93 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) by Thomas Koenig · 7 years ago
  12. 64b1806 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) by Thomas Koenig · 7 years ago
  13. fa3c4d4 libgfortran.h (GFC_DTYPE_COPY): New macro. by Thomas Koenig · 7 years ago
  14. 85ec4fe Update copyright years. by Jakub Jelinek · 7 years ago
  15. cfdf6ff re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing) by Thomas Koenig · 8 years ago
  16. 80dd631 re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstrap-O3) by Thomas Koenig · 8 years ago
  17. cbe34bb Update copyright years. by Jakub Jelinek · 8 years ago
  18. 887d9b8 libgfortran.h: Include <stdlib.h> header. by Francois-Xavier Coudert · 8 years ago
  19. 981c0cd abort.c: Remove unused headers. by Francois-Xavier Coudert · 8 years ago
  20. 818ab71 Update copyright years. by Jakub Jelinek · 9 years ago
  21. 5624e56 Update copyright years. by Jakub Jelinek · 10 years ago
  22. 92e6f3a Introduce xmallocarray, an overflow checking variant of xmalloc. by Janne Blomqvist · 11 years ago
  23. f0bcf62 Update copyright years in libgfortran/ by Richard Sandiford · 11 years ago
  24. e3c063c Update copyright years in libgfortran. by Richard Sandiford · 12 years ago
  25. 036e177 bessel.m4: Remove useless statement. by Tobias Burnus · 12 years ago
  26. 1a0fd3d Combined get_mem and internal_malloc_size. by Janne Blomqvist · 13 years ago
  27. 21d1335 libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound and data to base_addr. by Tobias Burnus · 13 years ago
  28. 95928a1 re PR fortran/49479 (reshape / optionals / zero sized arrays) by Thomas Koenig · 14 years ago
  29. facc128 re PR fortran/48066 (Segfault with SUM of zero-sized array) by Thomas Koenig · 14 years ago
  30. 0cd0559 re PR fortran/33197 (Fortran 2008: math functions) by Tobias Burnus · 15 years ago
  31. 14ca4cf pack_generic.c (pack_internal): Remove unused zero_sized variable. by Jakub Jelinek · 15 years ago
  32. 80927a5 re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1) by Jakub Jelinek · 16 years ago
  33. 16bff92 [multiple changes] by Thomas Koenig · 16 years ago
  34. dfb55fd re PR fortran/37577 ([meta-bug] change internal array descriptor format for better syntax, C interop TR, rank 15) by Thomas Koenig · 16 years ago
  35. 748086b Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. by Jakub Jelinek · 16 years ago
  36. 9731c4a libgfortran.h (likely,unlikely): New makros. by Tobias Burnus · 17 years ago
  37. da96f5a re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections) by Thomas Koenig · 17 years ago
  38. 802367d re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask) by Thomas Koenig · 17 years ago
  39. ccacefc re PR libfortran/34746 (wrong formats in libgfortran's runtime_error) by Thomas Koenig · 17 years ago
  40. fd6590f re PR libfortran/34670 (bounds checking for array intrinsics) by Thomas Koenig · 17 years ago
  41. 36ae8a6 minloc1.m4: Update copyright year and ajust headers order. by Francois-Xavier Coudert · 18 years ago
  42. 28dc6b3 re PR libfortran/32972 (performance of pack/unpack) by Thomas Koenig · 18 years ago
  43. 5e9f08b cpu_time.c: Don't include headers already included by libgfortran.h. by Francois-Xavier Coudert · 18 years ago
  44. 80ee04b re PR fortran/30321 (program crash for SUM applied to zero-size array) by Thomas Koenig · 18 years ago
  45. 5d7adf7 minval_r8.c: Regenerate. by Francois-Xavier Coudert · 18 years ago
  46. 6ff24d4 in_pack.m4: Add TODO comment about detecting temporaries... by Janne Blomqvist · 19 years ago
  47. 97a6203 re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.)) by Thomas Koenig · 19 years ago
  48. 64acfd9 libgfortran ChangeLog: by Janne Blomqvist · 19 years ago
  49. 644cb69 re PR libfortran/19308 (I/O library should support more real and integer kinds) by François-Xavier Coudert · 19 years ago
  50. fe2ae68 All files: Update FSF address. by Kelley Cook · 20 years ago
  51. efd4dc1 libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'. by Tobias Schlüter · 20 years ago
  52. e33e218 re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly) by Thomas Koenig · 20 years ago
  53. c6abe94 re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,dim=2,mask=a>0)) by Thomas Koenig · 20 years ago
  54. 50dd63a re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,dim=2,mask=a>0)) by Thomas Koenig · 20 years ago
  55. 57dea9f re PR libfortran/19280 (Inconsistent licensing of libgfortran) by Toon Moene · 20 years ago
  56. 7f68c75 iresolve.c (gfc_resolve_all, [...]): Use PREFIX. by Richard Henderson · 20 years ago
  57. 7d7b8bf acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New. by Richard Henderson · 20 years ago
  58. 07d3ceb cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc. by Richard Henderson · 20 years ago
  59. 6c167c4 * libgfortran.h (array_t, size0) New declarations. by Victor Leikehman · 21 years ago
  60. c9e66ed Makefile.am: Remove references to types.m4. by Paul Brook · 21 years ago
  61. 6de9cd9 Merge tree-ssa-20020619-branch into mainline. by Diego Novillo · 21 years ago