How is the plan for 7.6?
Would it be possible to split 7.5 into a 7.7 and a 7.6 and just fix
bugs in the 7.6 branch until it can be released?
(Just asking. Or nagging... :) )
1
0
mktime
by Mirar @ Pike developers forum
02 Feb '04
02 Feb '04
| home/xenofarm/xenoclient/pike-7.5/orchid.mirar.org/buildtmp/Pike7.5-2004013…:
| 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.
??!?