Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43953: Fix rounding/truncation error in %. time-format specifier | dana | 2018-12-29 | 1 | -0/+16 |
| | | | | | | | Also fixes an issue where %. couldn't be used more than once in a format string without strange results Tweaked very slightly per workers/43954 | ||||
* | 43935: Reject too-large nanosecond values given to strftime | dana | 2018-12-24 | 1 | -1/+4 |
| | | | | | | | ... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well. | ||||
* | 43800: Add nanosecond support to strftime built-in | dana | 2018-11-13 | 1 | -0/+29 |
| | |||||
* | 40820: add a few tests of strftime, related to 40681 | Jun-ichi Takimoto | 2017-03-12 | 1 | -2/+12 |
| | |||||
* | 37344: restore old printable quoting, add ${(q+)...}. | Peter Stephenson | 2015-12-07 | 1 | -1/+1 |
| | | | | | | The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation. | ||||
* | 37335: fix tests after 34314 | Peter Stephenson | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 2015-11-21 | 1 | -11/+11 |
| | | | | ZTST_skip | ||||
* | users/20466 plus comment: change test for skipping strftime extensions. | Peter Stephenson | 2015-08-28 | 1 | -1/+4 |
| | | | | | | This test is known to fail on Solaris, but seems to work in other common implementations. Hence there seems no point in having the release fall over on this test. Needs further investigation later. | ||||
* | 36241: Test for ztrftime fix, 36227 / f8164fb6. | Peter Stephenson | 2015-08-19 | 1 | -0/+4 |
| | | | | | Check that embedded null characters get passed correctly through the strftime module builtin. | ||||
* | 35761: Make sure to skip alternate format extension test properly | Mikael Magnusson | 2015-07-10 | 1 | -8/+5 |
| | |||||
* | 35760: Add ZTST_skip to test system | Peter Stephenson | 2015-07-10 | 1 | -25/+31 |
| | |||||
* | unposted: Make V09 set a known timezone | Mikael Magnusson | 2015-07-09 | 1 | -3/+4 |
| | |||||
* | 35745: ztrftime: Pass everything unhandled to the system strftime() | Mikael Magnusson | 2015-07-09 | 1 | -0/+63 |