- Jan 28, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
[Lexer] Removed some duplicated code related to the opening and closing chars in literals like %(...), %[...], %w{...}, etc.
-
Ary Borenszweig authored
-
- Jan 27, 2015
-
-
Ary Borenszweig authored
[Lexer] Adds support for extra delimiters in %w and %i
-
Zamith authored
All of the pairs [], {}, () and <> can be used to delimit string and symbol array with the %w and %i notation, respectively.
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Jan 26, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Adds HTML::EscapedString
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Added: IPv6, UDP and UNIX sockets
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fix: pthread_exit leaks memory
-
Julien Portalier authored
As per the man page , pthread_exit may be run before pthread_cleaned_push have been popped, which may result in memory leaks —Valgrind indeed complains about it. Returning from a Thread is supposed to be a preferable solution. That also fixes #352 since we no longer have pthread_exit forcing an unwind.
-
Ary Borenszweig authored
-
- Jan 25, 2015
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
The compiler can now be compiled again!
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Julien Portalier authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fixed an issue with how bools are stored in unions (it has 64 bits hardcoded, which was wrong in any case). Related to #350
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Fixed: moved the "can't cast to T because it was never instantiated" error from compile-time to runtime
-
Ary Borenszweig authored
-
Ary Borenszweig authored
[Hashes] Adds a comparator and changes the initializers a bit
-
Zamith authored
-