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
2014-06-08
Check `RSTRING_EMBED_LEN_MAX` with static assert.
take_cheeze
2014-06-08
Use `_Static_assert` when C11 is available and use it in pointer size check.
take_cheeze
2014-06-08
do not ignore negative characters (e.g. EOF and partial EOF); fix #2361 fix #...
Yukihiro "Matz" Matsumoto
2014-06-08
revert #2368 due to #2369
Yukihiro "Matz" Matsumoto
2014-06-07
move String#clear to mruby-string-ext; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
move STR_* macros to mruby/string.h with renaming
Yukihiro "Matz" Matsumoto
2014-06-07
clear shared and nofree flags; ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
inline str_discard(); ref #2370
Yukihiro "Matz" Matsumoto
2014-06-07
Implement String#clear
Jun Hiroe
2014-06-06
Treat partial hook success '\n' to fix #2361 .
take_cheeze
2014-06-06
Merge pull request #2359 from take-cheeze/src_gen_dep
Yukihiro "Matz" Matsumoto
2014-06-06
Merge branch 'ascii' of https://github.com/cremno/mruby into cremno-ascii
Yukihiro "Matz" Matsumoto
2014-06-05
use uppercase US-ASCII ctype macros
cremno
2014-06-05
don't (re-)define `ascii_isspace` and `isascii`
cremno
2014-06-05
`ISSPACE` evaluates its argument multiple times
cremno
2014-06-06
Release `mrb->atexit_stack` on `mrb_close`.
take_cheeze
2014-06-06
move IS_EVSTR macro that should be private to src/string.c
Yukihiro "Matz" Matsumoto
2014-06-05
Merge branch 'atexit' of https://github.com/take-cheeze/mruby into take-cheez...
Yukihiro "Matz" Matsumoto
2014-06-05
update Kernel#raise/fail argument description
Yukihiro "Matz" Matsumoto
2014-06-04
Add generator script to dependency so that it will regenerate C codes when it...
take_cheeze
2014-06-04
mark pre-allocated exception
Yukihiro "Matz" Matsumoto
2014-06-04
indent ISO section comments
Yukihiro "Matz" Matsumoto
2014-06-04
use pre-allocated RuntimeError for out-of-memory
Yukihiro "Matz" Matsumoto
2014-06-02
Implement `NoMethodError#args`.
take_cheeze
2014-06-01
Merge pull request #2341 from yui-knk/remove-space
Yukihiro "Matz" Matsumoto
2014-06-01
Fix indent.
yui-knk
2014-06-01
Remove space.
yui-knk
2014-05-31
Fix typos in gc
katmutua
2014-05-31
Remove space.
yui-knk
2014-05-30
add internal function mrb_toplevel_run_keep() to keep stack contents; close #...
Yukihiro "Matz" Matsumoto
2014-05-28
Fix invalid array initialize for VS2012
bggd
2014-05-27
fix indent.
yui-knk
2014-05-23
Should not call inherited method
ksss
2014-05-22
call Class#initialize from Class.new; ref ISO 15.2.3.3.1
Yukihiro "Matz" Matsumoto
2014-05-22
allocate object after mrb_get_args()
Yukihiro "Matz" Matsumoto
2014-05-22
Merge pull request #2304 from ksss/class-new
Yukihiro "Matz" Matsumoto
2014-05-22
Merge pull request #2303 from ksss/module-initialize
Yukihiro "Matz" Matsumoto
2014-05-22
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-05-22
Merge pull request #2282 from yui-knk/check-before-malloc
Yukihiro "Matz" Matsumoto
2014-05-22
remove unnecessary assignment; ref #2301
Yukihiro "Matz" Matsumoto
2014-05-22
Merge pull request #2286 from suzukaze/refactor-kernel
Yukihiro "Matz" Matsumoto
2014-05-22
Class.new do not call `class_eval'
ksss
2014-05-21
Module#initialize set created object
ksss
2014-05-21
Reduce children filenames listing.
take_cheeze
2014-05-21
Reduce filename table creation in irep dumping to once.
take_cheeze
2014-05-21
Merge pull request #2301 from mimaki/fix-load-mrb-segv
Yukihiro "Matz" Matsumoto
2014-05-21
direct invocation of instance_eval
Yukihiro "Matz" Matsumoto
2014-05-21
Check mrbc_context is null
mimaki
2014-05-21
direct invocation of module_eval; ref #2298
Yukihiro "Matz" Matsumoto
2014-05-21
break in blocks cannot cross C function boundaries; fix #2298
Yukihiro "Matz" Matsumoto
[next]