index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sys.js
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-28
Fix #3577 Un-break require('sys')
isaacs
1
-1
/
+24
2012-01-09
require('sys') now throws
Ryan Dahl
1
-36
/
+1
2011-12-14
util: add internal function _deprecationWarning()
Ben Noordhuis
1
-9
/
+2
2011-11-29
sys: print stack trace if NODE_DEBUG=sys
Ben Noordhuis
1
-1
/
+4
2011-08-31
Show warning when using lib/sys.js
Maciej Małecki
1
-2
/
+1
2011-03-14
Update copyright headers
Ryan Dahl
1
-0
/
+21
2010-12-01
lint
Ryan Dahl
1
-2
/
+3
2010-11-02
Remove warning in 'sys' - too aggressive
Ryan Dahl
1
-2
/
+3
2010-10-11
Soft migration of sys -> util, Removal of deprecated utils module.
Micheil Smith
1
-387
/
+15
2010-10-09
Fix style
Ryan Dahl
1
-8
/
+4
2010-10-09
Use readline.columns in sys.inspect when possible
Ryan Dahl
1
-1
/
+1
2010-10-09
Commas last in sys.inspect
Ryan Dahl
1
-2
/
+2
2010-10-06
syntax fixes to pass jslint
Joshaven Potter
1
-3
/
+3
2010-09-19
sys.js: --needless Object.keys() --needless .map() in a single patch
Jorge Chamorro Bieling
1
-6
/
+1
2010-09-19
sys.js: sys.inspect: show function names
Jorge Chamorro Bieling
1
-2
/
+2
2010-09-16
Handle writeStream errors in sys.pump
Ryan Dahl
1
-3
/
+17
2010-09-08
add ANSI coloring option to sys.inspect and, by default, to the repl
Trent Mick
1
-18
/
+63
2010-08-30
Pass an error to the sys.pump callback if one occurs
Russell Haering
1
-0
/
+5
2010-08-22
Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)
isaacs
1
-1
/
+1
2010-08-18
Fix sys.inspect for regex in different context.
Herbert Vojčík
1
-2
/
+1
2010-07-13
Adds "pause" and "resume" events to pump and it's readable argument.
Mikeal Rogers
1
-0
/
+11
2010-06-29
sys.inherts to shadow constructor property from enumerability
Dmitry Baranovskiy
1
-5
/
+7
2010-06-22
Add sys.pump
Mikeal Rogers
1
-0
/
+18
2010-06-15
Coerce each argument to a String before attempting to print it via sys.print
Ben Lowery
1
-1
/
+1
2010-06-01
Fix style in sys.js
Ryan Dahl
1
-8
/
+34
2010-05-29
Use duck-typing as well as instanceof in sys.inspect
isaacs
1
-7
/
+30
2010-05-28
Check for a couple of edge cases on the inspect hook.
Tim Caswell
1
-1
/
+6
2010-05-28
Provide a hook for user-specified inspect functions
Tim Caswell
1
-0
/
+5
2010-05-20
Deprecate sys.p()
Ryan Dahl
1
-0
/
+6
2010-04-11
trailing whitespace fixes
isaacs
1
-2
/
+2
2010-04-01
Don't put an extra comma after bases in inspect.
Tim Caswell
1
-1
/
+1
2010-03-17
child process now use net.Socket
Ryan Dahl
1
-25
/
+10
2010-03-15
Use streams for stdout and stdin
Ryan Dahl
1
-4
/
+4
2010-03-02
Add sys.log()
Ryan Dahl
1
-0
/
+19
2010-03-01
Stop sys.inspect from adding extra new lines for deep objects that are elemen...
Benjamin Thomas
1
-8
/
+19
2010-03-01
Move process.inherits to sys
Ryan Dahl
1
-1
/
+8
2010-02-25
Make the output of sys.inspect a lot more compact.
Benjamin Thomas
1
-10
/
+38
2010-02-25
Add optional third argument sys.inpect to indicate how many times you want it...
Benjamin Thomas
1
-7
/
+18
2010-02-19
sys.exec() no longer uses Promise
Ryan Dahl
1
-6
/
+5
2010-02-15
sys.inspect(Date) now shows the date value
Mark Hansen
1
-0
/
+10
2010-02-12
Added multiple arg support for sys.puts(), print(), etc.
visionmedia
1
-7
/
+15
2010-02-09
Document the changes to sys.inspect's API.
Tim Caswell
1
-4
/
+3
2010-02-09
Rewrite sys.inspect to be more reliable and handle crazy edge cases.
Tim Caswell
1
-75
/
+93
2010-01-15
API: Move Promise and EventEmitter into 'events' module
Ryan Dahl
1
-1
/
+3
2010-01-03
Rename "Dynamic Property" to "Getter/Setter" in sys.inspect.
Tim Caswell
1
-3
/
+3
2010-01-02
Fix inspect to not trigger dynamic properties
Tim Caswell
1
-1
/
+16
2009-12-31
Fix inspect for the special case of an Object that inherits from Array, but h...
Tim Caswell
1
-1
/
+1
2009-12-07
sys.inspect prints out special chars correctly (\n, \u0001, etc...)
Xavier Shay
1
-1
/
+1
2009-12-06
sys.inspect is totally more awesome now
Xavier Shay
1
-20
/
+64
2009-12-06
Implement promises entirely in JS
Ryan Dahl
1
-7
/
+1
[next]