javalikescript

Results 5 issues of javalikescript

"_/dev/null_" is not available on Windows resulting in a "_C compiler not found._" error. This change will try to detect Windows and use "_NUL_" instead.

Hello, This pull request is an attempt to enhance the portability of the makefile. There are 2 enhancements: 1. The usage of the number signs '`#`' appearing inside a function...

Protect async `send()` arguments using a mutex. Use copy for async arguments rather than Lua reference. Clear arguments in callback and before sending rather than after. Keep existing and possibly...

Depending on the pthread implementation, the `thread:alive()` method may not work. > Existing implementations vary on the result of a pthread_kill() with a thread ID indicating an inactive thread (a...