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
Age
Commit message (
Expand
)
Author
2012-06-24
Merge pull request #313 from masamitsu-murase/fix_struct_new
Yukihiro "Matz" Matsumoto
2012-06-24
should mark child env from method (proc) objects
Yukihiro Matsumoto
2012-06-24
Implement garbage collection for struct.
Masamitsu MURASE
2012-06-24
Fix Struct.new and Struct.[].
Masamitsu MURASE
2012-06-24
Add test for Struct#==.
Masamitsu MURASE
2012-06-24
avoid generating iv name each time in accessors
Yukihiro Matsumoto
2012-06-24
pacify const assignment warning
Yukihiro Matsumoto
2012-06-24
resolve crash issue on LLVM; longjmp cleared some local variable
Yukihiro Matsumoto
2012-06-23
reduce calling mrb_str_new_cstr() to avoid strlen(); #301
Yukihiro Matsumoto
2012-06-23
check object type before retrieving instance variabls; close #311
Yukihiro Matsumoto
2012-06-23
remove assertion for false assumption; mrb_str_new(0, len) where len > 0 can ...
Yukihiro Matsumoto
2012-06-22
Merge pull request #309 from monaka/pr-reduce-mrb_str_new2
Yukihiro "Matz" Matsumoto
2012-06-22
Merge pull request #310 from MobiRuby/fixed_attr
Yukihiro "Matz" Matsumoto
2012-06-22
fixed attr_*: forgot '@'
Yuichiro MASUI
2012-06-22
Use mrb_str_new() instead of mrb_str_new2() as possible.
Masaki Muranaka
2012-06-22
Add execution time to tests
Daniel Bovensiepen
2012-06-21
Merge pull request #307 from bovi/time-for-tests
Yukihiro "Matz" Matsumoto
2012-06-21
Merge pull request #306 from bovi/printf-optional
Yukihiro "Matz" Matsumoto
2012-06-21
Add execution time to tests
Daniel Bovensiepen
2012-06-21
Make printf optional based on sprintf
Daniel Bovensiepen
2012-06-21
dislose mrb_hash_keys; close #304
Yukihiro Matsumoto
2012-06-21
forgot to rename function mrb_sym2name -> mrb_sym2name_len
Yukihiro Matsumoto
2012-06-21
reduce calling of strlen(); #301
Yukihiro Matsumoto
2012-06-21
Merge pull request #305 from bovi/optional-feature
Yukihiro "Matz" Matsumoto
2012-06-21
Merge pull request #302 from monaka/pr-remove-strlen-in-array
Yukihiro "Matz" Matsumoto
2012-06-21
clean up small line lost
Daniel Bovensiepen
2012-06-21
only execute struct tests if struct feature is activated
Daniel Bovensiepen
2012-06-21
only execute time tests if time feature is activated
Daniel Bovensiepen
2012-06-21
only execute math tests if math feature is activated
Daniel Bovensiepen
2012-06-21
Only open struct class if there is actually already a class
Daniel Bovensiepen
2012-06-21
Remove constants
Daniel Bovensiepen
2012-06-20
Merge pull request #300 from monaka/pr-simplify-codegen
Yukihiro "Matz" Matsumoto
2012-06-21
Skip time test in case that Time isn't implemented
Daniel Bovensiepen
2012-06-21
Skip struct test in case that Struct isn't implemented
Daniel Bovensiepen
2012-06-21
Skip math test in case that Math isn't implemented
Daniel Bovensiepen
2012-06-21
Create new constants to indicate optional features
Daniel Bovensiepen
2012-06-21
Remove strlen(). We can use sizeof() of char array because sizeof(char) is al...
Masaki Muranaka
2012-06-21
Add test for Array#to_s and Array#inspect.
Masaki Muranaka
2012-06-21
Simplify. Should not use strlen() as possible. It needs complexity.
Masaki Muranaka
2012-06-21
move KHASH_DECLARE to header files
Yukihiro Matsumoto
2012-06-21
remove khash.c; khash.h dependency to mruby.h; refactoring
Yukihiro Matsumoto
2012-06-21
Merge branch 'modify_khash' of https://github.com/crimsonwoods/mruby into cri...
Yukihiro Matsumoto
2012-06-20
add printf method
Yukihiro Matsumoto
2012-06-20
remove RuntimeError from mrb_state
Yukihiro Matsumoto
2012-06-20
__send__ added
Yukihiro Matsumoto
2012-06-20
ISO conforming lambda
Yukihiro Matsumoto
2012-06-20
allow lambda duplication
Yukihiro Matsumoto
2012-06-20
protect crash from empty irep
Yukihiro Matsumoto
2012-06-20
add Module#{attr,attr_reader,attr_writer,attr_accessor}; close #257
Yukihiro Matsumoto
2012-06-20
add Module#define_method
Yukihiro Matsumoto
[next]