summaryrefslogtreecommitdiff
path: root/lib/sys.js
AgeCommit message (Expand)Author
2012-06-28Fix #3577 Un-break require('sys')isaacs
2012-01-09require('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-14Update copyright headersRyan Dahl
2010-12-01lintRyan Dahl
2010-11-02Remove warning in 'sys' - too aggressiveRyan Dahl
2010-10-11Soft 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-06syntax fixes to pass jslintJoshaven Potter
2010-09-19sys.js: --needless Object.keys() --needless .map() in a single patchJorge Chamorro Bieling
2010-09-19sys.js: sys.inspect: show function namesJorge Chamorro Bieling
2010-09-16Handle 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-22Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)isaacs
2010-08-18Fix sys.inspect for regex in different context.Herbert Vojčík
2010-07-13Adds "pause" and "resume" events to pump and it's readable argument.Mikeal Rogers
2010-06-29sys.inherts to shadow constructor property from enumerabilityDmitry Baranovskiy
2010-06-22Add sys.pumpMikeal Rogers
2010-06-15Coerce 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-28Check for a couple of edge cases on the inspect hook.Tim Caswell
2010-05-28Provide a hook for user-specified inspect functionsTim Caswell
2010-05-20Deprecate sys.p()Ryan Dahl
2010-04-11trailing whitespace fixesisaacs
2010-04-01Don't put an extra comma after bases in inspect.Tim Caswell
2010-03-17child process now use net.SocketRyan Dahl
2010-03-15Use streams for stdout and stdinRyan Dahl
2010-03-02Add sys.log()Ryan Dahl
2010-03-01Stop 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-25Make the output of sys.inspect a lot more compact.Benjamin Thomas
2010-02-25Add optional third argument sys.inpect to indicate how many times you want it...Benjamin Thomas
2010-02-19sys.exec() no longer uses PromiseRyan Dahl
2010-02-15sys.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-03Rename "Dynamic Property" to "Getter/Setter" in sys.inspect.Tim Caswell
2010-01-02Fix 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