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
/
etc.c
Age
Commit message (
Expand
)
Author
2014-04-29
cast intptr_t to mrb_int to pacify compiler warning; close #2148
Yukihiro "Matz" Matsumoto
2014-04-17
Add mrb_regexp_p to check whether mrb_value is Regexp.
take_cheeze
2014-03-15
calc hash value directly for strings, symbols and numbers
Yukihiro "Matz" Matsumoto
2014-01-30
etc.c: small cleanup (delete unused functions)
cremno
2014-01-07
remove superfluous includes
cremno
2013-11-27
float objects in pool are objects when MRB_WORD_BOXING is set
Yukihiro "Matz" Matsumoto
2013-09-21
rename voidp to cptr
Yukihiro "Matz" Matsumoto
2013-08-15
redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR(...
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-03
add read barrier to value.p
Yuichi Nishiwaki
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
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-04
rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ...
Yukihiro "Matz" Matsumoto
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-01
Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into mattn-...
Yukihiro Matz Matsumoto
2013-03-01
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead ...
Masaki Muranaka
2013-03-01
Pluggable Struct
mattn
2013-02-24
Remove commented out code. Remove redundant function calls.
Masaki Muranaka
2013-02-18
remove TT_REGEX and TT_MATCH
Yukihiro Matz Matsumoto
2013-02-15
Pluggable Regexp
mattn
2012-11-04
remove FL_XXX macros
Yukihiro Matz Matsumoto
2012-11-04
replace SYM2ID() by mrb_symbol()
Yukihiro Matz Matsumoto
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-13
less <stdio.h>
Yukihiro Matsumoto
2012-07-06
remove MRB_TT_THREAD,MRB_TT_THREADGRP
Yukihiro Matsumoto
2012-07-05
better object_id calculation
Yukihiro Matsumoto
2012-07-05
move RDoc comments
Yukihiro Matsumoto
2012-06-19
remove unused mrb_rescue()
Yukihiro Matsumoto
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-03
remove unused mrb_exec_recursive
Yukihiro Matsumoto
2012-05-24
made mrb_get_args() better (optinal args, type checks); close #173 #176
Yukihiro Matsumoto
2012-05-23
cast style consistency
Yukihiro Matsumoto
2012-05-20
More C++ compilability work: mrb_obj_alloc void* conversions
Mitchell Blank Jr
2012-05-05
hash refactored
Yukihiro Matsumoto
2012-05-04
remove unused ruby_xfree
Yukihiro Matsumoto
2012-05-02
add header "mruby/data.h"
takahashim
2012-04-30
rm whitespace
roco
2012-04-26
Fix a few casting warnings.
Patrick Hogan
2012-04-23
add file header
mimaki
2012-04-20
move src/mdata.h to include/mruby/data.h
Yukihiro Matsumoto
2012-04-20
add mruby sources
mimaki