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-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
2012-06-19
split declaration and definition for 'khash_xxx'.
crimsonwoods
2012-06-19
add Symbol#<=>
Yukihiro Matsumoto
2012-06-19
remove local_variables test
Yukihiro Matsumoto
2012-06-19
range.c: typo fixed
Yukihiro Matsumoto
2012-06-19
remove unused mrb_rescue()
Yukihiro Matsumoto
2012-06-19
remove dummy local_variables
Yukihiro Matsumoto
2012-06-19
remove dummy require/loop
Yukihiro Matsumoto
2012-06-19
remove obsolete comment
Yukihiro Matsumoto
2012-06-19
Kernel#raise: better argument check
Yukihiro Matsumoto
2012-06-19
raise should initialize Exception object
Yukihiro Matsumoto
2012-06-19
add ISO reference numbers
Yukihiro Matsumoto
2012-06-19
forgot to replace INLCUDE_KERNEL_SPRINTF by ENABLE_KERNEL_SPRINTF
Yukihiro Matsumoto
2012-06-18
Merge pull request #298 from junjis0203/patch_for_Struct_member_access_method
Yukihiro "Matz" Matsumoto
2012-06-18
Fix member access method definition
Junji Sawada
2012-06-17
Merge pull request #297 from bovi/improve-cflag-choice
Yukihiro "Matz" Matsumoto
2012-06-18
Make CFLAG choices in Makefiles more flexible
Daniel Bovensiepen
2012-06-18
move exception definiton to mrblib
Yukihiro Matsumoto
2012-06-18
add Struct tests
Yukihiro Matsumoto
2012-06-18
ignore id to create NameError
Yukihiro Matsumoto
2012-06-18
allow struct access; close #295
Yukihiro Matsumoto
[next]