You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert all instances of tab indentation in *.md files to spaces.
This affects only three files.
PR-URL: #7727
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: James M Snell <[email protected]>
- Fix the 'cb never called' error from 'oudated' and 'update'
1319
-
- Add --save-bundle|-B config
1320
-
- Fix isaacs/npm[#2465](https://github.com/joyent/node/issues/2465): Make npm script and windows shims cygwin-aware
1321
-
- Fix isaacs/npm[#2452](https://github.com/joyent/node/issues/2452) Use --save(-dev|-optional) in npm rm
1322
-
- `logstream` option to replace removed `logfd` (Rod Vagg)
1323
-
- Read default descriptions from README.md files
1317
+
- Improved 'npm init'
1318
+
- Fix the 'cb never called' error from 'oudated' and 'update'
1319
+
- Add --save-bundle|-B config
1320
+
- Fix isaacs/npm[#2465](https://github.com/joyent/node/issues/2465): Make npm script and windows shims cygwin-aware
1321
+
- Fix isaacs/npm[#2452](https://github.com/joyent/node/issues/2452) Use --save(-dev|-optional) in npm rm
1322
+
-`logstream` option to replace removed `logfd` (Rod Vagg)
1323
+
- Read default descriptions from README.md files
1324
1324
1325
1325
* Shims to support deprecated ev_* and eio_* methods (Ben Noordhuis)
1326
1326
*[#3118](https://github.com/joyent/node/issues/3118) net.Socket: Delay pause/resume until after connect (isaacs)
*[#983](https://github.com/joyent/node/issues/983) Better JSON.parse error detection in REPL (isaacs)
2376
2376
*[#836](https://github.com/joyent/node/issues/836) Agent socket errors bubble up to req only if req exists
*[#1038](https://github.com/joyent/node/issues/1038) Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
2378
+
*[#1038](https://github.com/joyent/node/issues/1038) Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
2379
2379
(koichik)
2380
2380
2381
2381
*[#1073](https://github.com/joyent/node/issues/1073) Share SSL context between server connections (Fedor Indutny)
* Don't error on ENOTCONN from shutdown() [#670](https://github.com/joyent/node/issues/670)
2419
2419
* Auto completion of built-in debugger suggests prefix match rather than
2420
-
partial match. (koichik)
2420
+
partial match. (koichik)
2421
2421
2422
2422
* circular reference in vm modules. [#822](https://github.com/joyent/node/issues/822) (Jakub Lekstan)
2423
2423
* http response.readable should be false after 'end' [#867](https://github.com/joyent/node/issues/867) (Abe Fettig)
2424
2424
* Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
2425
2425
* fs.ReadStream: Allow omission of end option for range reads [#801](https://github.com/joyent/node/issues/801)
2426
-
(Felix Geisendörfer)
2426
+
(Felix Geisendörfer)
2427
2427
2428
2428
* Buffer.write() with UCS-2 should not be write partial char
0 commit comments