38 Commits (1662c37c40c88dd37c35a1a6722c71a23eaa577c)

Author SHA1 Message Date
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
Tim Caswell 6c68a9679b Fix inspect to not trigger dynamic properties 15 years ago
Tim Caswell 732c6f2036 Fix inspect for the special case of an Object that inherits from Array, but has other properties. 15 years ago
Xavier Shay 756544fd28 sys.inspect prints out special chars correctly (\n, \u0001, etc...) 15 years ago
Xavier Shay 34c02357ff sys.inspect is totally more awesome now 15 years ago
Ryan Dahl 4d818f1fd3 Implement promises entirely in JS 15 years ago
Friedemann Altrock 1107a1bd1e sys.puts should not kill the process when giving it undefined 15 years ago
Felix Geisendörfer 6e9e61b9df Format JSON for inspecting objects 15 years ago
Ryan Dahl 43121c15be API: rename process.inherits to sys.inherits 15 years ago
Ryan Dahl b3b3cfe007 Move memoryUsage() into C on Linux 15 years ago
Ryan Dahl 3a70129a9c Add sys.memoryUsage() 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl 2b8ab7e24f utils.js links to sys.js instead of other way around 15 years ago
Ryan Dahl 349200bd1c symlink sys.js to utils.js 15 years ago