1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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
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
fiddle [ruby/fiddle] Free closures immediately 2022-10-18 17:21:45 +09:00
io
json
monitor
nkf
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
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
rbconfig/sizeof
readline
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
syslog
win32
win32ole
zlib
.document
extmk.rb Make the timestamp path correspond to the bundled target path 2022-10-24 17:47:59 +09:00
Setup
Setup.atheos
Setup.nt