Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c72019b

Browse filesBrowse files
ChALkeRcjihrig
authored andcommitted
doc: convert tabs to spaces
Convert all instances of tab indentation in *.md files to spaces. This affects only three files. PR-URL: #7727 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 0fbb83a commit c72019b
Copy full SHA for c72019b

File tree

Expand file treeCollapse file tree

3 files changed

+28
-28
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+28
-28
lines changed
Open diff view settings
Collapse file

‎doc/changelogs/CHANGELOG_ARCHIVE.md‎

Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_ARCHIVE.md
+19-19Lines changed: 19 additions & 19 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1314,13 +1314,13 @@ https://github.com/nodejs/node/commit/8b8a7a7f9b41e74e1e810d0330738ad06fc302ec
13141314
https://github.com/nodejs/node/commit/a72120190a8ffdbcd3d6ad2a2e6ceecd2087111e
13151315

13161316
* npm: Upgrade to 1.1.30
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
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
13241324

13251325
* Shims to support deprecated ev_* and eio_* methods (Ben Noordhuis)
13261326
* [#3118](https://github.com/joyent/node/issues/3118) net.Socket: Delay pause/resume until after connect (isaacs)
@@ -1381,9 +1381,9 @@ https://github.com/nodejs/node/commit/12a32a48a30182621b3f8e9b9695d1946b53c131
13811381
* child_process: new stdio API for .spawn() method (Fedor Indutny)
13821382
* child_process: spawn().ref() and spawn().unref() (Fedor Indutny)
13831383
* Upgrade npm to 1.1.25
1384-
- Enable npm link on windows
1385-
- Properly remove sh-shim on Windows
1386-
- Abstract out registry client and logger
1384+
- Enable npm link on windows
1385+
- Properly remove sh-shim on Windows
1386+
- Abstract out registry client and logger
13871387

13881388
<a id="0.7.9"></a>
13891389
## 2012.05.28, Version 0.7.9 (unstable)
@@ -1981,7 +1981,7 @@ https://github.com/nodejs/node/commit/865b077819a9271a29f982faaef99dc635b57fbc
19811981
https://github.com/nodejs/node/commit/220e61c1f65bf4db09699fcf6399c0809c0bc446
19821982

19831983
* Remove cmake build system, support for Cygwin, legacy code base,
1984-
process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
1984+
process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
19851985

19861986
* Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
19871987
koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
@@ -2207,7 +2207,7 @@ https://github.com/nodejs/node/commit/4585330afef44ddfb6a4054bd9b0f190b352628b
22072207
* Add support for TLS SNI (Fedor Indutny)
22082208
* New http agent implementation. Off by default the command line flag
22092209
--use-http2 will enable it. "make test-http2" will run the tests
2210-
for the new implementation. (Mikeal Rogers)
2210+
for the new implementation. (Mikeal Rogers)
22112211

22122212
* Revert AMD compatibility. (isaacs)
22132213
* Windows: improvements, child_process support.
@@ -2375,7 +2375,7 @@ https://github.com/nodejs/node/commit/7dd22c26e4365698dc3efddf138c4d399cb912c8
23752375
* [#983](https://github.com/joyent/node/issues/983) Better JSON.parse error detection in REPL (isaacs)
23762376
* [#836](https://github.com/joyent/node/issues/836) Agent socket errors bubble up to req only if req exists
23772377
* [#1041](https://github.com/joyent/node/issues/1041) Fix event listener leak check timing (koichik)
2378-
* [#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"
23792379
(koichik)
23802380

23812381
* [#1073](https://github.com/joyent/node/issues/1073) Share SSL context between server connections (Fedor Indutny)
@@ -2389,7 +2389,7 @@ https://github.com/nodejs/node/commit/7dd22c26e4365698dc3efddf138c4d399cb912c8
23892389

23902390
* Doc improvements
23912391
* cleartextstream.destroy() should close(2) the socket. Previously was being
2392-
mapped to a shutdown(2) syscall.
2392+
mapped to a shutdown(2) syscall.
23932393

23942394
* No longer compile out asserts and debug statements in normal build.
23952395
* Debugger improvements.
@@ -2417,16 +2417,16 @@ https://github.com/nodejs/node/commit/58002d56bc79410c5ff397fc0e1ffec0665db38a
24172417

24182418
* Don't error on ENOTCONN from shutdown() [#670](https://github.com/joyent/node/issues/670)
24192419
* Auto completion of built-in debugger suggests prefix match rather than
2420-
partial match. (koichik)
2420+
partial match. (koichik)
24212421

24222422
* circular reference in vm modules. [#822](https://github.com/joyent/node/issues/822) (Jakub Lekstan)
24232423
* http response.readable should be false after 'end' [#867](https://github.com/joyent/node/issues/867) (Abe Fettig)
24242424
* Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
24252425
* 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)
24272427

24282428
* Buffer.write() with UCS-2 should not be write partial char
2429-
[#916](https://github.com/joyent/node/issues/916) (koichik)
2429+
[#916](https://github.com/joyent/node/issues/916) (koichik)
24302430

24312431
* Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)
24322432
* TLS use RC4-SHA by default
@@ -2467,7 +2467,7 @@ https://github.com/nodejs/node/commit/25122b986a90ba0982697b7abcb0158c302a1019
24672467
https://github.com/nodejs/node/commit/c095ce1a1b41ca015758a713283bf1f0bd41e4c4
24682468

24692469
* Don't decrease server connection counter again if destroy() is called more
2470-
than once GH-431 (Andreas Reich, Anders Conbere)
2470+
than once GH-431 (Andreas Reich, Anders Conbere)
24712471

24722472
* Documentation improvements (koichik)
24732473
* Fix bug with setMaxListeners GH-682
@@ -2794,7 +2794,7 @@ https://github.com/nodejs/node/commit/b14dd49222687c12f3e8eac597cff4f2674f84e8
27942794
* Set cwd for child processes (Bert Belder)
27952795
* Tab completion for readline (Trent Mick)
27962796
* process.title getter/setter for OSX, Linux, Cygwin.
2797-
(Rasmus Andersson, Bert Belder)
2797+
(Rasmus Andersson, Bert Belder)
27982798

27992799
* Upgrade V8 to 2.3.6
28002800

Collapse file

‎doc/changelogs/CHANGELOG_V010.md‎

Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V010.md
+8-8Lines changed: 8 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,14 @@ https://github.com/nodejs/node/commit/8d045a30e95602b443eb259a5021d33feb4df079
293293
* uv: Update to v0.10.29
294294
* child_process: properly support optional args (cjihrig)
295295
* crypto: Disable autonegotiation for SSLv2/3 by default (Fedor Indutny,
296-
Timothy J Fontaine, Alexis Campailla)
297-
This is a behavior change, by default we will not allow the negotiation to
298-
SSLv2 or SSLv3. If you want this behavior, run Node.js with either
299-
`--enable-ssl2` or `--enable-ssl3` respectively.
300-
This does not change the behavior for users specifically requesting
301-
`SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
302-
assumed you know what you're doing since you're specifically asking to use
303-
these methods.
296+
Timothy J Fontaine, Alexis Campailla)
297+
This is a behavior change, by default we will not allow the negotiation to
298+
SSLv2 or SSLv3. If you want this behavior, run Node.js with either
299+
`--enable-ssl2` or `--enable-ssl3` respectively.
300+
This does not change the behavior for users specifically requesting
301+
`SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
302+
assumed you know what you're doing since you're specifically asking to use
303+
these methods.
304304

305305
<a id="0.10.32"></a>
306306
## 2014.09.16, Version 0.10.32 (Stable)
Collapse file

‎doc/ctc-meetings/2016-06-15.md‎

Copy file name to clipboardExpand all lines: doc/ctc-meetings/2016-06-15.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Extracted from **ctc-agenda** labelled issues and pull requests from the **nodej
6767
* Keeping up with issues
6868

6969
* Brian White @mscdex (CTC)
70-
* Landed some old PRs
70+
* Landed some old PRs
7171
* Submitting PRs to fix some regressions
7272
* Reviewed PRs and issues
7373

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.