30 Nov 2004 23:37
patches with some tiny fixes for wily and 9libs
Tommy Pettersson <ptp <at> lysator.liu.se>
2004-11-30 22:37:04 GMT
2004-11-30 22:37:04 GMT
I've been hacking on wily some more. Oh no!!, I hear people scream.(Continue reading)Relax, no more features ... this time. Patches are against 9libs-1.0 and wily-9libs 0.13.41. A simple one for 9libs, a typo: diff -rN -u diff-old/9libs-1.0/libframe/frinsert.c diff-new/9libs-1.0/libframe/frinsert.c --- diff-old/9libs-1.0/libframe/frinsert.c Tue Nov 30 22:35:55 2004 +++ diff-new/9libs-1.0/libframe/frinsert.c Tue Nov 30 22:35:27 2004 <at> <at> -133,7 +133,7 <at> <at> * Find point where old and new x's line up * Invariants: * pt0 is where the next box (b, n0) is now - * pt1 is where it will be after then insertion + * pt1 is where it will be after the insertion * If pt1 goes off the rectangle, we can toss everything from there on */ for(b = &f->box[n0],npts=0; The function error() doesn't terminate debug output to stderr with a new line, so multiple messages are hard to read. diff -rN -u diff-old/wily-9libs/wily/util.c diff-new/wily-9libs/wily/util.c --- diff-old/wily-9libs/wily/util.c Tue Nov 30 22:35:55 2004 +++ diff-new/wily-9libs/wily/util.c Tue Nov 30 22:35:27 2004 <at> <at> -351,6 +351,7 <at> <at> va_start(args,fmt); vfprintf(stderr, fmt, args); va_end(args);
Relax, no more features ... this time.
Patches are against 9libs-1.0 and wily-9libs 0.13.41.
A simple one for 9libs, a typo:
diff -rN -u diff-old/9libs-1.0/libframe/frinsert.c diff-new/9libs-1.0/libframe/frinsert.c
--- diff-old/9libs-1.0/libframe/frinsert.c Tue Nov 30 22:35:55 2004
+++ diff-new/9libs-1.0/libframe/frinsert.c Tue Nov 30 22:35:27 2004
<at> <at> -133,7 +133,7 <at> <at>
* Find point where old and new x's line up
* Invariants:
* pt0 is where the next box (b, n0) is now
- * pt1 is where it will be after then insertion
+ * pt1 is where it will be after the insertion
* If pt1 goes off the rectangle, we can toss everything from there on
*/
for(b = &f->box[n0],npts=0;
The function error() doesn't terminate debug output to stderr
with a new line, so multiple messages are hard to read.
diff -rN -u diff-old/wily-9libs/wily/util.c diff-new/wily-9libs/wily/util.c
--- diff-old/wily-9libs/wily/util.c Tue Nov 30 22:35:55 2004
+++ diff-new/wily-9libs/wily/util.c Tue Nov 30 22:35:27 2004
<at> <at> -351,6 +351,7 <at> <at>
va_start(args,fmt);
vfprintf(stderr, fmt, args);
va_end(args);
RSS Feed