9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] subtracting pointers on amd64 6c
Date: Fri,  8 Jan 2016 14:23:15 -0800	[thread overview]
Message-ID: <bb8ca28dc1bbe9fab7bf167a5e80fce8@lilly.quanstro.net> (raw)
In-Reply-To: <1d774b35c732e620fee8fc4254c169e7@felloff.net>

> the %t and %T space seems rather crowded...

i agree.  but %t is the real issue, and i see just 9 instances of that.
only one of them (the kernel) uses both %t and %T.  this seems easy
enough to fix.

for all but the kernel we can change %t to %T, and for the kernel
we'll have to use something odd.

i'll post a potential comprehensive solution to this this weekend.

- erik

---

 ; g 'fmtinstall[ 	]*\([ 	]*''[t]''' .
./9/port/edf.c:122: 		fmtinstall('t', timeconv);
./cmd/db/output.c:159: 	fmtinstall('t', tconv);
./cmd/ndb/tozone.c:797: 	fmtinstall('t', fmttabpad);
./cmd/trace.c:138: 	fmtinstall('t', timeconv);
./cmd/vac/unvac.c:45: 	fmtinstall('t', mtimefmt);
./cmd/venti/srv/fixarenas.c:1898: 	fmtinstall('t', tfmt);
./fs/port/sub.c:802: 	fmtinstall('t', tfmt);	/* print times */
./nix/port/edf.c:116: 		fmtinstall('t', timeconv);




      reply	other threads:[~2016-01-08 22:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-05  6:36 cinap_lenrek
2016-01-05  7:53 ` cinap_lenrek
2016-01-05 10:17   ` Charles Forsyth
2016-01-05 10:15 ` Charles Forsyth
2016-01-05 10:28   ` Charles Forsyth
2016-01-05 19:01     ` Devon H. O'Dell
2016-01-05 19:46       ` Charles Forsyth
2016-01-05 20:40         ` erik quanstrom
2016-01-05 21:53           ` Devon H. O'Dell
2016-01-05 23:27             ` erik quanstrom
2016-01-05 23:37       ` Dave Eckhardt
2016-01-05 21:03     ` erik quanstrom
2016-01-05 22:32     ` cinap_lenrek
2016-01-05 22:57       ` Devon H. O'Dell
2016-01-05 23:17         ` Devon H. O'Dell
2016-01-05 23:14       ` erik quanstrom
2016-01-06  6:58       ` cinap_lenrek
2016-01-06 19:10         ` erik quanstrom
2016-01-07  1:08           ` cinap_lenrek
2016-01-08 22:23             ` erik quanstrom [this message]

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=bb8ca28dc1bbe9fab7bf167a5e80fce8@lilly.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /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.
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).