Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Typos in ChangeLog file.
Browse files Browse the repository at this point in the history
Fixes #968.
  • Loading branch information
vice authored and koichik committed Jul 23, 2011
1 parent 78487b6 commit b8e9bf0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@

* http response.readable should be false after 'end' #867 (Abe Fettig)

* Implemenet os.cpus() and os.uptime() on Solaris (Scott McWhirter)
* Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)

* fs.ReadStream: Allow omission of end option for range reads #801
(Felix Geisendörfer)
(Felix Geisendörfer)

* Buffer.write() with UCS-2 should not be write partial char
#916 (koichik)
Expand Down Expand Up @@ -217,11 +217,11 @@
* Pragma HTTP header comma separation

* In addition to 'aborted' emit 'close' from incoming requests
(Felix Geisendörfer)
(Felix Geisendörfer)

* Fix memleak in vm.runInNewContext

* Do not cache modules that throw exceptions (Felix Geisendörfer)
* Do not cache modules that throw exceptions (Felix Geisendörfer)

* Build system changes for libnode (Aria Stewart)

Expand All @@ -239,7 +239,7 @@

* URL parse more safely (isaacs)

* Expose errno with a string for dns/cares (Felix Geisendörfer)
* Expose errno with a string for dns/cares (Felix Geisendörfer)

* Fix tty.setWindowSize

Expand All @@ -263,7 +263,7 @@

* Improve V8 support for Cygwin (Bert Belder)

* Fix fs.open param parsing. (Felix Geisendörfer)
* Fix fs.open param parsing. (Felix Geisendörfer)

* Fixed null signal.

Expand Down Expand Up @@ -394,12 +394,12 @@
* Allow third party hooks before main module load.
(See 496be457b6a2bc5b01ec13644b9c9783976159b2)

* Don't stat() on cached modules. (Felix Geisendörfer)
* Don't stat() on cached modules. (Felix Geisendörfer)


2011.01.08, Version 0.3.4 (unstable)

* Primordal mingw build (Bert Belder)
* Primordial mingw build (Bert Belder)

* HTTPS server

Expand Down Expand Up @@ -429,7 +429,7 @@
functions for OSX, Linux, and Cygwin. (Brian White)

* Fix REPL syntax error bug (GH-543), improve how REPL commands are
evaulated.
evaluated.

* Use process.stdin instead of process.openStdin().

Expand Down Expand Up @@ -470,7 +470,7 @@

2010.11.16, Version 0.3.1 (unstable), ce9a54aa1fbf709dd30316af8a2f14d83150e947

* TLS improvments (Paul Querna)
* TLS improvements (Paul Querna)
- Centralize error handling in SecureStream
- Add SecurePair for handling of a ssl/tls stream.

Expand Down Expand Up @@ -532,9 +532,9 @@

2010.10.23, Version 0.3.0 (unstable) 1582cfebd6719b2d2373547994b3dca5c8c569c0

* Bugfix: Do not spin on aceept() with EMFILE
* Bugfix: Do not spin on accept() with EMFILE

* Improvments to readline.js (Trent Mick, Johan Euphrosine, Brian White)
* Improvements to readline.js (Trent Mick, Johan Euphrosine, Brian White)

* Safe constructors (missing 'new' doesn't segfault)

Expand Down Expand Up @@ -570,7 +570,7 @@

* Commas last in sys.inspect

* Constatnts moved from process object to require('constants')
* Constants moved from process object to require('constants')

* Fix parsing of linux memory (Vitali Lovich)

Expand Down

0 comments on commit b8e9bf0

Please sign in to comment.