index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-04-27
Add gembox which contains all core GEMs
Daniel Bovensiepen
2013-04-27
Add gembox feature
Daniel Bovensiepen
2013-04-26
quote error message in mrbconf.h to stop warning
Yukihiro "Matz" Matsumoto
2013-04-26
Merge pull request #1216 from monaka/pr-code-cleanup-20130426
Yukihiro "Matz" Matsumoto
2013-04-26
Merge pull request #1215 from monaka/pr-avoid-define-MRB_INT16-and-MRB_INT64-...
Yukihiro "Matz" Matsumoto
2013-04-26
Add a descrption of MRB_INT16.
Masaki Muranaka
2013-04-26
Avoid defining MRB_INT16 adn MRB_INT64 at the same time. This is a poka-yoke.
Masaki Muranaka
2013-04-26
Remove macro ANYARGS. It is not used in the core and bundled mrbgems. And it ...
Masaki Muranaka
2013-04-26
Add void to function parameters. This is for compatibility with C++
Masaki Muranaka
2013-04-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-04-26
small cosmetic refactoring
Yukihiro "Matz" Matsumoto
2013-04-26
rename mrb_interned API functions
Yukihiro "Matz" Matsumoto
2013-04-26
Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ...
Yukihiro "Matz" Matsumoto
2013-04-25
Merge pull request #1214 from monaka/pr-cleanup-load.c
Yukihiro "Matz" Matsumoto
2013-04-25
remove unnecessary local variable
Yukihiro "Matz" Matsumoto
2013-04-25
Merge pull request #1212 from monaka/pr-fixup-string
Yukihiro "Matz" Matsumoto
2013-04-25
Remove redundant whitespaces. Just cosmetic.
Masaki Muranaka
2013-04-25
Add comments why there is no need to put the SIZE_ERROR check. It is for revi...
Masaki Muranaka
2013-04-25
Add error checks for small environments which pointer is less than 32bit. The...
Masaki Muranaka
2013-04-25
More strict NULL checks.
Masaki Muranaka
2013-04-25
Fix underlying memory leaks. When realloc is failed, memories are leaked.
Masaki Muranaka
2013-04-25
suppress intern inside of 'respond_to?'.
crimsonwoods
2013-04-25
Remove sprintf().
Masaki Muranaka
2013-04-25
Add tests to make sure. As we do not use standard library for formatting.
Masaki Muranaka
2013-04-25
Move regression test as String#dump is not in ther core but the mrbgems.
Masaki Muranaka
2013-04-25
remove calling sprintf(); ref #1210
Yukihiro "Matz" Matsumoto
2013-04-24
Merge pull request #1211 from skandhas/pr-fix-Module-ancestors
Yukihiro "Matz" Matsumoto
2013-04-24
Merge pull request #1210 from iij/pr-inspect-many-non-printables
Yukihiro "Matz" Matsumoto
2013-04-25
fix Module#ancestors and update test
skandhas
2013-04-25
a string may have a lot of non-printable chars.
Tomoyuki Sahara
2013-04-25
aspec bits should be packed in Ax; ref #1209
Yukihiro "Matz" Matsumoto
2013-04-25
remove too many paren; ref #1209
Yukihiro "Matz" Matsumoto
2013-04-25
add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ...
Yukihiro "Matz" Matsumoto
2013-04-25
modify functions to suppress symbol registration into intern pool.
crimsonwoods
2013-04-25
modify the type of return value (mrb_bool => mrb_value).
crimsonwoods
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-25
add new functions to check if symbols are interned without registration.
crimsonwoods
2013-04-25
put MRB_ prefix before ARGS_XXX macros; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-25
rename MRB_ARGS_XXX to MRB_ASPEC_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-25
rename ARGS_GETXXX macros to avoid potential name conflict; close #1206
Yukihiro "Matz" Matsumoto
2013-04-24
Merge pull request #1207 from h2so5/set-env-before-loading-rakefile
Yukihiro "Matz" Matsumoto
2013-04-24
Merge pull request #1204 from monaka/pr-fix-segfault-on-loading-binary-mrb
Yukihiro "Matz" Matsumoto
2013-04-24
Merge pull request #1208 from tomykaira/fix_wrong_symbol_comment
Yukihiro "Matz" Matsumoto
2013-04-24
Fix wrong comment
tomykaira
2013-04-24
Set ENV before loading Rakefile in minirake
h2so5
2013-04-24
Fix segfault on loading binary RITE files.
Masaki Muranaka
2013-04-23
Merge pull request #1202 from masahino/fix_load.c
Yukihiro "Matz" Matsumoto
2013-04-23
Merge pull request #1203 from xxuejie/pass_verbose_to_gem
Yukihiro "Matz" Matsumoto
2013-04-23
Pass verbose flag to each gem test
Xuejie "Rafael" Xiao
2013-04-23
fix unnecessary irep_free
masahino
[next]