There are probably still some 'INT32' or 'int' variables that should actually be INT_TYPE.
/ Per Hedbor ()
Previous text:
2003-01-26 16:33: Subject: INT_TYPE = INT64
The testsuite fails with a rather odd error,
| Doing tests in testsuite (10359 tests) | /home/mirar/pike/src/program.c:2477: Fatal error: | Variable outside storage! (__allow_rxml_entities) | Backtrace at time of fatal: | test-install/pike/7.5.1/lib/master.pike:631: | object(/home/mirar/pike/longlongint/test-install/pike/7.5.1/lib/master.pike)->low_findprog("/home/mirar/pike/longlongint/test-install/pike/7.5.1/lib/modules/spider",".so",0,1) | . | . | .
but most things seem to work nicely:
| > Calendar.Day(); | (2) Result: Day(Sun 26 Jan 2003) | > Protocols.HTTP.get_url("https://pike.ida.liu.se/development/pikefarm/7.5.xml"); | (5) Result: Protocols.HTTP.Query(200 OK)
/ Mirar