Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Don't use `strtoll()` with explicit base to parse hex, instead use `strtod()`
#826
opened Oct 12, 2020 by
ChayimFriedman2
Use bitwise shifts when parsing hexadecimal numbers instead of multiply
#815
opened Oct 1, 2020 by
ChayimFriedman2
make sure Sequence.any and Sequence.all always return boolean values
#803
opened Aug 30, 2020 by
totallyRonja
Fix python benchmarks: `time.clock()` was deprecated since Python 3.3 and removed in 3.8
#796
opened Aug 13, 2020 by
ChayimFriedman2
Automatically update string version (`WREN_VERSION_STRING`) via `WREN_VERSION_*` constants
#795
opened Aug 11, 2020 by
ChayimFriedman2
WIP wren/core: Add DEF_NUM_CONSTANT (with Num::infinity and Num::nan).
#781
opened Jul 15, 2020 by
mhermier
[0.4.0] Introduce WrenLoadModuleResult, fix unfreed strings from host.
0.4.0
enhancement
language
#778
opened Jul 11, 2020 by
ruby0x1
[0.4.0] allow import strings to use string interpolation
0.4.0
enhancement
language
#776
opened Jul 11, 2020 by
ruby0x1
When using wrenGetVariable, it now returns an int to inform you of failure
#717
opened Dec 24, 2019 by
avivbeeri
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.