|
| 1 | +2019-10-19 : 2.3.0 |
| 2 | + std : added socket_set_broadcast function (#190) |
| 3 | + std : fixed sha1_update call (#194) |
| 4 | + std : fixed 0x7F detection in utf8 functions |
| 5 | + std : changed date_get_tz to take an argument (a timestamp), and to return minutes instead of seconds (#195) |
| 6 | + std : added date_utc_format, date_get_utc_day, and date_get_utc_hours - all variants of existing functions, |
| 7 | + but using gmtime_r instead of localtime_r (#195) |
| 8 | + |
1 | 9 | 2017-12-19 : 2.2.0 |
2 | 10 | nekotools : added `nekotools boot -c *.n`, which generates a C file that contains the input Neko bytecode (#130) |
3 | 11 | nekotools : fixed `nekotools boot` not able to find neko when a value in PATH does not have a trailing slash (#148) |
|
13 | 21 | mysql : use eof terminated string when appropriated (#159) |
14 | 22 | jit : disable jit for win64, which never worked |
15 | 23 | all : introduced NEKO_BIG_ENDIAN and NEKO_LITTLE_ENDIAN to replace IS_BIG_ENDIAN, IS_LITTLE_ENDIAN, LITTLE_ENDIAN, BIG_ENDIAN, and BYTE_ORDER |
16 | | - all : renamed TAG_BITS to NEKO_TAG_BITS |
| 24 | + all : renamed TAG_BITS to NEKO_TAG_B1ITS |
17 | 25 | all : add NEKO_JIT_DISABLE and NEKO_JIT_DEBUG CMake options |
18 | 26 | all : VS2015 and 2017 compatiblity (#133 #172) |
19 | 27 | sqlite : fixed reading 32-bit int from sqlite (#167) |
|
27 | 35 | nekoc : allow break/continue in try/catch |
28 | 36 | std : bugfix in utf8_compare |
29 | 37 | vm : added $sget16/$sget32/$sgetf/$sgetd, $sset16/$sset32/$ssetf/$ssetd, and $itof/$itod/$ftoi/$dtoi |
30 | | - vm : bugfix with arrays/strings having length >128MB |
| 38 | + vm : bugfix with arrays/strings having length >128MB |
31 | 39 | jit : bugfix on some GCC versions causing invalid array access |
32 | 40 | std : fixed escaping of arguments in process_run |
33 | 41 | all : nekotools boot executable can now be safely striped on Linux (#86) |
|
40 | 48 | mod_neko/tora : distribute ndlls compiled against Apache 2.4 (can still manually compile against Apache 2.2) |
41 | 49 | mysql : use MariaDB's LGPL connector/c instead of MySQL's GPL connector/c (can still use MySQL for compilation) |
42 | 50 | all : copyright to Haxe Foundation instead of Nicolas and other license clean up (#102) |
43 | | - |
| 51 | + |
44 | 52 | 2013-02-23 : 2.0.0 |
45 | 53 | all : changed license to MIT |
46 | 54 | mod_neko+mod_tora : fixed issue with get_client_ip in 64 bits mode /gcc |
|
61 | 69 | std : date_new("YYYY-MM-DD") now uses localtime instead of UTC (same as Y-M-D H:M:S) |
62 | 70 | neko : fixed missing stack for array write in interp mode with invalid index |
63 | 71 | neko : added "-version" to print version and exit |
64 | | - |
| 72 | + |
65 | 73 | 2011-09-10 : 1.8.2 |
66 | 74 | vm : use 15 digits (instead of 10) for float display |
67 | 75 | std : allow up to 512MB array/string size in serialize (instead of 1MB) |
|
0 commit comments