[-]
[+]
|
Changed |
yasm.spec
|
|
[-]
[+]
|
Deleted |
yasm-declaration.diff
^
|
@@ -1,10 +0,0 @@
---- check/check_run.c.ORG 2004-10-31 04:55:56.000000000 +0100
-+++ check/check_run.c 2005-07-04 13:25:26.000000000 +0200
-@@ -59,6 +59,7 @@
- #include "check_impl.h"
- #include "check_msg.h"
- #include "check_log.h"
-+#include <string.h>
-
- #ifndef USE_FORKWAITMSG
- int nofork_exit_status;
|
[-]
[+]
|
Deleted |
yasm-genmacro.patch
^
|
@@ -1,18 +0,0 @@
-Index: yasm-0.4.0/modules/preprocs/nasm/genmacro.c
-===================================================================
---- yasm-0.4.0.orig/modules/preprocs/nasm/genmacro.c
-+++ yasm-0.4.0/modules/preprocs/nasm/genmacro.c
-@@ -102,10 +102,13 @@ main(int argc, char *argv[])
- while (*strp == ' ' || *strp == '\t')
- strp++;
- len = strlen(strp);
-+ if (len)
- while (strp[len-1] == ' ' || strp[len-1] == '\t' ||
- strp[len-1] == '\n') {
- strp[len-1] = '\0';
- len--;
-+ if(len == 0)
-+ break;
- }
-
- /* skip blank lines */
|
[-]
[+]
|
Deleted |
yasm-overflow.patch
^
|
@@ -1,11 +0,0 @@
---- yasm-0.4.0/libyasm/expr.c.xx 2005-04-27 15:31:30.192943601 +0200
-+++ yasm-0.4.0/libyasm/expr.c 2005-04-27 15:32:19.374893145 +0200
-@@ -1191,7 +1191,7 @@
- void
- yasm_expr_print(const yasm_expr *e, FILE *f)
- {
-- char opstr[6];
-+ char opstr[8];
- int i;
-
- if (!e) {
|
|
Added |
yasm-0.7.1-0.pm.0.src.rpm
^
|
|
Changed |
yasm-0.7.1.tar.gz
^
|