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
/
readline.js
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-24
Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
1
-1
/
+1
2013-09-23
readline: handle input starting with control chars
Eric Schrock
1
-1
/
+1
2013-09-04
stream: return this from pause()/resume()
isaacs
1
-0
/
+2
2013-08-19
fixes #6031 spelling errors
Matthew Aynalem
1
-1
/
+1
2013-08-17
readline: pause stdin before turning off terminal raw mode
Daniel Chatfield
1
-1
/
+1
2013-08-17
readline: pause stdin before turning off terminal raw mode
Daniel Chatfield
1
-1
/
+1
2013-08-15
lib: remove unused variables and functions
Brian White
1
-3
/
+0
2013-08-01
src: Replace macros with util functions
isaacs
1
-12
/
+12
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-12
/
+12
2013-06-25
Merge remote-tracking branch 'ry/v0.10' into master
isaacs
1
-0
/
+6
2013-06-17
readline: strip ctrl chars for prompt width calc
Krzysztof Chrapka
1
-4
/
+19
2013-06-17
readline: make `ctrl + L` clear the screen
Yuan Chuan
1
-0
/
+6
2013-03-15
readline: handle wide characters properly
Nao Iizuka
1
-16
/
+144
2013-03-01
events: add check for listeners length
Trevor Norris
1
-4
/
+4
2013-01-29
lint
isaacs
1
-1
/
+1
2013-01-29
readline: treat bare \r as a line ending
isaacs
1
-4
/
+26
2013-01-29
readline: make \r\n emit one 'line' event
Ben Noordhuis
1
-3
/
+8
2012-11-06
readline: use a "string_decoder" to parse "keypress" events
Nathan Rajlich
1
-3
/
+5
2012-11-06
readline: don't emit "line" events with a trailing '\n' char
Nathan Rajlich
1
-1
/
+1
2012-10-24
repl: call resume() after setRawMode()
Bert Belder
1
-1
/
+2
2012-07-26
Merge remote-tracking branch 'ry/v0.8'
isaacs
1
-10
/
+26
2012-07-24
readline: Remove event listeners on close
isaacs
1
-10
/
+26
2012-07-11
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
isaacs
1
-29
/
+28
2012-07-06
readline: don't use Function#call()
Nathan Rajlich
1
-4
/
+3
2012-07-06
Forgotten commit: add arguments to handleGroup
Jonas Westerlund
1
-3
/
+3
2012-07-06
Move function declaration to top-level
Jonas Westerlund
1
-28
/
+28
2012-07-06
readline: fix for unicode prompts
Tim Macfarlane
1
-1
/
+1
2012-07-05
readline: Use one history item for reentered line
Vladimir Beloborodov
1
-4
/
+6
2012-06-15
domain: the EventEmitter constructor is now always called in nodecore
Andreas Madsen
1
-2
/
+2
2012-06-14
readline: don't cache the "keypress" listeners
Nathan Rajlich
1
-4
/
+2
2012-06-11
lint
isaacs
1
-3
/
+4
2012-05-21
readline: explicitly disable and re-enable "raw mode" on Ctrl+Z
Nathan Rajlich
1
-0
/
+5
2012-05-21
readline: move the "setRawMode" logic into a private function
Nathan Rajlich
1
-6
/
+9
2012-04-21
readline: remove unused vars in _ttyWrite
Kyle Robinson Young
1
-1
/
+0
2012-04-18
readline: _normalWrite() doesn't take a key modifier arg
Kyle Robinson Young
1
-1
/
+1
2012-04-18
readline: change char to ch to avoid reserved word
Kyle Robinson Young
1
-4
/
+4
2012-04-17
readline: re-add the Interface#close() method; rename "end" to "close"
Nathan Rajlich
1
-13
/
+17
2012-04-06
readline: use StringDecoder for decoding "normal" data
Nathan Rajlich
1
-8
/
+15
2012-04-06
readline: buffer data to only emit 'line' on '\n'
Nathan Friedly
1
-4
/
+15
2012-03-29
tty, readline: fix style errors
Ben Noordhuis
1
-2
/
+2
2012-03-27
repl: make ^D emit an 'end' event on the readline instance
Nathan Rajlich
1
-0
/
+4
2012-03-26
readline: migrate ansi/vt100 logic from tty to readline
Nathan Rajlich
1
-40
/
+394
2012-03-26
readline: fix for terminals that insert newlines automatically
Alex Kocharin
1
-2
/
+7
2012-03-20
lint readline.js - single-quotes preferred
isaacs
1
-2
/
+2
2012-03-20
readline: row-agnostic multiline readline implementation
Alex Kocharin
1
-37
/
+92
2012-03-20
Revert "readline: add multiline support"
Nathan Rajlich
1
-78
/
+8
2012-03-07
readline: ignore stray escape sequence
Colton Baker
1
-0
/
+3
2012-03-06
readline: add multiline support
Rlidwka
1
-8
/
+78
2012-02-22
readline: ^Z (SIGSTP) handling
Colton Baker
1
-1
/
+3
2012-02-16
Readline proposal and bugfixes. Related: #2737 #2756
Colton Baker
1
-32
/
+29
[next]