summaryrefslogtreecommitdiff
path: root/src/node_i18n.cc
AgeCommit message (Expand)Author
2019-01-29src: pass along errors from i18n converter instantiationAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-21src: initialize ICU version in per_process::metadata.versionsJoyee Cheung
2018-12-08src: use isolate version of BooleanValue()cjihrig
2018-11-20src: elevate namespaces of repeated artifactsMaya Anilson
2018-10-08icu: make process.binding('icu') internalcjihrig
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-09-25src: use RAII cleanup in node_i18n.ccAnna Henningsen
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-09-01src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-02-09src: add "icu::" prefix before ICU symbolsSteven R. Loomis
2018-01-19src: fix -Wimplicit-fallthrough warningBen Noordhuis
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell
2017-06-28src: revise character width calculationTimothy Gu
2017-06-17src,lib,test,doc: correct misspellingsRoman Reiss
2017-06-06url: update IDNA handlingTimothy Gu
2017-05-22src: fix typoBrian White
2017-05-20url: update IDNA error conditionsRajaram Gaunker
2017-05-19src: check if --icu-data-dir= points to valid dirBen Noordhuis
2017-05-01src: support domains with empty labelsDaijiro Wachi
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09src: add missing #include <unicode/ustring.h>Steven R. Loomis
2017-02-28src: do not ignore IDNA conversion errorTimothy Gu
2017-02-24src, i18n: cleanup usage of MaybeStackBufferTimothy Gu
2017-02-11src: make --icu-data-dir= switch testableBen Noordhuis
2017-02-08src: make copies of startup environment variablesBen Noordhuis
2016-12-06buffer: fix transcode for single-byte enc to ucs2Anna Henningsen
2016-10-28src: fix use of uninitialized variableJames M Snell
2016-10-26intl: Add more versions from ICUSteven R. Loomis
2016-10-25buffer: add buffer.transcodeJames M Snell
2016-10-25readline: use icu based string width calculationJames M Snell
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-06-29net: use icu's punycode implementationJames M Snell
2016-04-21src: add intl and icu configs to process.binding('config')James M Snell
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-01build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis