mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos [ci skip]
This commit is contained in:
parent
46f175ed5c
commit
959ddf44b3
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -582,8 +582,8 @@ Fiber::
|
||||||
* Allow selecting different coroutine implementation by using
|
* Allow selecting different coroutine implementation by using
|
||||||
`--with-coroutine=`, e.g.
|
`--with-coroutine=`, e.g.
|
||||||
|
|
||||||
./confgure --with-coroutine=ucontext
|
./configure --with-coroutine=ucontext
|
||||||
./confgure --with-coroutine=copy
|
./configure --with-coroutine=copy
|
||||||
|
|
||||||
* Replace previous stack cache with fiber pool cache. The fiber pool
|
* Replace previous stack cache with fiber pool cache. The fiber pool
|
||||||
allocates many stacks in a single memory region. Stack allocation
|
allocates many stacks in a single memory region. Stack allocation
|
||||||
|
|
|
@ -13020,7 +13020,7 @@ Tue Jun 12 00:41:18 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
Mon Jun 11 14:29:41 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
Mon Jun 11 14:29:41 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* confgure.in: add RUBY_CANONICAL_BUILD.
|
* configure.in: add RUBY_CANONICAL_BUILD.
|
||||||
|
|
||||||
Sun Jun 10 17:31:47 2001 Guy Decoux <decoux@moulon.inra.fr>
|
Sun Jun 10 17:31:47 2001 Guy Decoux <decoux@moulon.inra.fr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue