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
2012-12-23
add mrb_mod_cv_defined and mrb_cv_defined
skandhas
2012-12-21
add mrb_mod_cv_set, mrb_cv_set
skandhas
2012-12-20
add mrb_cv_get
skandhas
2012-12-20
add mrb_mod_cv_get
skandhas
2012-12-19
prototype refactoring on mrb_load_irep(); close #647
Yukihiro Matz Matsumoto
2012-12-18
Derive DISABLE_GEMS macro according to build configuration
Xuejie Xiao
2012-12-16
MSVC doesn't define strtoll but _strtoi64.
Cremno
2012-12-14
add mrb_closure_new_cfunc to header
Jan Berdajs
2012-12-12
new function mrb_obj_iv_ifnone()
Yukihiro Matz Matsumoto
2012-12-12
add MRB_TT_VOIDP
Yukihiro Matz Matsumoto
2012-12-07
Merge pull request #479 from bovi/mrbgems
Yukihiro "Matz" Matsumoto
2012-12-07
move prototype for mrb_load_irep to mruby/irep.h; close #569
Yukihiro Matz Matsumoto
2012-12-07
Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352
Daniel Bovensiepen
2012-12-07
mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024
Yukihiro Matz Matsumoto
2012-12-07
refactor and move irep malloc away to mrb_add_irep()
Yukihiro Matz Matsumoto
2012-12-05
rename mrb_load_irep for mrbtest to be consistent to name change
Daniel Bovensiepen
2012-12-05
rename mrb_load_irep etc. for naming consistency
Yukihiro Matz Matsumoto
2012-12-01
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-30
Stop warning: extra ';' outside of a function
Ryunosuke SATO
2012-11-22
Deactivate / Activate GEMs Flag introduced into mrbconf.h
Daniel Bovensiepen
2012-11-16
define MRB_INT64 flag for mrb_int as 64bit
Yuichiro MASUI
2012-11-14
make mrb_hash_keys() non static function
Yukihiro Matz Matsumoto
2012-11-09
add Module#class_variables
skandhas
2012-11-05
inline include/mruby/object.h
Yukihiro Matz Matsumoto
2012-11-04
remove ROBJECT_{IVPTR,NUMIV}
Yukihiro Matz Matsumoto
2012-11-04
replace RBASIC by mrb_basic
Yukihiro Matz Matsumoto
2012-11-04
remove NUM2CHR macro
Yukihiro Matz Matsumoto
2012-11-04
remove NUM2CHR macro
Yukihiro Matz Matsumoto
2012-11-04
remove FL_XXX macros
Yukihiro Matz Matsumoto
2012-11-04
replace SYM2ID() by mrb_symbol()
Yukihiro Matz Matsumoto
2012-11-04
remove reference to ruby_verbose and ruby_debug
Yukihiro Matz Matsumoto
2012-11-04
replace RTEST() by mrb_test_p()
Yukihiro Matz Matsumoto
2012-11-04
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
Yukihiro Matz Matsumoto
2012-11-04
replace SYMBOL_P() by mrb_symbol_p()
Yukihiro Matz Matsumoto
2012-11-04
add mrb_float_p()
Yukihiro Matz Matsumoto
2012-11-04
replace FIXNUM_P() by mrb_fixnum_p()
Yukihiro Matz Matsumoto
2012-11-03
Module#dup should copy class methods as well
Yukihiro Matz Matsumoto
2012-10-28
Merge pull request #510 from masuidrive/master
Yukihiro "Matz" Matsumoto
2012-10-27
define convert method mrb_int/mrb_float with C string
Yuichiro MASUI
2012-10-25
Use substitution instead of memset in structure initialization.
Masaki Muranaka
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-10-22
Use MRB_DUMP_SIZE_OF_CHAR instead of sizeof(char).
Masaki Muranaka
2012-10-17
should not free() static iseq from cdump
Yukihiro Matsumoto
2012-10-17
defining mrb_int also requires MRB_INT_{MAX,MIN} to be defined
Yukihiro Matsumoto
2012-09-12
mrb_sym can be short integer; reduced 10KB
Yukihiro Matsumoto
2012-09-12
Merge pull request #467 from iij/pr-fix-include-path-proc
Yukihiro "Matz" Matsumoto
2012-09-12
Fix include path in proc.h.
Kouki Ooyatsu
2012-09-12
two more wrapper macros for ctype.h
Tomoyuki Sahara
2012-09-10
OP_EQ should try direct compararison first
Yukihiro Matsumoto
2012-09-06
MRB_TT_MAIN is an immediate type; need make clean; close #452
Yukihiro Matsumoto
[next]