-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a backport release that brings the most essential changes and bugfixes from v0.6 to currently used in at least one real project v0.5. Notable changes: * parser: fix memory leaks (Alexey Orlenko) * parser: fix bugs in JSRS parser (Alexey Orlenko) * src,build: improve the native module subsystem (Alexey Orlenko) * build: compile in ISO C++11 mode (Alexey Orlenko) * parser: fix a possible memory leak (Alexey Orlenko) * parser: make parser single-pass (Mykola Bilochub) * parser: improve string parsing (Mykola Bilochub) * parser: fix bug causing node to crash (Mykola Bilochub) * connection: check that method arguments exist (Alexey Orlenko) PR-URL: #118 Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
- Loading branch information
Showing
1 changed file
with
177 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters