ruby--ruby/ext
yui-knk f7db1affd1 Set default %printer for NODE nterms
Before:

```
Reducing stack by rule 639 (line 5062):
   $1 = token "integer literal" (1.0-1.1: 1)
-> $$ = nterm simple_numeric (1.0-1.1: )
```

After:

```
Reducing stack by rule 641 (line 5078):
   $1 = token "integer literal" (1.0-1.1: 1)
-> $$ = nterm simple_numeric (1.0-1.1: NODE_LIT)
```

`"<*>"` is supported by Bison 2.3b (2008-05-27) or later.
https://git.savannah.gnu.org/cgit/bison.git/commit/?id=12e3584054c16ab255672c07af0ffc7bb220e8bc

Therefore developers need to install Bison 2.3b+ to build ruby from
source codes if their Bison is older.

Minimum version requirement for Bison is changed to 3.0.

See: https://bugs.ruby-lang.org/issues/19068 [Feature #19068]
2022-11-08 12:30:03 +09:00
..
-test- Unmark Internal IV test as pending 2022-10-20 11:59:34 -07:00
bigdecimal [ruby/bigdecimal] Suppress macro redefinition warnings 2022-10-30 14:21:31 +00:00
cgi/escape [ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode` 2022-08-16 19:12:03 +09:00
continuation [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
coverage Revert "Revert "This commit implements the Object Shapes technique in CRuby."" 2022-10-11 08:40:56 -07:00
date [ruby/date] Check month range as civil 2022-10-27 05:36:11 +00:00
digest Update dependencies for bc28acc347 2022-11-05 00:48:42 +09:00
erb [ruby/erb] Revert the strpbrk optimization 2022-11-05 08:34:32 +00:00
etc getenv: is in stdlib.h 2022-09-21 11:44:09 +09:00
fcntl [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
fiddle [ruby/fiddle] Free closures immediately 2022-10-18 17:21:45 +09:00
io Revert "* expand tabs. [ci skip]" 2022-07-30 17:29:56 +09:00
json [flori/json] Stop including the parser source __LINE__ in exceptions 2022-07-29 19:10:10 +09:00
monitor [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
nkf Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
objspace Use shared flags of the type 2022-11-02 11:03:21 -04:00
openssl [ruby/openssl] add document-method for BN#mod_inverse 2022-10-17 23:38:35 +09:00
pathname [ruby/pathname] Fix `autoload` of `FileUtils` 2022-07-27 21:05:10 +09:00
psych [ruby/psych] Fix missing `abort` call 2022-10-12 20:24:38 +09:00
pty [DOC] RDoc changes for IO (#6458) 2022-10-02 08:24:08 -05:00
racc/cparse [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
rbconfig/sizeof [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
readline Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
ripper Set default %printer for NODE nterms 2022-11-08 12:30:03 +09:00
rubyvm
socket Substitute from the actual netinet6/in6.h 2022-11-04 17:38:28 +09:00
stringio [ruby/stringio] [DOC] Enhanced RDoc for StringIO 2022-10-21 14:12:45 +00:00
strscan [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
syslog Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
win32 Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
win32ole Expand tabs [ci skip] 2022-07-21 09:42:04 -07:00
zlib Removed mswin patch for zlib-1.2.11 2022-04-05 14:30:47 +09:00
.document
Setup
Setup.atheos
Setup.nt
extmk.rb Make the timestamp path correspond to the bundled target path 2022-10-24 17:47:59 +09:00