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
/
mrbgems
/
mruby-proc-ext
/
src
/
proc.c
Age
Commit message (
Expand
)
Author
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2017-04-25
Avoid use of `snprintf()` when DISABLE_STDIO is set; fix #3632
Yukihiro "Matz" Matsumoto
2017-04-02
Reduce object allocation
ksss
2017-04-02
Fix parameters when noname rest
ksss
2017-03-19
Fixed some compiler errors regarding PRId.
Yukihiro "Matz" Matsumoto
2017-03-19
Use MRB_PRId instead of "%d"; fix #3515
Yukihiro "Matz" Matsumoto
2016-11-24
Fix calling .arity on Proc with undefined `initialize`
Francois Chagnon
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-09-02
move mrb_proc_new_cfunc_with_env() to the core
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-06-25
Implement Proc#parameters
ksss
2014-05-19
Move `Kernel.local_variables` to core.
take_cheeze
2014-05-16
register<nlocals may not have a local variable name (e.g. a block arg); fix #...
Yukihiro "Matz" Matsumoto
2014-05-14
Kernel.local_variables to list UPVAR as well
Yukihiro "Matz" Matsumoto
2014-04-29
Remove `lv_len` and use `nlocals - 1` instead.
take_cheeze
2014-04-29
Implement Kernel.local_variables for testing dumped local variables information.
take_cheeze
2014-04-14
Fix and add test to Proc#inspect .
Takeshi Watanabe
2014-04-01
Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.
take_cheeze
2014-04-01
Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...
take_cheeze
2014-03-31
Add API to define cfunc Proc with userdata.
take_cheeze
2014-03-08
Make type casts safer.
Masaki Muranaka
2014-03-06
fix and add test for Proc#source_location
take_cheeze
2014-02-26
use mrb_str_cat_lit() more widely
cubicdaiya
2014-02-06
introduce mrb_str_new_lit() to create strings from C string litrals
Yukihiro "Matz" Matsumoto
2013-09-21
rename voidp to cptr
Yukihiro "Matz" Matsumoto
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-17
Add mruby-proc-ext
h2so5