bde b5d9d2e706 Fixed (un)sign extension bugs in %+n format. -4 became
(long)(u_long)(u_int)-4 = 0x00000000fffffffc on machines with 32-bit
ints and 64-bit longs.

Restored %z format for printing signed hex.  %+x shouldn't have been
used since it is an error in userland.

Prepared to nuke %n format by cloning it to %r.  %n shouldn't have
been used because it means something completely different in
userland.  Now %+r is equivalent to ddb's original %r, and %r is
equivalent to ddb's original %n.

Ignore '+' flag in combination with unsigned formats %{o,p,u,x}.
1998-07-08 10:41:32 +00:00
..
1998-02-20 13:11:54 +00:00
1997-08-02 14:33:27 +00:00
1998-06-08 11:08:35 +00:00
1998-07-04 19:29:15 +00:00
1998-01-22 17:30:44 +00:00
1998-02-20 13:37:40 +00:00
1998-01-31 07:23:16 +00:00
1998-02-20 13:52:15 +00:00
1998-07-04 19:29:15 +00:00
1998-06-02 05:39:13 +00:00
1998-06-08 11:08:35 +00:00
1998-04-15 17:47:40 +00:00
1998-06-21 14:53:44 +00:00
1997-12-19 23:18:37 +00:00
1998-06-21 18:02:50 +00:00
1998-02-09 06:11:36 +00:00
1998-06-21 18:02:50 +00:00