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
/
include
Age
Commit message (
Expand
)
Author
2013-08-15
add compatibility macro mrb_class_new_instance()
Yukihiro "Matz" Matsumoto
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-08-12
use CHAR_BIT instead of bare 8
Yukihiro "Matz" Matsumoto
2013-08-12
move (void) cast after declarations
Yukihiro "Matz" Matsumoto
2013-08-10
Silence 'unused parameter' warnings
Jonas Kulla
2013-08-08
allow turning off GC generational mode by default by MRB_GC_TURN_OFF_GENERATI...
Yukihiro "Matz" Matsumoto
2013-08-07
use intptr_t instead of int64_t for 32bit platforms
Yukihiro "Matz" Matsumoto
2013-08-07
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
Yukihiro "Matz" Matsumoto
2013-08-04
fix bugs in comment
Yuichi Nishiwaki
2013-08-04
add commentary to value representation
Yuichi Nishiwaki
2013-08-04
bugfix: the bit mask was smaller than the size it should be
Yuichi Nishiwaki
2013-08-04
revert one of the API changes: MRB_SET_VALUE_P no longer used
Yuichi Nishiwaki
2013-08-04
cosmetic changes
Yuichi Nishiwaki
2013-08-04
implement 64bit nan-boxing
Yuichi Nishiwaki
2013-08-03
add read barrier to value.p
Yuichi Nishiwaki
2013-07-30
forget to re-initialize target_class for top-level eval; close #1418
Yukihiro "Matz" Matsumoto
2013-07-25
introduce mrb_assert() in mruby.h
fleuria
2013-07-24
restore once removed mrb_garbage_collect()
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step
Yukihiro "Matz" Matsumoto
2013-07-24
rename variable_gray_list to atomic_gray_list
fleuria
2013-07-24
rename mrb_garbage_collect() to mrb_full_gc()
fleuria
2013-07-18
Merge pull request #1382 from suzukaze/add-comments
Yukihiro "Matz" Matsumoto
2013-07-15
Repalace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-15
Add comments.
Jun Hiroe
2013-07-14
Replace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-10
put pointer tables before bitmap to avoid alignment issues; ref #1353
Yukihiro "Matz" Matsumoto
2013-07-07
Merge pull request #1353 from mirichi/khash
Yukihiro "Matz" Matsumoto
2013-07-07
It optimizes more.
mirichi
2013-07-07
Merge pull request #1352 from k-tsj/change-param-type-to-suppress-warnings
Yukihiro "Matz" Matsumoto
2013-07-07
Change parameter type to suppress -Wsign-compare warnings
Kazuki Tsujimoto
2013-07-07
kh_resize_##name bug fixed.
mirichi
2013-07-06
khash optimize
mirichi
2013-07-04
Add comments in mrb_state struct.
Jun Hiroe
2013-07-01
Add mrb_class_get_under()
h2so5
2013-06-29
Merge pull request #1318 from Fleurer/refactor_realloc
Yukihiro "Matz" Matsumoto
2013-06-28
refactor mrb_realloc()
fleuria
2013-06-27
include inttypes.h if _MSC_VER is not defined
Cremno
2013-06-27
Visual Studio 2013 support + strtof + inline
Cremno
2013-06-25
add mrb_malloc_simple() that returns NULL on error
Yukihiro "Matz" Matsumoto
2013-06-10
restructure header files; move non config lines away from mrbconf.h
Yukihiro "Matz" Matsumoto
2013-05-29
small refactoring over word boxing
Yukihiro "Matz" Matsumoto
2013-05-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-26
mruby error messages should be directed to stderr
Yukihiro "Matz" Matsumoto
2013-05-23
manage fiber status (create|running|resumed|terminated)
Yukihiro "Matz" Matsumoto
2013-05-22
garbage collect context (fiber) properly
Yukihiro "Matz" Matsumoto
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-05-18
Merge remote-tracking branch 'origin/master'
Ryan Scott
2013-05-18
Fixed the each object callback to be more consistent with other callbacks.
Ryan Scott
2013-05-17
Changed the each_object callback so that a pointer is passed for the object, ...
Ryan Scott
[next]