summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-07-26Merge pull request #1412 from h2so5/rename-pull-gems-optionYukihiro "Matz" Matsumoto
Rename --pull_gems to --pull-gems
2013-07-26Rename --pull_gems to --pull-gemsh2so5
2013-07-25hints.ai_socktype must be set if servname is not NULL on NetBSD3.Tomoyuki Sahara
Closes #1
2013-07-25refactor out longjmp() to a functionYukihiro "Matz" Matsumoto
2013-07-25more socket options (for multicast).Tomoyuki Sahara
2013-07-25fix Addrinfo.getaddrinfo("127.0.0.1", nil).Tomoyuki Sahara
Closes #2
2013-07-25enabe MRB_DEBUG on travis_config.rbfleuria
2013-07-25if mrbc.run fail, abort rakefleuria
2013-07-25replace assert with mrb_assertfleuria
2013-07-25replace gc_assert with mrb_assertfleuria
2013-07-25introduce mrb_assert() in mruby.hfleuria
2013-07-24remove an unused local variableYukihiro "Matz" Matsumoto
2013-07-24revise gc_mark_gray_list() not to cause SEGV on Ubuntu 32bitYukihiro "Matz" Matsumoto
2013-07-24restore once removed mrb_garbage_collect()Yukihiro "Matz" Matsumoto
2013-07-24Merge pull request #1409 from suzukaze/fix-typos-in-variable.cYukihiro "Matz" Matsumoto
I fix typos in variable.c.
2013-07-24Merge pull request #1408 from Fleurer/fix-warning-get-valid-iv-symYukihiro "Matz" Matsumoto
suppress the warnings from get_valid_iv_sym()
2013-07-24Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-stepYukihiro "Matz" Matsumoto
separate out `incremental_gc_step()` from `mrb_incremental_gc()`, and misc minor rename
2013-07-24Merge pull request #1406 from Fleurer/gc-mark-gray-listYukihiro "Matz" Matsumoto
introduce gc_mark_gray_list(), and cleanup redundant code with it
2013-07-24Merge pull request #1405 from kyab/fix_mrbc_path_spaceYukihiro "Matz" Matsumoto
Fix mrbc error for space included path
2013-07-24I fix typos in variable.c.Jun Hiroe
2013-07-24suppress the warnings from get_valid_iv_sym()fleuria
The parameter iv_name SHOULD be string or symbol, but there is no garantee on it.
2013-07-24fix warningfleuria
2013-07-24rename variable_gray_list to atomic_gray_listfleuria
2013-07-24introduce gc_mark_gray_list(), and cleanup redaunt code with itfleuria
2013-07-24Fix mrbc error for space included pathkyab
2013-07-24gc: replace comment "a round of GC" to "a GC cycle"fleuria
2013-07-24rename mrb_garbage_collect() to mrb_full_gc()fleuria
2013-07-24introduce incremental_gc_step()fleuria
2013-07-23Merge pull request #1403 from Fleurer/comments-generational-gcYukihiro "Matz" Matsumoto
add comments for Generational Mode in gc.c
2013-07-23Merge pull request #1402 from mattn/check_home_is_nullYukihiro "Matz" Matsumoto
Check home is null
2013-07-23resolve conflictYukihiro "Matz" Matsumoto
2013-07-23Merge pull request #1399 from carsonmcdonald/readlinelinkfixYukihiro "Matz" Matsumoto
If readline is enabled add readline to libraries to link
2013-07-23Merge pull request #1400 from carsonmcdonald/readlinewarnfixYukihiro "Matz" Matsumoto
Move home variable into readline ifdef
2013-07-23Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-07-23String `=~` and `match` to work with pluggable Regexp; close #1398Yukihiro "Matz" Matsumoto
2013-07-23gc: add comments for Generational Modefleuria
2013-07-23Check home is nullmattn
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-07-23display multiple authors better.Tomoyuki Sahara
Before: Copyright (c) 2013 ["a", "b"] After: Copyright (c) 2013 a, b
2013-07-22If readline is enabled add readline to libraries to linkCarson McDonald
2013-07-22Move home variable into readline ifdefCarson McDonald
2013-07-22Merge pull request #1397 from Fleurer/revise-comments-on-white-colorsYukihiro "Matz" Matsumoto
revise the Two White Parts comments in gc.c
2013-07-22revise the Two White Parts comments in gc.cfleuria
2013-07-21Merge pull request #1392 from Fleurer/gc-rename-advance-phaseYukihiro "Matz" Matsumoto
rename advance_phace() to incremental_gc_until(), and cleanup some redundant codes with it.
2013-07-22change else formattingYukihiro "Matz" Matsumoto
2013-07-21Merge pull request #1396 from Archytaus/attr-perf-fixYukihiro "Matz" Matsumoto
Performance improvement of methods generated by Module#attr
2013-07-21Merge pull request #1395 from carsonmcdonald/fixdepcheckYukihiro "Matz" Matsumoto
Fail if dependency isn't found
2013-07-21Merge pull request #1393 from crimsonwoods/add-android-ndk-linux-x86_64-supportYukihiro "Matz" Matsumoto
Improve Android NDK toolchain support.
2013-07-21Cleaned up some of the Module#attr testsRyan Scott
2013-07-21Reset the so-render benchmark so that it is what it was before my attr ↵Ryan Scott
performance testing.