delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2001/01/26/09:26:46

X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f
Date: Fri, 26 Jan 2001 08:27:41 -0600
From: JT Williams <jeffw AT darwin DOT sfbr DOT org>
To: djgpp-workers AT delorie DOT com
Cc: Bill Currie <bill AT taniwha DOT org>
Subject: Re: djasm patch
Message-ID: <20010126082741.A22475@kendall.sfbr.org>
Mail-Followup-To: djgpp-workers AT delorie DOT com, Bill Currie <bill AT taniwha DOT org>
References: <20010125161754 DOT A22046 AT kendall DOT sfbr DOT org> <200101260746 DOT IAA04919 AT lws256 DOT lu DOT erisoft DOT se>
Mime-Version: 1.0
User-Agent: Mutt/1.2.5i
In-Reply-To: <200101260746.IAA04919@lws256.lu.erisoft.se>; from eplmst@lu.erisoft.se on Fri, Jan 26, 2001 at 08:46:36AM +0100
Reply-To: djgpp-workers AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp-workers AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

[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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019