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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-04-28
add extern funcs declaration and casts for cimpiling C++ compiler
arton
2013-04-28
mrb_str_new_static(): zero copy string creation
Yukihiro "Matz" Matsumoto
2013-04-27
detect cyclic-include in Module#include
skandhas
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
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
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-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
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
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 #1208 from tomykaira/fix_wrong_symbol_comment
Yukihiro "Matz" Matsumoto
2013-04-24
Fix wrong comment
tomykaira
2013-04-23
fix unnecessary irep_free
masahino
2013-04-22
Merge pull request #1201 from monaka/pr-simplify-load.c
Yukihiro "Matz" Matsumoto
2013-04-22
Simplify load.c. Remove code clones. Suppress return paths.
Masaki Muranaka
2013-04-22
ensure clause should be executed only once; close #1185
Yukihiro "Matz" Matsumoto
2013-04-22
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-04-22
should call ensure before popping callinfo; cancel 8ce1ea84
Yukihiro "Matz" Matsumoto
2013-04-22
Use mrb_bool for the 'b' format specifier of mrb_get_args
h2so5
2013-04-20
Merge pull request #1196 from monaka/pr-use-mrb_aspec
Yukihiro "Matz" Matsumoto
2013-04-21
Use mrb_aspec instead of int32_t. As it will clarify what is doing.
Masaki Muranaka
2013-04-21
Use memcmp instead of strcmp if it is possible.
Masaki Muranaka
2013-04-21
Remove a comment.
Masaki Muranaka
2013-04-21
Clean up variable types and type casts.
Masaki Muranaka
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-20
wrong type cast
Yukihiro "Matz" Matsumoto
2013-04-20
small consmetic fix
Yukihiro "Matz" Matsumoto
2013-04-20
Module#class_variables should check superclasses
Yukihiro "Matz" Matsumoto
2013-04-20
Add implementation for respond_to_missing?
Carson McDonald
2013-04-19
Merge pull request #1191 from h2so5/refactor-kernel-and-class
Yukihiro "Matz" Matsumoto
2013-04-20
Refactor kernel.c and class.c
h2so5
2013-04-20
use ISXDIGIT instead isxdigit on parser.y:3485
Daehyub Kim
[next]