mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c353ec0c9e
commit
c1544aaad8
1 changed files with 5 additions and 5 deletions
10
ChangeLog
10
ChangeLog
|
@ -56,8 +56,8 @@ Sun May 1 23:59:59 2016 Kenta Murata <mrkn@mrkn.jp>
|
|||
Sun May 1 23:51:54 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.
|
||||
if both positives and negatives were specified, postives had to
|
||||
be spcicifed from the beginning.
|
||||
if both positives and negatives were specified, positives had to
|
||||
be specified from the beginning.
|
||||
|
||||
Sun May 1 21:00:07 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
|
@ -73,7 +73,7 @@ Sun May 1 07:30:44 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
|||
|
||||
* string.c (search_nonascii): use nlz on big endian environments.
|
||||
|
||||
* internal.h (nlz_intpr): defined.
|
||||
* internal.h (nlz_intptr): defined.
|
||||
|
||||
Sun May 1 00:03:30 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
|
@ -181,7 +181,7 @@ Sat Apr 30 18:44:05 2016 Tanaka Akira <akr@fsij.org>
|
|||
|
||||
Sat Apr 30 18:11:44 2016 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* bignum.c (Init_Bignum): Define Integer#GMP_VERSION.
|
||||
* bignum.c (Init_Bignum): Define Integer::GMP_VERSION.
|
||||
|
||||
Sat Apr 30 16:58:18 2016 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
|
@ -334,7 +334,7 @@ Thu Apr 28 04:49:07 2016 Rei Odaira <Rei.Odaira@gmail.com>
|
|||
|
||||
Thu Apr 28 01:11:14 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* time.c: define _DEFAULT_SOURCE because glibc 2.20 depracates
|
||||
* time.c: define _DEFAULT_SOURCE because glibc 2.20 deprecates
|
||||
_BSD_SOURCE.
|
||||
https://sourceware.org/glibc/wiki/Release/2.20
|
||||
|
||||
|
|
Loading…
Reference in a new issue