summaryrefslogtreecommitdiff
path: root/src/node_i18n.cc
AgeCommit message (Expand)Author
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-06-21src: add error codes to errors thrown in node_i18n.ccYaniv Friedensohn
2019-05-29src: use ArrayBufferViewContents more frequentlyAnna Henningsen
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-03-01src: remove unused Converter objectAnna Henningsen
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