summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-04-11Merge pull request #1173 from carsonmcdonald/alwaysbuildlibmrubyaYukihiro "Matz" Matsumoto
Don't ignore host when adding libmruby.a to deps
2013-04-11Don't ignore host when adding libmruby.a to deps.Carson McDonald
2013-04-11string interpolation (#{foo}) does stringify implicitly; no need to call #to_sYukihiro "Matz" Matsumoto
2013-04-11Merge branch 'fix-type-error-message' of https://github.com/h2so5/mruby into ↵Yukihiro "Matz" Matsumoto
h2so5-fix-type-error-message
2013-04-11Fix TypeError messagesh2so5
2013-04-11Merge branch 'monaka-pr-move-mirb-mruby-to-mrbgems'Yukihiro "Matz" Matsumoto
2013-04-11rename mruby,mirb gems to mruby-bin-{mruby,mirb}Yukihiro "Matz" Matsumoto
2013-04-11Merge pull request #1170 from h2so5/add-verbose-mode-to-mirbYukihiro "Matz" Matsumoto
Add verbose mode to mirb
2013-04-11Add verbose mode to mirbh2so5
2013-04-11Move mirb and mruby to mrbgems.Masaki Muranaka
2013-04-10Merge pull request #1168 from monaka/pr-update-gem-applicationYukihiro "Matz" Matsumoto
Update gem application support.
2013-04-11Move apps in gems to #{MRUBY_ROOT}/bin/ when apps is built for "host".Masaki Muranaka
2013-04-11Use not tool/ but tools/. This is for naming consistency.Masaki Muranaka
2013-04-11Cosmetic changes.Masaki Muranaka
2013-04-10Merge pull request #1167 from h2so5/refactor-mrb-strdumpYukihiro "Matz" Matsumoto
Refactor mrb_str_dump
2013-04-10Refactor mrb_str_dumph2so5
2013-04-09Merge pull request #1166 from h2so5/mrbc-replace-mallocYukihiro "Matz" Matsumoto
Replace malloc with mrb_malloc in mrbc
2013-04-10Replace malloc with mrb_malloc in mrbch2so5
2013-04-09Merge pull request #1162 from h2so5/error-for-external-command-executionYukihiro "Matz" Matsumoto
Add NotImplementedError for Kernel.` and Kernel#`
2013-04-09Merge pull request #1163 from h2so5/show-version-onceYukihiro "Matz" Matsumoto
Show version only once with '-v' option in mruby/mrbc
2013-04-09Merge pull request #1164 from h2so5/add-validation-for-c-symbolYukihiro "Matz" Matsumoto
Add validation for C language symbol name
2013-04-09Merge pull request #1165 from iij/pr-fix-mirbYukihiro "Matz" Matsumoto
Fix mirb to use readline
2013-04-10Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-04-09Fix mirb to use readlineAkito Mochizuki
2013-04-09Add validation for C language symbol nameh2so5
2013-04-09preparation for tail call optimization (still has bugs)Yukihiro "Matz" Matsumoto
2013-04-09Show version only once with '-v' option in mruby/mrbch2so5
2013-04-09Add NotImplementedError for Kernel.` and Kernel#`h2so5
2013-04-09although I understand the intntion of 039679f1, consuming all memory in the ↵Yukihiro "Matz" Matsumoto
test program is not a good idea
2013-04-09target_class should not be TT_ICLASS; close #1152Yukihiro "Matz" Matsumoto
2013-04-09nregs size was too big (off by one); close #1137Yukihiro "Matz" Matsumoto
2013-04-08Merge pull request #1144 from monaka/pr-add-iso-conformance-tests-20130406Yukihiro "Matz" Matsumoto
Add more ISO conformance tests.
2013-04-08Merge pull request #1157 from monaka/pr-add-ARGV-to-mirbYukihiro "Matz" Matsumoto
Add ARGV constant. It is not required by ISO. Compatibility with CRuby.
2013-04-08Merge pull request #1161 from h2so5/fix-memory-leak-in-mirbYukihiro "Matz" Matsumoto
Fix a memory leak in mirb
2013-04-08Fix a memory leak in mirbh2so5
2013-04-08Merge pull request #1150 from monaka/pr-add-test-runner-supportYukihiro "Matz" Matsumoto
Add "test runner" support for cross builds.
2013-04-08Merge pull request #1160 from matsumoto-r/change_mruby_random_licenseYukihiro "Matz" Matsumoto
Change mruby-random License to MIT
2013-04-08Change mruby-random License to MITMATSUMOTO Ryosuke
refs: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/license.html
2013-04-07Merge pull request #1159 from h2so5/fix-mirb-heredocYukihiro "Matz" Matsumoto
Fix checking for heredoc in mirb
2013-04-07Fix checking for heredoc in mirbh2so5
2013-04-07Add ARGV constant. It is not required by ISO. Compatibility with CRuby.Masaki Muranaka
2013-04-06Merge pull request #1155 from monaka/pr-support-global-zero-variableYukihiro "Matz" Matsumoto
Support $0 variable.
2013-04-07Support $0 variable.Masaki Muranaka
2013-04-07Add "test runner" support for cross builds.Masaki Muranaka
"test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets. If you do not setup test_runner, Rake will work same as before.
2013-04-06Merge pull request #1147 from schmurfy/dump_osxYukihiro "Matz" Matsumoto
stdint header seems required on osx for uint8_t
2013-04-06Merge pull request #1146 from kano4/pr-define-isascii-for-c99Yukihiro "Matz" Matsumoto
Define isascii for C99
2013-04-06Merge pull request #1145 from h2so5/fix-mirbYukihiro "Matz" Matsumoto
Improve checking for unterminated string in mirb
2013-04-06Merge pull request #1116 from kurodash/pr-exclude-legal-from-archiveYukihiro "Matz" Matsumoto
Modified build dependency to exclude 'LEGAL' from libmruby archive.
2013-04-06stdint header seems required on osx for uint8_tJulien Ammous
2013-04-06Define isascii for C99kano4