This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // http://code.google.com/p/v8/wiki/JavaScriptStackTraceApi | |
| function customPrepareStackTrace(error, structuredStackTrace) { | |
| return structuredStackTrace[0].getLineNumber(); | |
| }; | |
| function getLineNumber() { | |
| var original = Error.prepareStackTrace; | |
| Error.prepareStackTrace = customPrepareStackTrace; | |
| var error = {}; | |
| Error.captureStackTrace(error, getLineNumber); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From a98c118c1b96edf5ca097bdc1f32e114ed826a4b Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Fri, 15 Apr 2011 01:54:36 +0900 | |
| Subject: [PATCH] Fix docs - Move module's description to right position | |
| --- | |
| doc/api/globals.markdown | 3 +-- | |
| 1 files changed, 1 insertions(+), 2 deletions(-) | |
| diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 4f486eecf8a20e52455a227e2e3502f1aeb14983 Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Thu, 14 Apr 2011 01:17:18 +0900 | |
| Subject: [PATCH] Fix Buffer.write() with UCS-2 should not be write partial char | |
| --- | |
| src/node_buffer.cc | 6 +++++- | |
| test/simple/test-buffer.js | 9 +++++++++ | |
| 2 files changed, 14 insertions(+), 1 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 272ada7bf53e6a060cb6cc6fc86eb4f752d79abf Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Wed, 30 Mar 2011 22:17:00 +0900 | |
| Subject: [PATCH] Auto completion of built-in debugger suggests prefix match rather than partial match. | |
| --- | |
| lib/_debugger.js | 2 +- | |
| 1 files changed, 1 insertions(+), 1 deletions(-) | |
| diff --git a/lib/_debugger.js b/lib/_debugger.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 8b723df5ebd49a79a622355a039ad3b34811c692 Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Wed, 30 Mar 2011 22:06:41 +0900 | |
| Subject: [PATCH] Fix docs: There were 2 descriptions of 'request' event. | |
| --- | |
| doc/api/http.markdown | 9 ++------- | |
| 1 files changed, 2 insertions(+), 7 deletions(-) | |
| diff --git a/doc/api/http.markdown b/doc/api/http.markdown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 4212f5c89ca3204c52058b46daa0fa9aa85f1014 Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Thu, 17 Mar 2011 04:59:55 +0900 | |
| Subject: [PATCH] Document 'ucs2' encoding for Buffer | |
| --- | |
| doc/api/buffers.markdown | 5 ++++- | |
| 1 files changed, 4 insertions(+), 1 deletions(-) | |
| diff --git a/doc/api/buffers.markdown b/doc/api/buffers.markdown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From feac531600ca073dc5f50bed9862ccd8ac0619b2 Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Sat, 12 Mar 2011 01:00:46 +0900 | |
| Subject: [PATCH 1/2] Fix GH-746 process.stdin.destroy() breaks http server | |
| --- | |
| lib/net.js | 4 ++-- | |
| test/simple/test-net-server-acceept.js | 27 +++++++++++++++++++++++++++ | |
| 2 files changed, 29 insertions(+), 2 deletions(-) | |
| create mode 100644 test/simple/test-net-server-acceept.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From ec7a4dd27c7bf9318cff02390cbf379c8432e763 Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Fri, 11 Mar 2011 02:15:05 +0900 | |
| Subject: [PATCH] Document net.Socket() constructor | |
| --- | |
| doc/api/net.markdown | 15 +++++++++++++++ | |
| 1 files changed, 15 insertions(+), 0 deletions(-) | |
| diff --git a/doc/api/net.markdown b/doc/api/net.markdown |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From bd798f2f244676bc0b0fd5fc6e1664c0ac69f109 Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Sun, 6 Mar 2011 04:06:12 +0900 | |
| Subject: [PATCH 1/2] Fix net.Server does not work when the FD is 0 | |
| Issue: GH-746 process.stdin.destroy() breaks http server. | |
| Solution: Use ==/!= for the check of the FD rather than a truthy/falsy. | |
| --- | |
| lib/net.js | 4 ++-- | |
| test/simple/test-net-server-acceept.js | 27 +++++++++++++++++++++++++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 7495c8e426a69a01bf81c8095fb165cf9d93fe75 Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Fri, 4 Mar 2011 01:08:12 +0900 | |
| Subject: [PATCH 2/2] Correct some links | |
| --- | |
| doc/api/addons.markdown | 2 +- | |
| doc/api/appendix_1.markdown | 2 +- | |
| 2 files changed, 2 insertions(+), 2 deletions(-) |