Version: 1.11, Package name: hashlink-1.11 |
Maintained by: Thomas Frohwein |
Master sites: |
Description HashLink is a virtual machine for Haxe. HashLink runtime includes the following features: * Fully compatible with Haxe specification * Support file I/O, regular expressions, network, etc. * Unicode strings by default * Mark-and-not-sweep Garbage Collector * x86 and x86-64 HL/C compilation * x86 and x86-64 HL/JIT compilation |
Filesize: 4239.669 KB |
Version History (View Complete History) |
|
2021-02-25 15:26:03 by Stuart Henderson | Files touched by this commit (37) |
Log message: use FIX_CRLF_FILES, this is so much neater I can't believe we didn't do it before! |
2020-07-31 20:59:33 by Kurt Mosiejczuk | Files touched by this commit (2) |
Log message: char16_t doesn't exist. For clang, it uses a little define dance that ends up with using uint16_t for char16_t. Do the same in one step for !clang. ok thfr@ (maintainer) |
2020-05-19 13:36:53 by Thomas Frohwein | Files touched by this commit (6) |
Log message: update to 1.11 now with the actual resolve() for uv.c from Motion Twin tested and working with Dead Cells and Northgard |
2020-04-11 03:59:20 by Thomas Frohwein | Files touched by this commit (4) |
Log message: fix return type for hl_thread_id by switching to getthrid(2) remove unneeded LONG_BIT detection in Makefile ok tb@ for the above also ifdef to hl.h to avoid typedef collision with clang in C++ mode |
2020-03-06 17:30:59 by Charlene Wendling | Files touched by this commit (5) |
Log message: hashlink: C11 requires ports-gcc on !clang archs Also: - use fallback code for gethostbyaddr_r() that we don't support, it fixes !clang archs build - remove MS-DOS line endings for files needing to be patched OK thfr@ (maintainer), kmos@, jca@, hints and OK tb@ |