commit | d852ec18900ef635a38f99ed769a636f15af72c6 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Fri May 19 12:35:36 2017 -0500 |
committer | Rob Landley <rob@landley.net> | Fri May 19 12:35:36 2017 -0500 |
tree | 48c34a2717618e39f494a8e7fe11786c71b83144 | |
parent | 57605d2b481a87af4ba444761ece592d441950b1 [diff] |
Implement date %N, loosely inspired by Elliott Hughes's patch. I didn't implement %37N's ability to insert zeroes, so removed those two tests. If you really need it, I can add the divide loop back.