Query
Sunday 01 May 2016
2016-05-01 12:05:33 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/language.yacc (+2/-1)(3 lines)
- pike/src/las.c (+5/-3)(8 lines)
- pike/src/pike_types.c (+19/-19)(38 lines)
- pike/src/pike_types.h (+1/-3)(4 lines)
- pike/src/program.c (+2/-1)(3 lines)
branch: 8.1
Total 56
Compiler [auto]: Fixed multiple issues.
The PIKE_T_AUTO type node now always has a child type.
gc_check_type() now knows about PIKE_T_AUTO.
{debug_,}push_auto_typed_type() is no more.
Fixed issue with low_describe_type() appending to the wrong
buffer when describing the auto type.
Fixes some related type reference counting errors.