Query
Tuesday 19 March 2019
2019-03-19 14:46:54 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/builtin_functions.c (+0/-0)(0 lines)
- pike/src/interpret.c (+0/-0)(0 lines)
branch: master
Merge branch 'patches/lyslyskom22891031'
* patches/lyslyskom22891031:
Runtime: Calling UNDEFINED now returns UNDEFINED.
EFUNs [callablep]: Updated to uncallable integers.
- pike/src/builtin_functions.c (+2/-1)(3 lines)
branch: f37448e4cabc0343e837e8ea84f9e767f3636711
EFUNs [callablep]: Updated to uncallable integers.
Integers other than UNDEFINED are no longer callable.
2019-03-19 14:38:09 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/testsuite.in (+0/-0)(0 lines)
branch: master
Merge branch 'patches/lyslyskom22891031'
* patches/lyslyskom22891031:
Testsuite [callablep]: Updated to uncallable integers.
2019-03-19 14:35:31 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/testsuite.in (+11/-6)(17 lines)
branch: 41348e5bff6b0401fd2ad444abecc5ef3e1a9c04
Testsuite [callablep]: Updated to uncallable integers.
Integers other than UNDEFINED are no longer callable.