aboutsummaryrefslogtreecommitdiff
path: root/gcc/m2/gm2-libs
AgeCommit message (Expand)AuthorFilesLines
9 daysPR modula2/121289 Poor warning location when using Wstyle optionGaius Mulley1-17/+19
2025-07-23[modula2] Add return to remove build warningGaius Mulley1-2/+3
2025-07-18PR modula2/121164 Modula 2 build failureGaius Mulley1-3/+3
2025-06-30[PR modula2/117203] Followup add Delete procedure functionGaius Mulley2-3/+22
2025-06-12PR modula2/119650: Regenerate target independent documentationGaius Mulley1-2/+1
2025-06-07[PR modula2/119650, PR modula2/117203]: WriteString and Delete are missing fr...Gaius Mulley11-0/+572
2025-04-24PR modula2/119915: Sprintf1 repeats the entire format string if it starts wit...Gaius Mulley1-2/+2
2025-02-01PR modula2/118703 Abort compiling m2pim_NumberIO_BinToStrGaius Mulley3-1/+35
2025-01-25PR modula2/118010 libc.def lseek procedure off_t bugfixGaius Mulley1-3/+3
2025-01-25PR modula2/118010 m2 libc lseek procedure interface correctionGaius Mulley1-1/+1
2025-01-07[PR modula2/118010, modula2/118183] Unable to rebuild the bootstrap tools and...Gaius Mulley2-3/+3
2025-01-02Update copyright years.Jakub Jelinek106-108/+108
2024-11-16PR modula2/117555: Add missing return statement after raiseGaius Mulley1-3/+5
2024-10-01modula2: Add FindIndice to library module gm2-libs/IndexingGaius Mulley2-0/+36
2024-09-24modula2: Add noreturn attribute to m2/gm2-libs/M2RTS.modGaius Mulley1-1/+1
2024-08-24modula2: Export all string to integral and fp number conversion functionsGaius Mulley1-0/+84
2024-08-16Fix using keywords as identifiers to prevent warnings during buildGaius Mulley1-4/+4
2024-08-16PR modula2/116378 m2 bootstrap fails on x86_64-darwinGaius Mulley1-1/+1
2024-06-11PR modula2/114529 Avoid ODR violations in bootstrap translated sourcesGaius Mulley2-2/+2
2024-03-26PR modula2/114478 isnormal builtin unavailable from m2Gaius Mulley2-15/+186
2024-03-21PR modula2/113836 gm2 does not dump gimple or quadruples to fileGaius Mulley2-5/+61
2024-03-07PR modula2/109969 Linking large project causes an ICEGaius Mulley2-14/+54
2024-03-04PR modula2/114227 InstallTerminationProcedure does not work with -fisoGaius Mulley3-74/+155
2024-02-25PR modula2/113749 m2 enabled build times out on i686-gnu-hurdGaius Mulley2-10/+36
2024-02-10PR modula2/113848 modula2 does not build with clangGaius Mulley1-1/+4
2024-02-03PR modula2/113730 Unexpected handling of mixed-precision integer arithmeticGaius Mulley1-3/+1
2024-01-25modula2: correct prototype for lseek within gcc/m2/gm2-libs/libc.defGaius Mulley1-1/+1
2024-01-24PR modula2/113559 FIO.mod lseek requires cssize_t rather than longintGaius Mulley1-3/+3
2024-01-03Update copyright years.Jakub Jelinek106-108/+108
2023-12-12PR modula2/112984 Compiling program with -Wpedantic shows warning in librariesGaius Mulley9-10/+9
2023-10-27PR modula2/111530: Build failure on BSD due to getopt_long_only GNU extension...Gaius Mulley3-82/+18
2023-10-25PR modula2/111955 introduce isnan support to Builtins.defGaius Mulley3-5/+44
2023-10-24modula2: tidyup M2Dependent.modGaius Mulley1-5/+16
2023-10-24modula2: gcc/m2/gm2-libs/M2Dependent.mod initialize all record fields.Gaius Mulley1-0/+3
2023-09-19PR 108143/modula2 LONGREAL and powerpc64le-linuxGaius Mulley3-1/+35
2023-08-20PR modula2/111085 nexttoward and nexttowardf contain incorrect definitionsGaius Mulley3-6/+6
2023-07-25PR modula2/110174 Bugfixes to M2GenGCC.mod:CodeInline preventing an ICEGaius Mulley1-24/+24
2023-07-22PR modula2/110631 Bugfix to FIO WriteCardinalGaius Mulley2-30/+30
2023-06-30modula-2: Amend the handling of failed select() calls in RTint [PR108835].Iain Sandoe1-16/+54
2023-05-24PR modula2/109952 Inconsistent HIGH values with 'ARRAY OF CHAR'Gaius Mulley1-11/+5
2023-05-04PR modula2/109675 implementation of writeAddress is non portableGaius Mulley2-5/+6
2023-04-05PR modula2/109423 cc1gm2 ICE if an INCL or EXCL is performed on an unknown setGaius Mulley9-24/+6
2023-03-22PR modula2/107630 Remove M2LINK and remove some cross linkingGaius Mulley5-72/+35
2023-03-17[modula2] Bugfix local symbol names for -fm2-whole-programGaius Mulley1-1/+1
2023-03-16PR 107630 runtime libs should be self-containedGaius Mulley10-43/+51
2023-03-14PR 109125 Modula2 SIGBUS in m2pim_ldtoa_ldtoaGaius Mulley1-1/+1
2023-03-12[PR modula2/109089] implementation of boolean should be C++/C boolGaius Mulley2-9/+9
2023-02-28Fix build warnings noreturn M2RTS and fix calls to RegisterModule [PR108956]Gaius Mulley1-1/+1
2023-02-25modula-2 module registration process seems to fail with shared libraries [PR1...Gaius Mulley7-319/+530
2023-02-01Fixup noreturn attributes in modula-2 [PR108551] and [PR108612]Gaius Mulley5-41/+41