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-06-28Fix #3577 Un-break require('sys')isaacs
2012-01-10require('sys') now throwsRyan Dahl
2011-12-14util: add internal function _deprecationWarning()Ben Noordhuis
2011-11-29sys: print stack trace if NODE_DEBUG=sysBen Noordhuis
2011-08-31Show warning when using lib/sys.jsMaciej Małecki
2011-03-15Update copyright headersRyan Dahl
2010-12-02lintRyan Dahl
2010-11-03Remove warning in 'sys' - too aggressiveRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-09Fix styleRyan Dahl
2010-10-09Use readline.columns in sys.inspect when possibleRyan Dahl
2010-10-09Commas last in sys.inspectRyan Dahl
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-09-20sys.js: --needless Object.keys() --needless .map() in a single patchJorge Chamorro Bieling
2010-09-20sys.js: sys.inspect: show function namesJorge Chamorro Bieling
2010-09-17Handle writeStream errors in sys.pumpRyan Dahl
2010-09-08add ANSI coloring option to sys.inspect and, by default, to the replTrent Mick
2010-08-30Pass an error to the sys.pump callback if one occursRussell Haering
2010-08-23Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)isaacs
2010-08-18Fix sys.inspect for regex in different context.Herbert Vojčík
2010-07-14Adds "pause" and "resume" events to pump and it's readable argument.Mikeal Rogers
2010-06-30sys.inherts to shadow constructor property from enumerabilityDmitry Baranovskiy
2010-06-23Add sys.pumpMikeal Rogers
2010-06-16Coerce each argument to a String before attempting to print it via sys.printBen Lowery
2010-06-01Fix style in sys.jsRyan Dahl
2010-05-29Use duck-typing as well as instanceof in sys.inspectisaacs
2010-05-29Check for a couple of edge cases on the inspect hook.Tim Caswell
2010-05-29Provide a hook for user-specified inspect functionsTim Caswell
2010-05-20Deprecate sys.p()Ryan Dahl
2010-04-12trailing whitespace fixesisaacs
2010-04-01Don't put an extra comma after bases in inspect.Tim Caswell
2010-03-18child process now use net.SocketRyan Dahl
2010-03-16Use streams for stdout and stdinRyan Dahl
2010-03-03Add sys.log()Ryan Dahl
2010-03-02Stop sys.inspect from adding extra new lines for deep objects that are elemen...Benjamin Thomas
2010-03-01Move process.inherits to sysRyan Dahl
2010-02-26Make the output of sys.inspect a lot more compact.Benjamin Thomas
2010-02-26Add optional third argument sys.inpect to indicate how many times you want it...Benjamin Thomas
2010-02-20sys.exec() no longer uses PromiseRyan Dahl
2010-02-16sys.inspect(Date) now shows the date valueMark Hansen
2010-02-12Added multiple arg support for sys.puts(), print(), etc.visionmedia
2010-02-09Document the changes to sys.inspect's API.Tim Caswell
2010-02-09Rewrite sys.inspect to be more reliable and handle crazy edge cases.Tim Caswell
2010-01-15API: Move Promise and EventEmitter into 'events' moduleRyan Dahl
2010-01-04Rename "Dynamic Property" to "Getter/Setter" in sys.inspect.Tim Caswell
2010-01-03Fix inspect to not trigger dynamic propertiesTim Caswell
2009-12-31Fix inspect for the special case of an Object that inherits from Array, but h...Tim Caswell
2009-12-07sys.inspect prints out special chars correctly (\n, \u0001, etc...)Xavier Shay
2009-12-06sys.inspect is totally more awesome nowXavier Shay
2009-12-06Implement promises entirely in JSRyan Dahl