Package: mcpp / 2.7.2-5.3
Metadata
Package | Version | Patches format |
---|---|---|
mcpp | 2.7.2-5.3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 zeroc fixes.patch | (download) |
src/internal.H |
4 3 + 1 - 0 ! |
fixes by zeroc, inc. |
02 gniibe fixes.patch | (download) |
src/main.c |
7 1 + 6 - 0 ! |
simple fixes * Fix freeing unmalloced memory The memory of 'in_file' is not malloced, but points to argv[]. It is wrong to free it. * When there is no input file specified by argv, it causes error and fp_in == NULL. Check is needed to call fclose for fp_in. |
03 gniibe fix 11.patch | (download) |
src/support.c |
6 4 + 2 - 0 ! |
fix for a bug reported to sourceforge.net #11 |
04 gniibe fix 12.patch | (download) |
src/support.c |
3 3 + 0 - 0 ! |
fix for a bug reported to sourceforge.net #12 |
05 gniibe fix 13.patch | (download) |
src/support.c |
12 6 + 6 - 0 ! |
fix for a bug reported to sourceforge.net #13 by fixing error messages. Also, fix erroneous messages. |
06 gniibe fix autotools.patch | (download) |
configure.ac |
51 26 + 25 - 0 ! |
fix for newer autotools |
07 fix 16.patch | (download) |
src/expand.c |
3 2 + 1 - 0 ! |
fix build with gcc 14.x by splitting a null assignment into 2 lines. |
08 Fix configure.ac failing to define LL_FORM when usin.patch | (download) |
configure.ac |
4 2 + 2 - 0 ! |
fix configure.ac failing to define ll_form when using gcc v15. |
09 Stop using true and false as label names in system.c.patch | (download) |
src/system.c |
9 4 + 5 - 0 ! |
stop using "true" and "false" as label names in system.c, it breaks modern C! |
fix implicit function declaration.patch | (download) |
src/system.c |
2 2 + 0 - 0 ! |
define a feature test macro |