Ryan Dahl
ba80d4d8a9
Transfer data gathering responsibility to readline
Fixes non-raw REPL/Debugger on Posix.
14 years ago
Ryan Dahl
d4127717ac
Fix tab on posix tty
14 years ago
Ryan Dahl
6e9f746a46
wscript: style
14 years ago
Ryan Dahl
5895df4d0e
Compile gdbjit in by default on linux
14 years ago
Bert Belder
a61066ea1b
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
b8f006ef72
Upgrade V8 to 3.0.9
14 years ago
Bert Belder
e6e6e87463
Windows: fix window size getter bug
14 years ago
Bert Belder
f0bf325495
Update TODO.win32
14 years ago
Bert Belder
4475b76535
Readline: use symbolic key names instead of ascii control codes
14 years ago
Bert Belder
8c9b2d1066
Readline: use tty methods instead of control sequences
14 years ago
Bert Belder
0b5bf70bff
Use tty.ReadStream and tty.WriteStream for stdio when appropriate
14 years ago
Bert Belder
87d898929f
Implement tty.ReadStream and tty.WriteStream
14 years ago
Bert Belder
4fddca09f1
New stdio functions to aid new readline interface
14 years ago
Bert Belder
b0eed65584
Windows: watcher for tty events
14 years ago
Ryan Dahl
4f8dd28f7e
wscript chooses win32 source files, not cpp
14 years ago
Ryan Dahl
cb14236bb4
Use common.PORT not 8000
14 years ago
Ryan Dahl
39535d74df
move test-exec to pummel - too slow
14 years ago
Alexis Sellier
66b418d6f3
make 'readyState' available to CryptoStream
14 years ago
Ryan Dahl
2f6cb66009
Add setEncoding to CryptoStream
14 years ago
Ryan Dahl
4d0416caf6
Add setNoDelay to cryptostream
14 years ago
Ryan Dahl
b22b5e341b
listen/bind errors should close net.Server
14 years ago
Ryan Dahl
2ec4cd5525
factor linklist code into own file
14 years ago
Bert Belder
b8879d64dd
Remove completed TODO.win32 items
14 years ago
Bert Belder
6ad629895d
Make child_process.kill always work on windows
14 years ago
Bert Belder
bb3bf091d4
Fix several child process bugs on windows
14 years ago
Bert Belder
5087c62f18
Fix detection of socket errors
14 years ago
Bert Belder
2ce0961de1
Improve error reporting on windows
14 years ago
Bert Belder
0eb4c2157d
Define winsock error numbers
14 years ago
Bert Belder
c99962e4cd
Misc. cleanups
casts, unused vars, function ordering, /* within comment, etc.
14 years ago
Bert Belder
e0f47be9d0
Clean up the way windows headers are included
Plus make inclusion order a little more consistent in general
14 years ago
Bert Belder
43d75952ff
Windows: get rid of most NO_IMPL related macros
14 years ago
Bert Belder
dc99aa0c8c
Windows: implement missing stdio methods
14 years ago
Bert Belder
b70f8aec84
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
86bf3309bf
docs: style
14 years ago
Ryan Dahl
a51063c13c
docs: Add note about global scope
14 years ago
Bert Belder
595509bb4c
Fix v8 build on windows
reported to v8 in http://codereview.chromium.org/6056006/
14 years ago
Ryan Dahl
cf2e4f44af
Upgrade V8 to 3.0.8
14 years ago
Ryan Dahl
082a4b6033
Now working on v0.3.6
14 years ago
Ryan Dahl
b622bc6305
Bump version to v0.3.5
14 years ago
Felix Geisendörfer
0263f01475
Fix test-require-cache-without-stat.js
This path adds an additional cache to the module system for caching the
location of previously required modules. Since it is embedded in the
loop that iterates over all require.paths, this patch also handles the
case where require.paths is being modified.
The patch also cleans up some code around it.
See: https://groups.google.com/forum/#!topic/nodejs-dev/QGGlrvLDHVs
14 years ago
Felix Geisendörfer
f39fdf2610
Isolate native module system again
See: 2e5dfafcb0 (commitcomment-239719)
14 years ago
Ryan Dahl
c3b0d133aa
Add built-in module loading to test-require-cache-without-stat
14 years ago
Ryan Dahl
f35773ad07
Add broken test for require cache working
require is caching the compiled code but still stating the filenames.
https://groups.google.com/d/topic/nodejs-dev/QGGlrvLDHVs/discussion
14 years ago
Ryan Dahl
d9087c10ad
style
14 years ago
Ryan Dahl
9bcfc0745c
Revert "Implement os.isWindows"
This reverts commit 9e31e0837e
.
Use process.platform == 'win32'
14 years ago
Ryan Dahl
496be457b6
Allow third party hooks before main module load
Just put a file lib/_third_party_main.js into the build directory and take
it from there.
14 years ago
Ryan Dahl
860e7a7a5f
debugger: don't hang on ^d and ^c
14 years ago
Ryan Dahl
4fa712c48f
debugger: error out without script
TODO:
debug> run script.js
14 years ago
Ryan Dahl
53f29d86c0
debugger: add uncaughtException handler to kill child
14 years ago
Ryan Dahl
0fa3f2febd
debugger: Correctly eval arrays and numbers
14 years ago