Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-08-01 | src: Replace macros with util functions | isaacs | 1 | -1/+1 |
2013-07-24 | lib: macro-ify type checks | Ben Noordhuis | 1 | -1/+1 |
2013-03-12 | console: `console.dir()` bypasses inspect() methods | Nathan Rajlich | 1 | -1/+1 |
2013-01-18 | console: Support formatting options in trace() | isaacs | 1 | -2/+2 |
2012-08-24 | console: refactor the console module to be reusable | Nathan Rajlich | 1 | -17/+48 |
2012-04-29 | console: throw when no such label exists in `console.timeEnd` | Maciej MaĆecki | 1 | -1/+5 |
2011-10-18 | Fixes #1860. Remove process.writeError | Ryan Dahl | 1 | -2/+1 |
2011-10-11 | Remove tty_legacy | Ryan Dahl | 1 | -1/+1 |
2011-07-30 | util: add sprintf-like format() function | Ben Noordhuis | 1 | -40/+4 |
2011-03-14 | Update copyright headers | Ryan Dahl | 1 | -0/+21 |
2011-01-27 | Another fix for process.assert | Ryan Dahl | 1 | -1/+1 |
2010-12-30 | use util.inspect to format objects and arrays printed to the console | Sami Samhuri | 1 | -5/+11 |
2010-12-01 | more lint | Ryan Dahl | 1 | -10/+10 |
2010-11-30 | Lazy load console object | Ryan Dahl | 1 | -0/+83 |