summaryrefslogtreecommitdiff
path: root/lib/sys.js
AgeCommit message (Expand)Author
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2016-09-02lib: use emitWarning instead of printDeprecationMessageJames M Snell
2015-06-04util: introduce `printDeprecationMessage` functionVladimir Kurchatkin
2015-01-21lib: use const to define constantscjihrig
2015-01-13sys: Mark as deprecatedWyatt Preul
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
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