Date: Thu, 25 Jan 2001 15:38:45 -0700 From: Bill Currie To: djgpp-workers AT delorie DOT com Subject: Re: djasm patch Message-ID: <20010125153845.A6950@taniwha.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <20010125161754 DOT A22046 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010125161754.A22046@kendall.sfbr.org>; from jeffw@darwin.sfbr.org on Thu, Jan 25, 2001 at 04:17:54PM -0600 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 Precedence: bulk On Thu, Jan 25, 2001 at 04:17:54PM -0600, JT Williams wrote: > Bill Currie has added a lot of features to djasm. > With his permission, I am posting here some of the > diff hunks for review. If they are acceptable, we > might as well fold them in to the `official' djasm. > > Following is a very small change. > -- > jtw > > > --- djasm.y Thu Jan 25 16:11:57 2001 > +++ /home/jeffw/tmp/bcurrie/djasm/djasm.y Sat Mar 27 03:01:32 1999 > @@ -2519,20 +2640,20 @@ > struct tm *tm; > time(&now); > tm = localtime(&now); > - sprintf(tmp, "%cId: %s built %04d-%02d-%02d %02d:%02d:%02d by djasm $\n", > + sprintf(tmp, "%cId: %s built %02d/%02d/%02d %02d:%02d:%02d by djasm $\n", 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) Bill -- Leave others their otherness. -- Aratak