Ryan Dahl
00a1d61cc8
Fix OS::GetExecutablePath for platform_none
14 years ago
Ryan Dahl
8b1082825c
Rename require('javascript') to require('vm')
14 years ago
Ryan Dahl
183f6c2077
Add .node_moudles to lookup path again
14 years ago
Ryan Dahl
a375c6ae9a
Revert node_module lookup commits
Revert "Add ~/.node_modules as well as ~/.node_libraries"
This reverts commits
5e14c8bec0
.
b0adaff67e
.
492fc0d752
.
14 years ago
Ryan Dahl
19ed02b286
Fix docs for 'javascript' module
14 years ago
isaacs
d39d3cec65
Make the javascript module API nodey.
Add a createScript function, and put stuff on exports instead of hiding
it in exports.Script.
14 years ago
Ryan Dahl
6b71e0b038
Remove RonnJS not used anymore
14 years ago
Ryan Dahl
0b7fb01e67
Remove old TODO
14 years ago
Ryan Dahl
d7e7161b27
Add small crappy manpage (please improve)
14 years ago
isaacs
9996b459e1
Implement new path.join behavior
1. Express desired path.join behavior in tests.
2. Update fs.realpath to reflect new path.join behavior
3. Update url.resolve() to use new path.join behavior.
14 years ago
Ryan Dahl
25eecd179b
Fix configure on x86
14 years ago
Micheil Smith
a6c3d7121b
Reworked and cleaned up documentation for Events
14 years ago
Micheil Smith
f9ad171085
Added documentation for which module to require to use the methods defined in that documentation
14 years ago
Micheil Smith
09e60aa435
A few changes to the style, specifically for h3 + h3
14 years ago
Micheil Smith
17595b5343
Various changes to Net Documentation, ammended style for API.
14 years ago
isaacs
589e27948b
writeFile fixes
writeFileSync could exhibit pathological behavior when a buffer could
not be written to the file in a single write() call.
Also, writeFile was not quite as optimized as it could be.
14 years ago
Ryan Dahl
d787a444c5
Use require('javascript') instead of process.binding('evals')
14 years ago
Ryan Dahl
bc0118e519
Remove process.compile from docs
14 years ago
Ryan Dahl
b842fbd602
Update gitignore for new docs
14 years ago
Ryan Dahl
320e0020a2
fix 'make doc'
14 years ago
Bert Belder
e129630e9e
Fix V8 build on Cygwin
14 years ago
Ben Noordhuis
5d80bdb6ae
Add --profile flag to configure script, enables gprof profiling.
14 years ago
Rasmus Andersson
e5a0fbe500
Added support for cross compilation and also fixed DEST_CPU to represent the canonical symbols dictated by v8
14 years ago
Ryan Dahl
de6e88c428
Fix segfault on test-crypto
Plus random cleanups. This code needs help.
14 years ago
Ryan Dahl
8e09b1e2e1
Simplify REPL displayPrompt
Now that we insert \r into the stream and aren't switching back and forth
between termios modes, not need to worry about when to display the prompt.
14 years ago
Ryan Dahl
564a48643b
Upgrade V8 to 2.5.6
14 years ago
Ryan Dahl
d4af8a6b6a
Add writeFilter when in the readline
Switch \n with \r\n for all strings printed out.
Necessary for writev patch.
14 years ago
Ryan Dahl
c7b24efd21
Move ev_loop out of javascript
14 years ago
Ryan Dahl
4b4d4afa0a
joyent-ize website
14 years ago
Ryan Dahl
06267f4d8d
Remove -e from echo in test. Non-portable
14 years ago
Ryan Dahl
d23643051e
Upgrade http-parser again
14 years ago
Ryan Dahl
8285f12864
Upgrade http-parser
14 years ago
Ryan Dahl
c6029c75a4
Remove util.print from docs
Use process.stdout.write()
14 years ago
Guillaume Tuton
07da49b095
Set FD_CLOEXEC flag on stdio FDs before spawning.
With regression test.
14 years ago
Ryan Dahl
a3750a9833
Remove unnecessary ref/unref in iowatcher cb
14 years ago
Ben Noordhuis
b4def4806c
Make writes to process.env update the real environment. Tests included.
14 years ago
Ryan Dahl
029180a93c
Install node-waf
14 years ago
Ryan Dahl
6ce007e89a
Remove warning in 'sys' - too aggressive
14 years ago
Ryan Dahl
515f006b6e
Add legacy methods to Buffer
14 years ago
Ryan Dahl
07812c47a4
Add test for http-buffer problem
Already fixed in 7e24a05cba
14 years ago
Ryan Dahl
97c9745063
Back to WAF
Too much instability right now. Hopefully we can revisit autoconf soon.
14 years ago
Ryan Dahl
41c1563584
Remove old buffer api
14 years ago
Ryan Dahl
f1391f33cd
Add missing require('fs')
14 years ago
Ryan Dahl
ea78d995e0
Upgrade V8 to 2.5.3
14 years ago
Ryan Dahl
fd725efa8f
Add execinfo to freebsd LINKFLAGS
14 years ago
Ben Noordhuis
7a7e88d44b
Fix 'undefined symbol' errors when loading native modules.
14 years ago
Oleg Efimov
6bf97808ee
Add node headers installation
14 years ago
Oleg Efimov
fac6db1b56
Add DESTDIR support to Makefile
14 years ago
Chandra Sekar S
2b08bacd56
Removed range read optimization as it doesn't work with libeio.
14 years ago
Ryan Dahl
2fa260cef6
Clean up 'make clean'
14 years ago