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
Age
Commit message (
Expand
)
Author
2012-06-05
merge conflict resolution
Yukihiro Matsumoto
2012-06-05
since 1.9 "!=" op is a method call
Yukihiro Matsumoto
2012-06-05
symbol can contain non printable characters
Yukihiro Matsumoto
2012-06-04
Added Math.sqrt() that was missing in math.c, and added relevant test case
Paolo Bosetti
2012-06-05
Add Time#utc
Daniel Bovensiepen
2012-06-04
symbol can contain non printable characters
Yukihiro Matsumoto
2012-06-04
add Time#getlocal/getgm/getutc
Yukihiro Matsumoto
2012-06-04
time.c add ISO section numbers
Yukihiro Matsumoto
2012-06-03
Refactor hardcoded PARSER_DUMP macro
Jon
2012-06-04
remove mrb_open NULL check for small test programs. They are only for proof-...
Yukihiro Matsumoto
2012-06-03
Merge pull request #239 from thecodeshop/jf/mrb_open
Yukihiro "Matz" Matsumoto
2012-06-03
Improve Class#superclass to ISO
Daniel Bovensiepen
2012-06-03
Check mrb_open return value for NULL
Jon
2012-06-03
Verify that memory for mrb_state was allocated
Jon
2012-06-03
should not disclose metaclass; close #238
Yukihiro Matsumoto
2012-06-03
make arrays to share bodies
Yukihiro Matsumoto
2012-06-03
str_modify() revives string buffer kept in shared structure if refcnt == 1
Yukihiro Matsumoto
2012-06-03
Merge pull request #237 from k-tsj/rescue-only-standarderrors
Yukihiro "Matz" Matsumoto
2012-06-03
string.subseq should update shared refcnt
Yukihiro Matsumoto
2012-06-03
strig.c should properly decref shared entities
Yukihiro Matsumoto
2012-06-03
remove mrb_exec_recursive
Yukihiro Matsumoto
2012-06-03
remove unused mrb_exec_recursive
Yukihiro Matsumoto
2012-06-03
A rescue clause with no parameter list rescues only StandardErrors
Kazuki Tsujimoto
2012-06-03
mrb_malloc/calloc/realloc should call mrb_garbage_collect before returning NULL
Yukihiro Matsumoto
2012-06-03
should decref shared string body on gc_free
Yukihiro Matsumoto
2012-06-03
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-06-02
Merge pull request #236 from liyuray/master
Yukihiro "Matz" Matsumoto
2012-06-03
remove a blank line
Yukihiro Matsumoto
2012-06-03
time - time should not return time, but number
Yukihiro Matsumoto
2012-06-03
issue: make test fail on mingw.
liyuray
2012-06-03
should have adjusted stack address kept in closures; close #222
Yukihiro Matsumoto
2012-06-03
stack_extend boundary condition was wrong
Yukihiro Matsumoto
2012-06-03
should initialize shared->buf as well as s->buf
Yukihiro Matsumoto
2012-06-03
str_make_shared not to return new string
Yukihiro Matsumoto
2012-06-03
Add Class#superclass; a patch made by @bovi; close #234
Yukihiro Matsumoto
2012-06-03
make shared string to reference-counted C structure to reduce GC pressure
Yukihiro Matsumoto
2012-06-03
small refactoring after mruby coding convention
Yukihiro Matsumoto
2012-06-02
Merge pull request #230 from MobiRuby/Class_new
Yukihiro "Matz" Matsumoto
2012-06-03
remove unsafe macros in hash.h
Yukihiro Matsumoto
2012-06-03
support Class.new()
Yuichiro MASUI
2012-06-02
simpler implementation of Hash#empty?
Yukihiro Matsumoto
2012-06-02
hash->ht might be NULL; it shouldn't though
Yukihiro Matsumoto
2012-06-02
hash->ht might be NULL; it shouldn't though
Yukihiro Matsumoto
2012-06-02
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-06-02
naming convention consistency for hash.h
Yukihiro Matsumoto
2012-06-02
refactoring around mrb_hash_new
Yukihiro Matsumoto
2012-06-02
remove unused mrb_mem_clear
Yukihiro Matsumoto
2012-06-02
clean appendix comments from array.c
Yukihiro Matsumoto
2012-06-02
unify long,size_t to int in array.[ch]
Yukihiro Matsumoto
2012-06-02
changed prototype mrb_ary_replace to (mrb_state*,mrb_value,mrb_value)
Yukihiro Matsumoto
[prev]
[next]