index
:
delta/node.git
buf-compare-normalize
execSync-wip
feature/openssl-1.0.1f-in-v.08
feature/update-openssl1.0.1f
fix-api-docs-menu
fix/gh-6663
fix/openssl-1.0.1g
fix/orangemocha-readable-stuff
fsevents-fix
gyp-flock
gyp-update
hgraph-backport
libuv-upgrade-latest-1x
master
merge-review
merge-review2
merge-test
move-debugger-tests
moved
node-review
nodeconf-2013
npm-1.4.6
npm-v1.4.2
npm-v1.4.3
openssl-exports
orangemocha-Dns
orangemocha-LibuvUpdate-FlakyTests
orangemocha-deadhorseresolve
orangemocha-opensusegcc
orangemocha-testing
pr6651
reviewme
reviewme2
run-in-closing-handles
strictee
tj-try-this
uv-1.4.0-update
v0.10
v0.10-merge
v0.10.0-release
v0.10.1-release
v0.10.10-release
v0.10.11-release
v0.10.12-release
v0.10.13-release
v0.10.14-release
v0.10.15-release
v0.10.16-release
v0.10.17-release
v0.10.18-release
v0.10.19-release
v0.10.2-release
v0.10.20-release
v0.10.21-release
v0.10.22-release
v0.10.23-release
v0.10.24-release
v0.10.25-release
v0.10.26-release
v0.10.27-release
v0.10.28-release
v0.10.29-release
v0.10.3-release
v0.10.30-release
v0.10.31-release
v0.10.32-release
v0.10.33-release
v0.10.34-release
v0.10.35-release
v0.10.36-release
v0.10.37-release
v0.10.38-release
v0.10.39-release
v0.10.4-release
v0.10.40-release
v0.10.5-release
v0.10.6-release
v0.10.7-release
v0.10.8-release
v0.10.9-release
v0.11.0-release
v0.11.1-release
v0.11.10-release
v0.11.11-release
v0.11.12-release
v0.11.13-release
v0.11.14-release
v0.11.15-release
v0.11.16-release
v0.11.2-release
v0.11.3-release
v0.11.4-release
v0.11.5-release
v0.11.6-release
v0.11.7-release
v0.11.8-release
v0.11.9-release
v0.12
v0.12.0-release
v0.12.1-release
v0.12.2-release
v0.12.3-release
v0.12.4-release
v0.12.5-release
v0.12.6-release
v0.12.7-release
v0.2
v0.4
v0.6
v0.7.10-fix
v0.7.4-release
v0.8
v0.8-npm-1.4.10
v0.8.10-release
v0.8.11-release
v0.8.12-release
v0.8.13-fix
v0.8.13-release
v0.8.14-release
v0.8.15-release
v0.8.16-release
v0.8.17-release
v0.8.18-release
v0.8.19-release
v0.8.20-release
v0.8.21-release
v0.8.22-release
v0.8.23-release
v0.8.24-release
v0.8.25-release
v0.8.26-release
v0.8.27-release
v0.8.28-release
v0.8.7-release
v0.8.8-release
v0.8.9-release
v0.9.1-release
v0.9.10-release
v0.9.11-release
v0.9.12-release
v0.9.2-release
v0.9.3-release
v0.9.4-release
v0.9.5-release
v0.9.6-release
v0.9.7-release
v0.9.8-release
v0.9.9-release
v8-lateral-3.28-update
vs2015-icufix-v012
github.com: joyent/node.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
repl.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
repl: do not insert duplicates into completions
Maciej Małecki
2013-11-11
1
-1
/
+1
*
repl: fix JSON.parse error check
Brian White
2013-05-30
1
-2
/
+1
*
repl: use more readable RegExp syntax for spaces
Nathan Rajlich
2013-03-30
1
-1
/
+1
*
repl: isSyntaxError() catches "strict mode" errors
Nathan Rajlich
2013-03-30
1
-0
/
+2
*
make repl compatible with domains
Dave Olszewski
2013-03-03
1
-1
/
+7
*
repl: fix how to module requiring in code comment
Ryunosuke SATO
2013-01-16
1
-1
/
+1
*
repl: fix lint
Nathan Rajlich
2013-01-12
1
-3
/
+3
*
repl: make built-in modules available by default
Felix Böhm
2013-01-12
1
-10
/
+18
*
REPL: fix floating point number parsing
Nirk Niggler
2013-01-03
1
-1
/
+1
*
repl: allow overriding builtins
Ben Noordhuis
2013-01-03
1
-8
/
+3
*
repl: remove 'repl' from automatic loading libs
Ryunosuke SATO
2012-12-26
1
-1
/
+1
*
repl: add 'domain' to automatic loading libs
Ryunosuke SATO
2012-12-26
1
-2
/
+2
*
repl: don't touch `require.cache`
Nathan Rajlich
2012-12-21
1
-1
/
+0
*
Add 'stream' as a native module in repl
isaacs
2012-12-13
1
-2
/
+2
*
repl: don't interpret floating point numbers
Ben Noordhuis
2012-11-10
1
-1
/
+1
*
Merge remote-tracking branch 'origin/v0.8'
Nathan Rajlich
2012-10-13
1
-25
/
+27
|
\
|
*
repl: ensure each REPL instance gets its own "context"
Nathan Rajlich
2012-10-12
1
-14
/
+9
|
*
repl: move "isSyntaxError()" definition to the bottom
Nathan Rajlich
2012-10-05
1
-12
/
+18
|
*
repl: make "end of input" JSON.parse() errors throw in the REPL
Nathan Rajlich
2012-10-01
1
-1
/
+1
|
*
repl: make invalid RegExp modifiers throw in the REPL
Nathan Rajlich
2012-09-30
1
-0
/
+1
*
|
repl: dynamically lookup the require extensions for tab complete
Nathan Rajlich
2012-10-07
1
-5
/
+1
*
|
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
isaacs
2012-09-28
1
-0
/
+3
|
\
\
|
|
/
|
*
repl: make invalid RegExps throw in the REPL
Nathan Rajlich
2012-09-21
1
-0
/
+3
*
|
repl: create a new Console instance for the repl when "useGlobal" is off
Nathan Rajlich
2012-08-24
1
-6
/
+7
*
|
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
isaacs
2012-07-11
1
-36
/
+32
|
\
\
|
|
/
|
*
Move function declaration out of conditional
Jonas Westerlund
2012-07-06
1
-35
/
+30
|
*
repl: fix passing an empty line inserting "undefined" into the buffer
Nathan Rajlich
2012-07-04
1
-0
/
+1
|
*
repl: fix crashes when buffering command
Maciej Małecki
2012-07-04
1
-1
/
+1
*
|
repl: fix buffer clearing after npm command
Ben Noordhuis
2012-06-23
1
-1
/
+1
|
/
*
domain: the EventEmitter constructor is now always called in nodecore
Andreas Madsen
2012-06-15
1
-3
/
+6
*
Warn about running npm in the repl
isaacs
2012-06-05
1
-0
/
+9
*
repl: preserve the cursor when redisplaying the prompt on SIGCONT
Nathan Rajlich
2012-05-21
1
-1
/
+1
*
repl: make tab completion read up the prototype of "global"
Nathan Rajlich
2012-04-25
1
-0
/
+4
*
repl: use Object.getPrototypeOf on functions for tab complete()
Nathan Rajlich
2012-04-21
1
-1
/
+1
*
repl: update the `repl` for the new `readline` behavior
Nathan Rajlich
2012-04-17
1
-5
/
+3
*
repl: make the completer use newlines
Nathan Rajlich
2012-04-06
1
-1
/
+1
*
repl: don't write a newline on the readline 'end' event
Nathan Rajlich
2012-03-28
1
-1
/
+0
*
repl: add a 'useColors' option to the repl
Nathan Rajlich
2012-03-27
1
-4
/
+6
*
repl: add a 'writer' option to the repl
Nathan Rajlich
2012-03-27
1
-5
/
+9
*
repl: ensure that 'repl.ignoreUndefined' is a boolean
Nathan Rajlich
2012-03-27
1
-1
/
+2
*
repl: ensure that 'repl.useGlobal' is a boolean
Nathan Rajlich
2012-03-27
1
-2
/
+2
*
repl: make ^D emit an 'end' event on the readline instance
Nathan Rajlich
2012-03-27
1
-0
/
+5
*
readline: migrate ansi/vt100 logic from tty to readline
Nathan Rajlich
2012-03-26
1
-17
/
+45
*
readline: row-agnostic multiline readline implementation
Alex Kocharin
2012-03-20
1
-5
/
+3
*
repl: fix space autocompletion bug
Alex Kocharin
2012-03-20
1
-0
/
+2
*
debugger: remove 'repl' command from builtinLibs
Fedor Indutny
2012-03-19
1
-3
/
+3
*
repl: better SIGINT handling behavior
Nathan Rajlich
2012-03-13
1
-9
/
+11
*
repl: remove redundant check of rli.rine.length
Nathan Rajlich
2012-03-13
1
-2
/
+1
*
repl: make sure the REPL always flushes with a newline
Nathan Rajlich
2012-03-13
1
-3
/
+3
*
repl: make REPLServer emit an "exit" event
Nathan Rajlich
2012-03-13
1
-1
/
+4
[next]