Mail Archives: djgpp-workers/2001/01/26/09:26:46
[Martin]
-: It looks like your undoing my change to ISO format of time. The right
-: line is "sprintf(tmp, "@(#) %s built %04d-%02d-%02d %02d:%02d:%02d by
-: djasm\n",". It should be right in the CVS as I've commited it.
[DJ]
-: This patch is backwards. Use "diff old new" not "diff new old".
[Bill]
-: hrmm, I've got two problems with this patch (even though I did it,
-: but I can't remember why, might have been space). I didn't notice this
-: one when I reviewed my changes before gaving you my files.
-: 1) y2k
-: 2) the first is also cvs changelog date format (though cvs2cl.pl
-: doesn't provide the seconds)
Ok, just wanted to make sure we are all paying attention ;-)
Crom knows the djasm.y source is a real brain-teaser....
Actually, the patch was correct (in the sense `diff old new'),
but in this case Bill's djasm.y was stale. So yes, we discard
this `patch'.
Here's the next small hunk: I believe it *also* represents a
`backwards in time' patch and should be discarded. Comments?
--- djasm.y Thu Jan 25 16:11:57 2001
+++ /home/jeffw/tmp/bcurrie/djasm/djasm.y Fri Jan 26 07:53:09 2001
@@ -1509,8 +1596,7 @@
if ((i&15) == 15)
{
fputc('\n', outfile);
- if (i<bsspc-1)
- fputs(leader, outfile);
+ fputs(leader, outfile);
}
else
if (i<bsspc-1)
- Raw text -