63 Commits (2d72ad727a35fe76023893716adff509b058720a)

Author SHA1 Message Date
Vladimir Kurchatkin 628845b816 util: introduce `printDeprecationMessage` function 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Wyatt Preul dc42e1faaf sys: Mark as deprecated 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
isaacs f2a9ed4873 Fix #3577 Un-break require('sys') 12 years ago
Ryan Dahl b28e700ebd require('sys') now throws 13 years ago
Ben Noordhuis 97900776bb util: add internal function _deprecationWarning() 13 years ago
Ben Noordhuis 5fea00581b sys: print stack trace if NODE_DEBUG=sys 13 years ago
Maciej Małecki 8d70cc607c Show warning when using lib/sys.js 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl dd53ceebe4 lint 14 years ago
Ryan Dahl 6ce007e89a Remove warning in 'sys' - too aggressive 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Ryan Dahl f23eb282c0 Fix style 14 years ago
Ryan Dahl 39b9043bef Use readline.columns in sys.inspect when possible 14 years ago
Ryan Dahl d164989e3f Commas last in sys.inspect 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
Jorge Chamorro Bieling fc334b3a97 sys.js: --needless Object.keys() --needless .map() in a single patch 14 years ago
Jorge Chamorro Bieling 8e246acd0e sys.js: sys.inspect: show function names 14 years ago
Ryan Dahl f08985c193 Handle writeStream errors in sys.pump 14 years ago
Trent Mick 1d961a6630 add ANSI coloring option to sys.inspect and, by default, to the repl 14 years ago
Russell Haering 37b6e10684 Pass an error to the sys.pump callback if one occurs 14 years ago
isaacs e55c486801 Missing 'var' in sys.inspect (Found by Oleg Slobodskoi) 14 years ago
Herbert Vojčík 5dc2b93311 Fix sys.inspect for regex in different context. 14 years ago
Mikeal Rogers 16cb45103f Adds "pause" and "resume" events to pump and it's readable argument. 14 years ago
Dmitry Baranovskiy d3f04933f1 sys.inherts to shadow constructor property from enumerability 15 years ago
Mikeal Rogers f62979da6b Add sys.pump 15 years ago
Ben Lowery f3cd7bbe77 Coerce each argument to a String before attempting to print it via sys.print 15 years ago
Ryan Dahl d62b0f442a Fix style in sys.js 15 years ago
isaacs 3c7873bd3f Use duck-typing as well as instanceof in sys.inspect 15 years ago
Tim Caswell b480184fd6 Check for a couple of edge cases on the inspect hook. 15 years ago
Tim Caswell 7f5320b167 Provide a hook for user-specified inspect functions 15 years ago
Ryan Dahl 022c083848 Deprecate sys.p() 15 years ago
isaacs 57fbb627ca trailing whitespace fixes 15 years ago
Tim Caswell 7af9cb9e80 Don't put an extra comma after bases in inspect. 15 years ago
Ryan Dahl 04c06b9149 child process now use net.Socket 15 years ago
Ryan Dahl fdf46a65c9 Use streams for stdout and stdin 15 years ago
Ryan Dahl 9be3df0828 Add sys.log() 15 years ago
Benjamin Thomas 6034701f57 Stop sys.inspect from adding extra new lines for deep objects that are elements in an array. 15 years ago
Ryan Dahl b021a845f7 Move process.inherits to sys 15 years ago
Benjamin Thomas de1521413e Make the output of sys.inspect a lot more compact. 15 years ago
Benjamin Thomas a2714be8b5 Add optional third argument sys.inpect to indicate how many times you want it to recurse 15 years ago
Ryan Dahl de7016eac5 sys.exec() no longer uses Promise 15 years ago
Mark Hansen 98e61db216 sys.inspect(Date) now shows the date value 15 years ago
visionmedia 9c6263bff8 Added multiple arg support for sys.puts(), print(), etc. 15 years ago
Tim Caswell 3aca908db3 Document the changes to sys.inspect's API. 15 years ago
Tim Caswell e33c66654a Rewrite sys.inspect to be more reliable and handle crazy edge cases. 15 years ago
Ryan Dahl 70293a43c9 API: Move Promise and EventEmitter into 'events' module 15 years ago
Tim Caswell fd184ee2fa Rename "Dynamic Property" to "Getter/Setter" in sys.inspect. 15 years ago