Commit dc4ed17 1 parent c9ec724 commit dc4ed17 Copy full SHA for dc4ed17
File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
all : deprecated neko (see README)
3
3
std : fixed put_env when null is passed in (#229 https://github.com/HaxeFoundation/haxe/issues/10395)
4
4
std : added sys_cpu_arch (#275)
5
- std : fix sys_is64 returning false on 64 bit Windows (#276)
5
+ std : fixed sys_is64 returning false on 64 bit Windows (#276)
6
+ std : fixed $int to respect whitespace and signs in hex notation and to ignore trailing text (#258)
6
7
all : fixed various build issues on macOS Catalina and Big Sur
7
8
cmake : update all dependencies
9
+ all : added arm64 binaries for Linux and macOS
10
+ regexp : migrated to pcre2, fixing matches with null characters (#249)
11
+ regexp : fixed stack overflow with large strings (#262)
12
+ regexp : added regexp_matched_num function (#257)
13
+ nekotools : allowed custom 404 handler for server (#278)
14
+ nekotools : added `nekotools boot -c *.n` option to help output (#273)
15
+ ui : migrated to gtk3 on Linux (#220)
16
+ sqlite : fixed early finalizer call (#200)
17
+ cmake : fixed loading error when installing to /usr/local on Unix (#271)
8
18
9
19
2019-10-19 : 2.3.0
10
20
std : added socket_set_broadcast function (#190)
You can’t perform that action at this time.
0 commit comments