143 Commits (9cee8b1b621f2803bbdd7209aea74c918081eaad)

Author SHA1 Message Date
Alex Kocharin e85927119c util: handle non-string return value in .inspect() 13 years ago
ssuda 578ba76e6c util: fix util.format() formatting of %% 13 years ago
Maciej Małecki c6c6f98f1c util: add `util._extend` for extending objects 13 years ago
Luke Gallagher 8d3c46daa8 util: fix typo in lib/util.js 13 years ago
Brandon Benvie 5403a8ce4c core: add `NativeModule.prototype.deprecate` 13 years ago
Brandon Benvie f9014438c7 util: use getOwnPropertyDescripter 13 years ago
Fedor Indutny 03e689fae4 Revert "util: always display a warning for module in debug mode" 13 years ago
Maciej Małecki df62005ece util: always display a warning for module in debug mode 13 years ago
Avi Flax ee0a7b928b util: output Dates with Date.toString not Date.toUTCString 13 years ago
Ben Noordhuis 97900776bb util: add internal function _deprecationWarning() 13 years ago
Nathan Rajlich b204006105 util: ensure that the .inspect function isn't the one being executed 13 years ago
E. Azer Koçulu 1cb6fe47fc util: remove the line requiring events 13 years ago
E. Azer Koçulu e258169666 util: remove the line requiring events 13 years ago
Ryan Dahl 74f39041d4 dont use blue for numbers in util.inspect 13 years ago
Nathan Rajlich ebefe77bc0 More bulletproof `util.inspect()` function. 13 years ago
Nathan Rajlich 2dbb470ea1 Don't use `instanceof` in lib/util.js "is" checks. 13 years ago
Nathan Rajlich b8f3e18a5d Export the type checking functions from `util.js`. 13 years ago
Ryan Dahl 239b3d62de Remove resume and pause events 13 years ago
Ryan Dahl d77ce4b998 Fixes #1860. Remove process.writeError 13 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Nathan Rajlich 0c91a835ff util: isRegExp() should not call toString() on its argument 13 years ago
Ryan Dahl 8c87250816 Do not load readline from util.inspect 13 years ago
koichik 389e2a07e6 util: Fix inspection for Error 13 years ago
koichik 6139459d45 util: Fix inspection for sparse array 13 years ago
koichik 98b64422bb util: Divide inspect() into some subroutines 13 years ago
Nathan Rajlich 44574bc39b util: improve util.isDate() function 13 years ago
Nathan Rajlich 54b409d650 util: isRegExp() should not call toString() on its argument 13 years ago
koichik d439c092c2 Improve util.format() compatibility with browser. 13 years ago
koichik d3d8f1b972 Add %% escape to util.format() 13 years ago
Ben Noordhuis 874260b40f util: add sprintf-like format() function 13 years ago
koichik d38fac2230 Fixes #1260 13 years ago
Ryan Dahl d1eba2b18b Revert "Fixes #1260" 13 years ago
koichik 3e2abd12d3 Fixes #1260 13 years ago
Ryan Dahl 1ba2c32135 Massage util.inherits for perf increase 14 years ago
isaacs 4d64f36338 Closes GH-310 Format slashes properly 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Devin Torres 8c6a7b5de4 Use more color in the repl, loosely inspired by TextMate's SunBurst theme 14 years ago
Ryan Dahl 558e5ba2b0 lint util.js and src/node.js 14 years ago
Ryan Dahl dd53ceebe4 lint 14 years ago
Tim Cooijmans d4b726a1a6 fix utils.inspect's detection of circular structures 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Ryan Dahl f23eb282c0 Fix style 14 years ago
Ryan Dahl 39b9043bef Use readline.columns in sys.inspect when possible 14 years ago
Ryan Dahl d164989e3f Commas last in sys.inspect 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
Jorge Chamorro Bieling fc334b3a97 sys.js: --needless Object.keys() --needless .map() in a single patch 14 years ago
Jorge Chamorro Bieling 8e246acd0e sys.js: sys.inspect: show function names 14 years ago
Ryan Dahl f08985c193 Handle writeStream errors in sys.pump 14 years ago
Trent Mick 1d961a6630 add ANSI coloring option to sys.inspect and, by default, to the repl 14 years ago