summaryrefslogtreecommitdiff
path: root/src/node_i18n.cc
Commit message (Expand)AuthorAgeFilesLines
* src: elevate namespaces of repeated artifactsMaya Anilson2019-01-281-6/+7
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-071-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-061-1/+3
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-061-3/+3
* src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma2018-09-061-2/+2
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-311-2/+2
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-311-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-141-0/+4
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-291-1/+1
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-081-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
* net: use icu's punycode implementationJames M Snell2016-06-291-0/+132
* src: add intl and icu configs to process.binding('config')James M Snell2016-04-211-0/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-22/+0
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis2014-10-011-0/+88