563 Commits (f9dd34d301ab385ae316769b85ef916f9b70b6f6)

Author SHA1 Message Date
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder 1ac133ea6f Replace string magic + path.join by path.resolve 14 years ago
isaacs 48334dc0b1 Fix regression introduced in fe804d9b 14 years ago
Bert Belder fe6f363837 Revert "realpath files during module load" 14 years ago
Mihai Călin Bazon 131546e733 realpath files during module load 14 years ago
Ryan Dahl e4dd5cd6fd NODE_DEBUG uses strings instead of bitflags 14 years ago
Ryan Dahl 2e3e95ee89 add process.stdin 14 years ago
Ryan Dahl 29626d8731 Syntax error hack for modules. 14 years ago
Ryan Dahl 1c7cd4aac3 Make syntax error display optional 14 years ago
Ryan Dahl 90e55c3357 Rather have the debugger be parent process 14 years ago
Ryan Dahl 8d82ec2130 Add beginning of build-in debugger 14 years ago
Bert Belder fe804d9bc7 _Partial_ backslash support in node.js argv directory munging 14 years ago
Felix Geisendörfer e27418ca3f Prefer require.cache over native module cache 14 years ago
Ryan Dahl 180dfca03f Pretty error message messes up if readFileSync in main module fails. 14 years ago
Ryan Dahl 5a21138e37 fix global leak 14 years ago
Anders Conbere e9c7195471 Reworks the two functions traverser and findModulePath into a more readable form. 14 years ago
Ryan Dahl da96e07bbe fix global leak 14 years ago
Ryan Dahl 558e5ba2b0 lint util.js and src/node.js 14 years ago
Ryan Dahl 70188499b0 Lazy load console object 14 years ago
Ryan Dahl b6face1dce Remove unnecessary variable def 14 years ago
isaacs b52b4196ab Fix problem with requireNative not exporting 'module' object 14 years ago
Ben Noordhuis f0b8cc6a94 require() should work with `node --eval`. 14 years ago
Herbert Vojčík 3422263414 requireNative made independent on module system 14 years ago
Ryan Dahl a16b3c3148 Use runInNewContext instead of process.compile 14 years ago
Ryan Dahl b1088d6bd2 Load 'path' module with requireNative 14 years ago
Ryan Dahl bb6d468dd8 requireNative doesn't depend on rest of module system 14 years ago
Ryan Dahl c11f3f8b0f simplify lazy constant loading 14 years ago
Ryan Dahl 5890272538 Print friendly error message when main module is ENOENT 14 years ago
Ryan Dahl 2320497992 Revert "Merge branch 'writev'" 14 years ago
Ryan Dahl 42357645cb Dump after ev_loop 14 years ago
Ryan Dahl 183f6c2077 Add .node_moudles to lookup path again 14 years ago
Ryan Dahl a375c6ae9a Revert node_module lookup commits 14 years ago
Ryan Dahl c7b24efd21 Move ev_loop out of javascript 14 years ago
isaacs 4c514a723c Let exit listeners know the exit code 15 years ago
Jorge Chamorro Bieling fd70d30a9c make "node --eval" eval in the global scope. 15 years ago
Ryan Dahl 79944006e2 Move setTimeout and friends into timers module 15 years ago
Jorge Chamorro Bieling 99e19aa398 Remove unneeded function wrappers 15 years ago
isaacs 5e14c8bec0 Add ~/.node_modules as well as ~/.node_libraries 15 years ago
isaacs b0adaff67e require looks in node_modules folders 15 years ago
isaacs 492fc0d752 Split out modulePaths and defaultPaths 15 years ago
isaacs 226eff5104 Add require.resolve. 15 years ago
Ryan Dahl 0fcb3bd3a9 Add .js to native script's filename 15 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 15 years ago
Ryan Dahl 54e844cf08 add require.cache 15 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 15 years ago
TJ Holowaychuk 9481bc1009 Added -e, --eval 15 years ago
isaacs e9b6b0b327 Report "weird" errors a little better. 15 years ago
Ryan Dahl 5a4c40beea Drop reference to timer callback on clearTimeout 15 years ago
Ryan Dahl 5cc1428d5f Remove unused function 15 years ago
Ryan Dahl 1a2c1c8a96 Simplify: per-module cache thing 15 years ago