| Commit message (Expand) | Author | Age | Files | Lines |
* | lint | Ryan Dahl | 2010-12-01 | 1 | -2/+3 |
* | Remove warning in 'sys' - too aggressive | Ryan Dahl | 2010-11-02 | 1 | -2/+3 |
* | Soft migration of sys -> util, Removal of deprecated utils module. | Micheil Smith | 2010-10-11 | 1 | -387/+15 |
* | Fix style | Ryan Dahl | 2010-10-09 | 1 | -8/+4 |
* | Use readline.columns in sys.inspect when possible | Ryan Dahl | 2010-10-09 | 1 | -1/+1 |
* | Commas last in sys.inspect | Ryan Dahl | 2010-10-09 | 1 | -2/+2 |
* | syntax fixes to pass jslint | Joshaven Potter | 2010-10-06 | 1 | -3/+3 |
* | sys.js: --needless Object.keys() --needless .map() in a single patch | Jorge Chamorro Bieling | 2010-09-19 | 1 | -6/+1 |
* | sys.js: sys.inspect: show function names | Jorge Chamorro Bieling | 2010-09-19 | 1 | -2/+2 |
* | Handle writeStream errors in sys.pump | Ryan Dahl | 2010-09-16 | 1 | -3/+17 |
* | add ANSI coloring option to sys.inspect and, by default, to the repl | Trent Mick | 2010-09-08 | 1 | -18/+63 |
* | Pass an error to the sys.pump callback if one occurs | Russell Haering | 2010-08-30 | 1 | -0/+5 |
* | Missing 'var' in sys.inspect (Found by Oleg Slobodskoi) | isaacs | 2010-08-22 | 1 | -1/+1 |
* | Fix sys.inspect for regex in different context. | Herbert Vojčík | 2010-08-18 | 1 | -2/+1 |
* | Adds "pause" and "resume" events to pump and it's readable argument. | Mikeal Rogers | 2010-07-13 | 1 | -0/+11 |
* | sys.inherts to shadow constructor property from enumerability | Dmitry Baranovskiy | 2010-06-29 | 1 | -5/+7 |
* | Add sys.pump | Mikeal Rogers | 2010-06-22 | 1 | -0/+18 |
* | Coerce each argument to a String before attempting to print it via sys.print | Ben Lowery | 2010-06-15 | 1 | -1/+1 |
* | Fix style in sys.js | Ryan Dahl | 2010-06-01 | 1 | -8/+34 |
* | Use duck-typing as well as instanceof in sys.inspect | isaacs | 2010-05-29 | 1 | -7/+30 |
* | Check for a couple of edge cases on the inspect hook. | Tim Caswell | 2010-05-28 | 1 | -1/+6 |
* | Provide a hook for user-specified inspect functions | Tim Caswell | 2010-05-28 | 1 | -0/+5 |
* | Deprecate sys.p() | Ryan Dahl | 2010-05-20 | 1 | -0/+6 |
* | trailing whitespace fixes | isaacs | 2010-04-11 | 1 | -2/+2 |
* | Don't put an extra comma after bases in inspect. | Tim Caswell | 2010-04-01 | 1 | -1/+1 |
* | child process now use net.Socket | Ryan Dahl | 2010-03-17 | 1 | -25/+10 |
* | Use streams for stdout and stdin | Ryan Dahl | 2010-03-15 | 1 | -4/+4 |
* | Add sys.log() | Ryan Dahl | 2010-03-02 | 1 | -0/+19 |
* | Stop sys.inspect from adding extra new lines for deep objects that are elemen... | Benjamin Thomas | 2010-03-01 | 1 | -8/+19 |
* | Move process.inherits to sys | Ryan Dahl | 2010-03-01 | 1 | -1/+8 |
* | Make the output of sys.inspect a lot more compact. | Benjamin Thomas | 2010-02-25 | 1 | -10/+38 |
* | Add optional third argument sys.inpect to indicate how many times you want it... | Benjamin Thomas | 2010-02-25 | 1 | -7/+18 |
* | sys.exec() no longer uses Promise | Ryan Dahl | 2010-02-19 | 1 | -6/+5 |
* | sys.inspect(Date) now shows the date value | Mark Hansen | 2010-02-15 | 1 | -0/+10 |
* | Added multiple arg support for sys.puts(), print(), etc. | visionmedia | 2010-02-12 | 1 | -7/+15 |
* | Document the changes to sys.inspect's API. | Tim Caswell | 2010-02-09 | 1 | -4/+3 |
* | Rewrite sys.inspect to be more reliable and handle crazy edge cases. | Tim Caswell | 2010-02-09 | 1 | -75/+93 |
* | API: Move Promise and EventEmitter into 'events' module | Ryan Dahl | 2010-01-15 | 1 | -1/+3 |
* | Rename "Dynamic Property" to "Getter/Setter" in sys.inspect. | Tim Caswell | 2010-01-03 | 1 | -3/+3 |
* | Fix inspect to not trigger dynamic properties | Tim Caswell | 2010-01-02 | 1 | -1/+16 |
* | Fix inspect for the special case of an Object that inherits from Array, but h... | Tim Caswell | 2009-12-31 | 1 | -1/+1 |
* | sys.inspect prints out special chars correctly (\n, \u0001, etc...) | Xavier Shay | 2009-12-07 | 1 | -1/+1 |
* | sys.inspect is totally more awesome now | Xavier Shay | 2009-12-06 | 1 | -20/+64 |
* | Implement promises entirely in JS | Ryan Dahl | 2009-12-06 | 1 | -7/+1 |
* | sys.puts should not kill the process when giving it undefined | Friedemann Altrock | 2009-11-28 | 1 | -3/+3 |
* | Format JSON for inspecting objects | Felix Geisendörfer | 2009-11-16 | 1 | -1/+1 |
* | API: rename process.inherits to sys.inherits | Ryan Dahl | 2009-11-07 | 1 | -0/+21 |
* | Move memoryUsage() into C on Linux | Ryan Dahl | 2009-11-03 | 1 | -61/+0 |
* | Add sys.memoryUsage() | Ryan Dahl | 2009-11-03 | 1 | -0/+61 |
* | Namespace EVERYTHING under process; introduce GLOBAL | Ryan Dahl | 2009-10-29 | 1 | -6/+6 |