0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This hopefully fixes the merge conflicts in the PR. More... about 9 years ago
Tests in library.js has been updated to not use C stdlib exports on Windows, because those are not available. The updated test cases use libuv exports from now on Windows. Other platforms' test are unchanged. More... about 9 years ago
disabled test cases restored More... about 9 years ago
Merge branch 'iojs-support' More... about 9 years ago
code style fixd More... about 9 years ago
initial newline restored More... about 9 years ago
Dispatched error reporting has been changed from calling deprecated node::FatalException for a simple process.nextTick throw method call. No magic required. All test passed! More... about 9 years ago
unused pthread library removed More... about 9 years ago
skipped test readded More... about 9 years ago
"direct" argument removed, because it is for supporting a deprecated construct. More... about 9 years ago
Callback exception report moved to return value, to avoid incompatible try-catch handling. Unit tests failed at iojs side has been skipped (https://github.com/iojs/io.js/issues/1161). Whitespace rules restored for callback.js to original state. Only 1 failed unit test left. More... about 9 years ago
Two skipped tests because those are originated from iojs side: https://github.com/iojs/io.js/issues/1161 More... about 9 years ago
Trying to figure out the original code formatting rules. I hope this was the original what TooTallNate used. More... about 9 years ago
When process got uncaught exception and assertion got thrown, there wasn't any call to mocha's done, and thats caused termination of the mocha test flow. Fixed. More... about 9 years ago
Restored TooTallNate's original test cases. If tests not pass, then this is not the solution to disable them. The solution is to find the cause and fix it. Now I'll try. More... about 9 years ago
WebStorm support in gitignore More... about 9 years ago
travis: don't test node v0.6, test v0.12 More... about 9 years ago
appveyor: test node v0.12, don't test v0.11 More... about 9 years ago
Update callback.js More... about 9 years ago
Update foreign_function.js More... about 9 years ago
Update library.js More... about 9 years ago
Update callback.js More... about 9 years ago
Update appveyor.yml More... about 9 years ago
Update .travis.yml More... about 9 years ago
Update callback.js More... about 9 years ago
Update foreign_function.js More... about 9 years ago
Update callback.js More... about 9 years ago
need more files for win32 threads problem More... about 9 years ago
Fixed threading issue on windows More... about 9 years ago
Update callback.js More... about 9 years ago