See 11294543. And the bug is not fixed, it's just that it only shows up certain dates.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-02-02 08:50: Subject: mktime
| home/xenofarm/xenoclient/pike-7.5/orchid.mirar.org/buildtmp/Pike7.5-20040131-162401/src/testsuite.in:8768: | Test 6748 (shift 0) (CRNL) failed. | 1: mixed a() { int x=time(); return mktime(localtime(x)) == x;; } | 2: mixed b() { return 1; } | 3: | | Error: Cannot convert. | Unknown program: mktime(12,5,18,31,0,104,0,-3600) | testsuite:1: testsuite()->a()
What's with that, and how was it fixed by this:
| 2004-02-02 03:02:22 (nilsson) Pike/7.5/src/svalue.c, (+12/-2) (2271 lines) dl | \a and \v is recognized on the input side, so let's format them as | such on the output side as well.
??!?
/ Mirar