zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@tao.co.uk>
To: schaefer@brasslantern.com (Bart Schaefer)
Cc: Sean.Chan@wmc.com.au, zsh-workers@math.gatech.edu
Subject: Re: Zsh 2.6 and Y2K status
Date: Thu, 2 Jul 1998 17:16:44 +0100 (BST)	[thread overview]
Message-ID: <199807021616.RAA20131@taos.demon.co.uk> (raw)
In-Reply-To: <980702083707.ZM17926@candle.brasslantern.com> from "Bart Schaefer" at Jul 2, 98 08:37:07 am

Ahem.

*** utils.c.old	Thu Jul  2 17:14:24 1998
--- utils.c	Thu Jul  2 17:14:39 1998
***************
*** 1370,1376 ****
  		*buf++ = '0' + tm->tm_sec % 10;
  		break;
  	    case 'y':
! 		*buf++ = '0' + tm->tm_year / 10;
  		*buf++ = '0' + tm->tm_year % 10;
  		break;
  #ifndef HAVE_STRFTIME
--- 1370,1376 ----
  		*buf++ = '0' + tm->tm_sec % 10;
  		break;
  	    case 'y':
! 		*buf++ = '0' + (tm->tm_year / 10) % 10;
  		*buf++ = '0' + tm->tm_year % 10;
  		break;
  #ifndef HAVE_STRFTIME


  reply	other threads:[~1998-07-02 16:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-02  7:58 Chan Sean
1998-07-02 15:37 ` Bart Schaefer
1998-07-02 16:16   ` Zefram [this message]
1998-07-03  4:40     ` Anthony Heading

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199807021616.RAA20131@taos.demon.co.uk \
    --to=zefram@tao.co.uk \
    --cc=Sean.Chan@wmc.com.au \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).