summaryrefslogtreecommitdiff
path: root/lib/sys.js
AgeCommit message (Expand)Author
2010-02-09Rewrite sys.inspect to be more reliable and handle crazy edge cases.Tim Caswell
2010-01-15API: Move Promise and EventEmitter into 'events' moduleRyan Dahl
2010-01-03Rename "Dynamic Property" to "Getter/Setter" in sys.inspect.Tim Caswell
2010-01-02Fix inspect to not trigger dynamic propertiesTim Caswell
2009-12-31Fix inspect for the special case of an Object that inherits from Array, but h...Tim Caswell
2009-12-07sys.inspect prints out special chars correctly (\n, \u0001, etc...)Xavier Shay
2009-12-06sys.inspect is totally more awesome nowXavier Shay
2009-12-06Implement promises entirely in JSRyan Dahl
2009-11-28sys.puts should not kill the process when giving it undefinedFriedemann Altrock
2009-11-16Format JSON for inspecting objectsFelix Geisendörfer
2009-11-07API: rename process.inherits to sys.inheritsRyan Dahl
2009-11-03Move memoryUsage() into C on LinuxRyan Dahl
2009-11-03Add sys.memoryUsage()Ryan Dahl
2009-10-29Namespace EVERYTHING under process; introduce GLOBALRyan Dahl
2009-10-13utils.js links to sys.js instead of other way aroundRyan Dahl
2009-10-09symlink sys.js to utils.jsRyan Dahl