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-29
move mrb_shared_string definition to src/string.c
Yukihiro "Matz" Matsumoto
2013-04-28
mrb_str_new_static(): zero copy string creation
Yukihiro "Matz" Matsumoto
2013-04-27
fix gembox rake tasks to support Ruby 1.8
Yukihiro "Matz" Matsumoto
2013-04-27
Merge pull request #1218 from bovi/gembox
Yukihiro "Matz" Matsumoto
2013-04-27
Merge pull request #1217 from skandhas/pr-detect-cyclic-include-in-Moudle#inc...
Yukihiro "Matz" Matsumoto
2013-04-27
IMPROVE: Move GemBox to more logical source location
Daniel Bovensiepen
2013-04-27
FIX: Default build should use default GEMs and not all Core GEMs
Daniel Bovensiepen
2013-04-27
Use gembox for travis build
Daniel Bovensiepen
2013-04-27
Use gembox for default build
Daniel Bovensiepen
2013-04-27
Add gembox which contains all default GEMs
Daniel Bovensiepen
2013-04-27
Add gembox which contains all core GEMs
Daniel Bovensiepen
2013-04-27
Add gembox feature
Daniel Bovensiepen
2013-04-27
detect cyclic-include in Module#include
skandhas
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
[next]