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
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-10-02assert: Make `assert` module an `assert.ok` functionMaciej Małecki
2011-08-10Improve assert error messagesRyan Dahl
2011-07-13Improvements AssertionError messagekoichik
2011-01-07LintRyan Dahl
2010-12-21fix assert.throwsOleg Slobodskoi
2010-12-02lintRyan Dahl
2010-11-30assert.throws can now accept as RegExpOleg Slobodskoi
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-09-08Special deepEquals for bufferRyan Dahl
2010-05-21Add assert.ifErrorMikeal Rogers
2010-04-12trailing whitespace fixesisaacs
2010-03-15Include lib/ directory in node executable. Compile on demand.Ryan Dahl
2010-03-01Move process.inherits to sysRyan Dahl
2010-01-25Make assert.AssertionError instance of ErrorRyan Dahl
2009-12-29Stack trace for asserts shouldn't include assert moduleRyan Dahl
2009-12-29Fix assert.js code styleRyan Dahl
2009-12-05Dependency free assert module with unit testsKarl Guertin
2009-12-05CommonJS testing for node.jsFelix Geisendörfer