Skip to content

Sha=.]#66

Merged
usernamealreadyis merged 21 commits into
mdfrom
sha=.]
Jul 5, 2016
Merged

Sha=.]#66
usernamealreadyis merged 21 commits into
mdfrom
sha=.]

Conversation

@usernamealreadyis

@usernamealreadyis usernamealreadyis commented Jul 5, 2016

Copy link
Copy Markdown

The ChildProcess object may emit an 'error' event if the signal cannot be delivered. Sending a signal to a child process that has already exited is not an error but may have unforeseen consequences. Specifically, if the process identifier (PID) has been reassigned to another process, the signal will be delivered to that process instead which can have unexpected results.

Merge pull request #21 from GistIcon/master
Merge pull request #21 from GistIcon/master
This script is oriented toward hashing text messages rather than binary data. The standard considers hashing byte-stream (or bit-stream) messages only. Text which contains (multi-byte) characters outside ISO 8859-1 (i.e. accented characters outside Latin-1 or non-European character sets – anything with Unicode code-point above U+FF), can’t be encoded 4-per-word, so the script defaults to encoding the text as UTF-8 before hashing it.
The child.kill() methods sends a signal to the child process. If no argument is given, the process will be sent the 'SIGTERM' signal. See signal(7) for a list of available signals.
@usernamealreadyis usernamealreadyis added this to the sum.num milestone Jul 5, 2016
@GistIcon GistIcon locked and limited conversation to collaborators Jul 5, 2016
@usernamealreadyis usernamealreadyis merged commit b3b3e65 into md Jul 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants