Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Releases: ibmruntimes/node

v6.12.3.0.trial

11 Jan 00:39
Compare
Choose a tag to compare
ibm-6.12.3.0.trial

Merge branch 'v6.x.zos' into v6.x.zos.trial

v6.12.3.0

11 Jan 00:39
Compare
Choose a tag to compare
ibm-6.12.3.0

Use njsc to link instead of c89 utility

v6.12.2.0 trial version

14 Dec 20:48
Compare
Choose a tag to compare
ibm-6.12.2.0.trial

Merge branch 'v6.x.zos' into v6.x.zos.trial

v6.12.2.0

14 Dec 20:46
Compare
Choose a tag to compare
ibm-6.12.2.0

Merge branch 'v6.x.zos' into v6.x.zos.latest

z/OS v6.11.4 Beta5

27 Oct 14:55
Compare
Choose a tag to compare
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

21 Aug 17:55
Compare
Choose a tag to compare
z/OS v6.11.2 Beta4 Pre-release
Pre-release
v6.11.2-zos-beta.4

stop the debug signal handler thread before exit

z/OS v6.11.1 Beta3

02 Aug 12:53
Compare
Choose a tag to compare
z/OS v6.11.1 Beta3 Pre-release
Pre-release

Beta 3

z/OS v6.10.3 Beta2

30 Jun 15:59
Compare
Choose a tag to compare
z/OS v6.10.3 Beta2 Pre-release
Pre-release
v6.10.3-zos-beta.2

use nodedir variable instead of relative path for addon tests

z/OS v6.10.3 Beta1

30 May 11:32
Compare
Choose a tag to compare
z/OS v6.10.3 Beta1 Pre-release
Pre-release
v6.10.3-zos-beta.1

z/OS v6.10.3 Beta1

tech preview 5

01 Feb 19:42
Compare
Choose a tag to compare
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 <jgilli@nodejs.org>

Conflicts:
	lib/domain.js
	src/env.h
	test/simple/test-domain-with-abort-on-uncaught-exception.js