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-05-18
add extern "C" guards; close #126
Yukihiro Matsumoto
2012-05-17
redefine POST/NEG FIXABLE using INT_MIN/MAX
Yukihiro Matsumoto
2012-05-17
add mrb_define_singleton_method/mrb_define_module_function
Yukihiro Matsumoto
2012-05-15
remove "comparison is always true" warning
Yukihiro Matsumoto
2012-05-11
remove unused #include
Yukihiro Matsumoto
2012-05-10
remove encode_class and converter_class from mrb_state
Yukihiro Matsumoto
2012-05-10
remove regex_class and match_class from mrb_state
Yukihiro Matsumoto
2012-05-10
remove mrb->range_class
Yukihiro Matsumoto
2012-05-09
temporal VC patch from nkshigeru
Yukihiro Matsumoto
2012-05-09
move declaration in the middle
Yukihiro Matsumoto
2012-05-09
partial VC support
Yukihiro Matsumoto
2012-05-07
RMatch.src should not be mrb_value
Yukihiro Matsumoto
2012-05-06
add const to char*
Yuichiro MASUI
2012-05-06
Time class available; based on code from @beoran; sorry for jumbo patch
Yukihiro Matsumoto
2012-05-05
hash refactored
Yukihiro Matsumoto
2012-05-05
use int8_t for tt
Yukihiro Matsumoto
2012-05-05
move mrb_obj_is_instance_of from range.c to kernel.c
Yukihiro Matsumoto
2012-05-04
move mrb_str_new prototype to mruby.h
Yukihiro Matsumoto
2012-05-01
remove ruby_strdup() prototype
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-30
remove bit field from mrb_value
Yukihiro Matsumoto
2012-04-30
changed type of mrb_int to plain int by default
Yukihiro Matsumoto
2012-04-30
return value of mrb_obj_is_kind_of() should be int (used as boolean); fix #71
Yukihiro Matsumoto
2012-04-28
strtof() may not be available on some platform; use strtod() then cast to float
Yukihiro Matsumoto
2012-04-27
Merge pull request #61 from pbhogan/fix-warnings
Yukihiro "Matz" Matsumoto
2012-04-28
struct RString member should not be mrb_value
Yukihiro Matsumoto
2012-04-27
allow float/double switch
Yukihiro Matsumoto
2012-04-26
Remove unused variable in khash
Patrick Hogan
2012-04-26
mrb_read_irep should take const char *
Patrick Hogan
2012-04-26
Remove unused ret argument from kh_put.
Patrick Hogan
2012-04-26
use mrb_float instead of double
Yukihiro Matsumoto
2012-04-25
disclose mrb_top_self() and use it in mruby.c
Yukihiro Matsumoto
2012-04-24
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Yukihiro Matsumoto
2012-04-24
change type of RString.size from size_t to long
Yukihiro Matsumoto
2012-04-24
mv variable.h to mruby/variable.h
Yukihiro Matsumoto
2012-04-24
remove st_hash_type comment
Yukihiro Matsumoto
2012-04-23
Merge branch 'master' of github.com:mruby/mruby
mimaki
2012-04-23
add file header
mimaki
2012-04-21
object instance variable do not use st.c
Yukihiro Matsumoto
2012-04-20
Merge pull request #18 from pbhogan/master
Yukihiro "Matz" Matsumoto
2012-04-20
Merge pull request #19 from ranmocy/master
Yukihiro "Matz" Matsumoto
2012-04-20
fixed statement alignment
Ranmocy
2012-04-20
#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
Patrick Hogan
2012-04-20
remove dependency to SIZEOF_LONG/LONG_LONG
Yukihiro Matsumoto
2012-04-20
remove SIZEOF_FLOAT/DOUBLE
Yukihiro Matsumoto
2012-04-20
remove dependency to SIZEOF___INT64
Yukihiro Matsumoto
2012-04-20
remove SIZEOF_SHORT
Yukihiro Matsumoto
2012-04-20
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-04-20
remove dependency to SIZEOF_INT
Yukihiro Matsumoto
2012-04-20
remove dependency to SIZEOF_VOIDP
Yukihiro Matsumoto
[next]