Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2012-01-23Merge 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-19util: 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-18util: remove the line requiring eventsE. Azer Koçulu
2011-11-11dont use blue for numbers in util.inspectRyan Dahl
2011-10-26More bulletproof `util.inspect()` function.Nathan Rajlich
2011-10-26Don't use `instanceof` in lib/util.js "is" checks.Nathan Rajlich
2011-10-26Export the type checking functions from `util.js`.Nathan Rajlich
2011-10-25Remove resume and pause eventsRyan Dahl
2011-10-19Fixes #1860. Remove process.writeErrorRyan Dahl
2011-10-12Remove tty_legacyRyan Dahl
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-09-13Do not load readline from util.inspectRyan Dahl
2011-09-11util: Fix inspection for Errorkoichik
2011-09-08util: Fix inspection for sparse arraykoichik
2011-09-08util: 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-09Fixes #1260koichik
2011-07-06Revert "Fixes #1260"Ryan Dahl
2011-07-03Fixes #1260koichik
2011-06-11Massage util.inherits for perf increaseRyan Dahl
2011-04-02Closes GH-310 Format slashes properlyisaacs
2011-03-15Update copyright headersRyan Dahl
2010-12-04Use more color in the repl, loosely inspired by TextMate's SunBurst themeDevin Torres
2010-12-02lint util.js and src/node.jsRyan Dahl
2010-12-02lintRyan Dahl
2010-11-18fix utils.inspect's detection of circular structuresTim Cooijmans
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2009-12-05Dependency free assert module with unit testsKarl Guertin
2009-12-05CommonJS testing for node.jsFelix Geisendörfer