1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Revision history for Perl extension POSIX-strftime-Compiler
0.46 2024-01-05T08:44:11Z
- skip some tests
0.45 2023-11-09T09:54:10Z
- fix indirect object notation for exec #11
0.44 2020-08-10T07:10:35Z
- Check tzdata before test
0.43 2020-07-26T07:23:50Z
- Test issues with space in perl path name #9
- microoptimization: check for invalid number of parameters later #5
0.42 2016-07-11T10:04:37Z
- import musl patch
0.41 2015-01-05T03:25:28Z
- fixed synopsis
0.40 2014-08-21T01:25:32Z
- fix test. accept ACST as Australia/Darwin's timezone
Because Australian eastern time zone abbr changed in tzdata 2014f
ref http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html
0.32 2014-06-09T01:53:19Z
- change perl version requirements to 5.8.1
0.31 2014-02-24T06:27:11Z
- bugfix on solaris. Solaris does not have %s.
0.30 2014-01-25T16:46:06Z
- not require int(sec), improve performance
0.13 2014-01-24T01:12:31Z
- bugfix on cygwin. osname is cygwin. not Cygwin.
0.12 2014-01-23T08:21:39Z
- fix bug around %s on windows. require "(" ")"
0.11 2014-01-23T06:18:58Z
- Escape unkown characters with '%%'
- fix '%' escaping
- maybe test fixed on netbsd. six arguments required for '%Z'?
0.10 2014-01-21T01:41:51Z
- release as non-trial version
- use sprintf if format only has simple characters
- add benchmark_tz.pl
0.06 2014-01-20T02:26:07Z
- add GNU compatibility for Windows
0.05 2014-01-17T06:03:45Z
- behave as POSIX::strftime wrapper.
faster than use POSIX::strftime with setlocale
0.04 2014-01-15T15:19:20Z
- suppress warnings in test
0.03 2014-01-15T15:11:57Z
- use POSIX::tzname for trial
0.02 2014-01-15T01:45:07Z
- update documents
0.01 2014-01-15T01:24:31Z
- original version
|