summaryrefslogtreecommitdiff
path: root/lib/util.js
Commit message (Expand)AuthorAgeFilesLines
* util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich2012-09-081-2/+6
* Use unicode escape sequences instead of octalJonas Westerlund2012-07-061-2/+2
* util: speed up formatting of large arrays/objectsBen Noordhuis2012-06-281-3/+18
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-6/+29
* util: make _extend() more robustBen Noordhuis2012-05-101-1/+1
* util: handle non-string return value in .inspect()Alex Kocharin2012-05-091-1/+1
* util: fix util.format() formatting of %%ssuda2012-03-031-1/+1
* util: add `util._extend` for extending objectsMaciej Małecki2012-02-201-0/+12
* util: fix typo in lib/util.jsLuke Gallagher2012-02-201-1/+1
* core: add `NativeModule.prototype.deprecate`Brandon Benvie2012-01-301-29/+2
* Merge branch 'v0.6'Fedor Indutny2012-01-241-14/+13
|\
| * util: use getOwnPropertyDescripterBrandon Benvie2012-01-221-14/+13
* | Revert "util: always display a warning for module in debug mode"Fedor Indutny2012-01-161-10/+9
* | util: always display a warning for module in debug modeMaciej Małecki2012-01-161-9/+10
* | util: output Dates with Date.toString not Date.toUTCStringAvi Flax2011-12-181-1/+1
|/
* util: add internal function _deprecationWarning()Ben Noordhuis2011-12-141-0/+16
* util: ensure that the .inspect function isn't the one being executedNathan Rajlich2011-11-301-1/+1
* util: remove the line requiring eventsE. Azer Koçulu2011-11-171-3/+0
* dont use blue for numbers in util.inspectRyan Dahl2011-11-101-1/+2
* More bulletproof `util.inspect()` function.Nathan Rajlich2011-10-271-5/+5
* Don't use `instanceof` in lib/util.js "is" checks.Nathan Rajlich2011-10-271-9/+7
* Export the type checking functions from `util.js`.Nathan Rajlich2011-10-271-0/+4
* Remove resume and pause eventsRyan Dahl2011-10-241-16/+0
* Fixes #1860. Remove process.writeErrorRyan Dahl2011-10-181-2/+2
* Remove tty_legacyRyan Dahl2011-10-111-2/+2
* Fixed a lot of jslint errors.Colton Baker2011-10-051-29/+29
* Do not load readline from util.inspectRyan Dahl2011-09-121-1/+1
* util: Fix inspection for Errorkoichik2011-09-111-2/+26
* util: Fix inspection for sparse arraykoichik2011-09-091-4/+29
* util: Divide inspect() into some subroutineskoichik2011-09-091-188/+210
* util: improve util.isDate() functionNathan Rajlich2011-09-021-5/+2
* util: isRegExp() should not call toString() on its argumentNathan Rajlich2011-08-151-9/+2
* Improve util.format() compatibility with browser.koichik2011-08-081-1/+3
* Add %% escape to util.format()koichik2011-07-301-1/+2
* util: add sprintf-like format() functionBen Noordhuis2011-07-301-2/+35
* Fixes #1260koichik2011-07-081-10/+16
* Revert "Fixes #1260"Ryan Dahl2011-07-051-16/+10
* Fixes #1260koichik2011-07-031-10/+16
* Massage util.inherits for perf increaseRyan Dahl2011-06-111-1/+6
* Closes GH-310 Format slashes properlyisaacs2011-04-011-3/+3
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Use more color in the repl, loosely inspired by TextMate's SunBurst themeDevin Torres2010-12-031-5/+5
* lint util.js and src/node.jsRyan Dahl2010-12-021-75/+90
* lintRyan Dahl2010-12-011-81/+81
* fix utils.inspect's detection of circular structuresTim Cooijmans2010-11-171-2/+4
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-0/+390
* Dependency free assert module with unit testsKarl Guertin2009-12-051-1033/+0
* CommonJS testing for node.jsFelix Geisendörfer2009-12-051-0/+1033