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-05-08
Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.
Masaki Muranaka
2013-05-08
Move comments from hash.c to hash.rb.
Masaki Muranaka
2013-05-08
Move Hash#values_at to mruby-hash-ext gem.
Masaki Muranaka
2013-05-05
fix typos.
crimsonwoods
2013-05-02
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-01
Remove mrb_class_obj_get
h2so5
2013-04-30
the receiver should be included in ancestors even when it's a singleton class
Yukihiro "Matz" Matsumoto
2013-04-29
rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...
Yukihiro "Matz" Matsumoto
2013-04-29
remove our own prototype for sprintf(); ref #1223
Yukihiro "Matz" Matsumoto
2013-04-28
Merge pull request #1221 from monaka/pr-revert-file-access-mode
Yukihiro "Matz" Matsumoto
2013-04-29
Revert file access mode to 0644.
Masaki Muranaka
2013-04-29
always use unsigned int as mrb_bool even in C++
Yukihiro "Matz" Matsumoto
2013-04-29
change return value of mrb_free from void* to void
Yukihiro "Matz" Matsumoto
2013-04-28
Merge pull request #1220 from arton/master
Yukihiro "Matz" Matsumoto
2013-04-29
rename hash related gc functions
Yukihiro "Matz" Matsumoto
2013-04-29
fix mrb_string_shared memory leaks
Yukihiro "Matz" Matsumoto
2013-04-29
move mrb_shared_string definition to src/string.c
Yukihiro "Matz" Matsumoto
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
[next]