This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Releases: ibmruntimes/node
Releases · ibmruntimes/node
v6.12.3.0.trial
ibm-6.12.3.0.trial Merge branch 'v6.x.zos' into v6.x.zos.trial
v6.12.3.0
ibm-6.12.3.0 Use njsc to link instead of c89 utility
v6.12.2.0 trial version
ibm-6.12.2.0.trial Merge branch 'v6.x.zos' into v6.x.zos.trial
v6.12.2.0
ibm-6.12.2.0 Merge branch 'v6.x.zos' into v6.x.zos.latest
z/OS v6.11.4 Beta5
Convert embedded quotes in strings correctly The regular expression which identifies strings literals in source can not handle the case when a quote character is embedded in the string. For example "Convert \"this\"" would not convert correctly due to the embedded \" characters in the string. In order to avoid this situation we can preprocess all the escape sequences in the source prior to trying to identify string and character literals.
z/OS v6.11.2 Beta4
v6.11.2-zos-beta.4 stop the debug signal handler thread before exit
z/OS v6.11.1 Beta3
Beta 3
z/OS v6.10.3 Beta2
v6.10.3-zos-beta.2 use nodedir variable instead of relative path for addon tests
z/OS v6.10.3 Beta1
v6.10.3-zos-beta.1 z/OS v6.10.3 Beta1
tech preview 5
domains: port caeb677 from v0.10 to v0.12 caeb677 Do not abort the process if an error is thrown from within a domain, an error handler is setup for the domain and --abort-on-uncaught-exception was passed on the command line. However, if an error is thrown from within the top-level domain's error handler and --abort-on-uncaught-exception was passed on the command line, make the process abort. Fixes: #8877 Fixes: https://github.com/nodejs/node-v0.x-archive/issues/8877 PR-URL: https://github.com/nodejs/node-v0.x-archive/pull/25835 Reviewed-By: misterdjules - Julien Gilli <[email protected]> Conflicts: lib/domain.js src/env.h test/simple/test-domain-with-abort-on-uncaught-exception.js