New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport ruby core to 1.4 stable branch #107
Merged
+345
−4,666
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
cc7fe95
Switch to Ruby license from LGPL2.
hsbt 751b269
Removed the files that are GPL license.
hsbt c179feb
* ext/racc/cparse/cparse.c: suppressed warnings for shortening on
nobu fa7b198
* ext/**/*.[ch]: removed trailing spaces.
nobu 037e58b
* lib/racc/parser.rb (do_parse, yyparse): using class eval to define
tenderlove fcc43ec
use RB_TYPE_P() instead of comparison of TYPE()
nobu 37f6763
* lib/racc/parser.rb: Hide copyright notice from Racc doc
zzak bcc535a
fix typos. Patch by k_takata.
k-tsj 58893b1
* lib/racc: Merge Racc documentation downstream, add grammar ref file
zzak 9c7d926
* lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada
zzak b292be8
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu 3282c72
ext: use PRIsVALUE for rb_raise and rb_warn
nobu fa90485
* lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typos
zzak 71f873a
racc/cparse: private class
nobu 245ed8e
cparse.c: typed data
nobu 964a2e2
Fix typo in racc english documentation [ci skip]
nobu 333544f
* lib/racc/rdoc/grammar.en.rdoc: fix spell error.
hsbt 082a55c
Grammatical fixes [ci skip]
nobu dfa6b8f
Add frozen_string_literal: false for all files
nurse 0b64add
Update dependencies
nobu 749e35f
Fix grammar errors
amatsuda 665fb29
Fixed misspelling words.
hsbt 1626c1a
lib/*: Prefer require_relative over require.
marcandre 5048d42
lib/racc/parser.rb: use require for racc/cparse
stomar File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.
@@ -76,10 +76,9 @@ | ||
== ライセンス | ||
|
||
このパッケージに付属するファイルの著作権は青木峰郎が保持します。 | ||
hsbt
Author
Member
|
||
ライセンスは GNU Lesser General Public License (LGPL) version 2 | ||
です。ただしユーザが書いた規則ファイルや、Racc がそこから生成し | ||
た Ruby スクリプトはその対象外です。好きなライセンスで配布して | ||
ください。 | ||
ライセンスは Ruby ライセンスです。ただしユーザが書いた規則 | ||
ファイルや、Racc がそこから生成した Ruby スクリプトはその対象 | ||
外です。好きなライセンスで配布してください。 | ||
|
||
|
||
== バグなど | ||
@@ -1 +1,12 @@ | ||
cparse.o: cparse.c $(hdrdir)/ruby/ruby.h $(topdir)/config.h $(hdrdir)/ruby/defines.h | ||
# AUTOGENERATED DEPENDENCIES START | ||
cparse.o: $(RUBY_EXTCONF_H) | ||
cparse.o: $(arch_hdrdir)/ruby/config.h | ||
cparse.o: $(hdrdir)/ruby/backward.h | ||
cparse.o: $(hdrdir)/ruby/defines.h | ||
cparse.o: $(hdrdir)/ruby/intern.h | ||
cparse.o: $(hdrdir)/ruby/missing.h | ||
cparse.o: $(hdrdir)/ruby/ruby.h | ||
cparse.o: $(hdrdir)/ruby/st.h | ||
cparse.o: $(hdrdir)/ruby/subst.h | ||
cparse.o: cparse.c | ||
# AUTOGENERATED DEPENDENCIES END |

Oops, something went wrong.
ProTip!
Use n and p to navigate between commits in a pull request.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
You must get @aamine's approval before merging this. As you can see he has the copyright. You must not bend human rights of someone else.