summaryrefslogtreecommitdiff
path: root/src/node_i18n.cc
Commit message (Expand)AuthorAgeFilesLines
* src: add error codes to errors thrown in node_i18n.ccYaniv Friedensohn2019-06-211-2/+2
* src: use ArrayBufferViewContents more frequentlyAnna Henningsen2019-05-291-8/+6
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-261-1/+0
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-1/+1
* src: remove unused Converter objectAnna Henningsen2019-03-011-1/+0
* src: pass along errors from i18n converter instantiationAnna Henningsen2019-01-291-3/+5
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-2/+3
* src: initialize ICU version in per_process::metadata.versionsJoyee Cheung2018-12-211-62/+0
* src: use isolate version of BooleanValue()cjihrig2018-12-081-1/+1
* src: elevate namespaces of repeated artifactsMaya Anilson2018-11-201-6/+7
* icu: make process.binding('icu') internalcjihrig2018-10-081-1/+1
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-5/+3
* src: use RAII cleanup in node_i18n.ccAnna Henningsen2018-09-251-8/+8
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-1/+3
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-021-3/+3
* src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma2018-09-011-2/+2
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-2/+2
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-0/+4
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-1/+1
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-1/+1
* src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung2018-04-191-1/+2
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-5/+5
* src: add "icu::" prefix before ICU symbolsSteven R. Loomis2018-02-091-1/+1
* src: fix -Wimplicit-fallthrough warningBen Noordhuis2018-01-191-1/+2
* src: use nullptr instead of NULLDaniel Bevenius2017-12-011-7/+7
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-3/+0
* util: implement WHATWG Encoding Standard APIJames M Snell2017-07-241-0/+155
* src: revise character width calculationTimothy Gu2017-06-281-4/+23
* src,lib,test,doc: correct misspellingsRoman Reiss2017-06-171-1/+1
* url: update IDNA handlingTimothy Gu2017-06-061-19/+35
* src: fix typoBrian White2017-05-221-1/+1
* url: update IDNA error conditionsRajaram Gaunker2017-05-201-16/+22
* src: check if --icu-data-dir= points to valid dirBen Noordhuis2017-05-191-3/+4
* src: support domains with empty labelsDaijiro Wachi2017-05-011-0/+17
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-5/+8
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: add missing #include <unicode/ustring.h>Steven R. Loomis2017-03-091-0/+1
* src: do not ignore IDNA conversion errorTimothy Gu2017-02-281-6/+14
* src, i18n: cleanup usage of MaybeStackBufferTimothy Gu2017-02-241-56/+54
* src: make --icu-data-dir= switch testableBen Noordhuis2017-02-111-3/+0
* src: make copies of startup environment variablesBen Noordhuis2017-02-081-6/+6
* buffer: fix transcode for single-byte enc to ucs2Anna Henningsen2016-12-061-1/+1
* src: fix use of uninitialized variableJames M Snell2016-10-281-1/+3
* intl: Add more versions from ICUSteven R. Loomis2016-10-261-1/+67
* buffer: add buffer.transcodeJames M Snell2016-10-251-0/+280
* readline: use icu based string width calculationJames M Snell2016-10-251-0/+90
* url: adding WHATWG URL supportJames M Snell2016-10-111-6/+6