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-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
2012-09-04
rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE
Yukihiro Matsumoto
2012-09-03
remove memleaks using linked allocator
Yukihiro Matsumoto
2012-09-03
introduce toplevel object main; close #327
Yukihiro Matsumoto
2012-08-31
source position added to exception representation
Yukihiro Matsumoto
2012-08-31
save debugging lineno info in irep
Yukihiro Matsumoto
2012-08-29
remove flags from irep
Yukihiro Matsumoto
2012-08-26
Publish mrb_hash_delete_key.
Masamitsu MURASE
2012-08-22
file/line info passed to codegen; argument type of mrb_generate_code() has ch...
Yukihiro Matsumoto
2012-08-19
allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889
Yukihiro Matsumoto
2012-08-18
remove BEGIN/END from syntax
Yukihiro Matsumoto
2012-08-18
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
Yukihiro Matsumoto
2012-08-18
use bit field mrb_vtype in MRUBY_OBJECT_HEADER
Yukihiro Matsumoto
2012-08-15
canonicalize NaN value in NaN boxing environment
Constellation
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-14
move mrb_value def to mruby/value.h
Yukihiro Matsumoto
2012-08-12
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...
Yukihiro Matsumoto
2012-08-09
add GC.disable and GC.enable
Yukihiro Matsumoto
2012-08-08
store :initialize in mrb structure
Yukihiro Matsumoto
2012-08-03
define_method to copy block body
Yukihiro Matsumoto
[next]