summaryrefslogtreecommitdiff
path: root/lib/util.js
AgeCommit message (Expand)Author
2014-04-26util: format as Error if instanceof ErrorRod Vagg
2013-03-06node: Add --throw-deprecationisaacs
2012-12-26util: fix deprecation message in `util.pump`Ryunosuke SATO
2012-10-12lintisaacs
2012-10-10util: add a "customInspect" option to `util.inspect()`Nathan Rajlich
2012-10-10util: make `inspect()` accept an "options" argumentNathan Rajlich
2012-09-12Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-09-08util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich
2012-08-05util: mark util.pump() as deprecatedBen Noordhuis
2012-07-16Enable color customization of `util.inspect`Pavel Lang
2012-07-06Use unicode escape sequences instead of octalJonas Westerlund
2012-06-28util: speed up formatting of large arrays/objectsBen Noordhuis
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-05-10util: make _extend() more robustBen Noordhuis
2012-05-09util: handle non-string return value in .inspect()Alex Kocharin
2012-03-03util: fix util.format() formatting of %%ssuda
2012-02-20util: add `util._extend` for extending objectsMaciej Małecki
2012-02-20util: fix typo in lib/util.jsLuke Gallagher
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2012-01-24Merge branch 'v0.6'Fedor Indutny
2012-01-22util: use getOwnPropertyDescripterBrandon Benvie
2012-01-16Revert "util: always display a warning for module in debug mode"Fedor Indutny
2012-01-16util: always display a warning for module in debug modeMaciej Małecki
2011-12-18util: output Dates with Date.toString not Date.toUTCStringAvi Flax
2011-12-14util: add internal function _deprecationWarning()Ben Noordhuis
2011-11-30util: ensure that the .inspect function isn't the one being executedNathan Rajlich
2011-11-17util: remove the line requiring eventsE. Azer Koçulu
2011-11-10dont use blue for numbers in util.inspectRyan Dahl
2011-10-27More bulletproof `util.inspect()` function.Nathan Rajlich
2011-10-27Don't use `instanceof` in lib/util.js "is" checks.Nathan Rajlich
2011-10-27Export the type checking functions from `util.js`.Nathan Rajlich
2011-10-24Remove resume and pause eventsRyan Dahl
2011-10-18Fixes #1860. Remove process.writeErrorRyan Dahl
2011-10-11Remove tty_legacyRyan Dahl
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-12Do not load readline from util.inspectRyan Dahl
2011-09-11util: Fix inspection for Errorkoichik
2011-09-09util: Fix inspection for sparse arraykoichik
2011-09-09util: Divide inspect() into some subroutineskoichik
2011-09-02util: improve util.isDate() functionNathan Rajlich
2011-08-15util: isRegExp() should not call toString() on its argumentNathan Rajlich
2011-08-08Improve util.format() compatibility with browser.koichik
2011-07-30Add %% escape to util.format()koichik
2011-07-30util: add sprintf-like format() functionBen Noordhuis
2011-07-08Fixes #1260koichik
2011-07-05Revert "Fixes #1260"Ryan Dahl
2011-07-03Fixes #1260koichik
2011-06-11Massage util.inherits for perf increaseRyan Dahl
2011-04-01Closes GH-310 Format slashes properlyisaacs
2011-03-14Update copyright headersRyan Dahl