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
/
kernel.c
Age
Commit message (
Expand
)
Author
2018-09-19
Remove implicit conversion using `to_str` method.
Yukihiro "Matz" Matsumoto
2018-09-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-09-01
Avoid `NoMethodError` exception from `mrb_func_basic_p`.
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-25
Rename ambiguous function names.
Yukihiro "Matz" Matsumoto
2018-08-25
Reorganize flags values for classes; fix #3975
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-06-07
Allow `Object#clone` to copy frozen status only; fix #4036
Yukihiro "Matz" Matsumoto
2018-06-01
The `clone` method should copy object status (e.g. frozen) too; #4030
Yukihiro "Matz" Matsumoto
2018-05-30
Should not call `initialize_copy` for `TT_ICLASS`; fix #4027
Yukihiro "Matz" Matsumoto
2018-05-30
Clear `__classname__` of duped class/module; ref #4027
Yukihiro "Matz" Matsumoto
2017-12-23
Do not include object string representation in `NoMethodError` message.
Yukihiro "Matz" Matsumoto
2017-11-20
Add `MRB_METHOD_TABLE_INLINE` option.
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'mrb_without_float' of https://github.com/pandax381/mruby into p...
Yukihiro "Matz" Matsumoto
2017-11-04
Reimplement `block_given?`; ref #3841
Yukihiro "Matz" Matsumoto
2017-11-04
The `bidx` saved in `env` may be useless; fix #3841
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-28
Heavily refactored how lexical scope links are implemented; fix #3821
Yukihiro "Matz" Matsumoto
2017-10-11
Add MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-09-27
fix: src\kernel.c(861): warning C4244: '=': conversion from 'mrb_int' to 'int...
Tomasz Dąbrowski
2017-09-04
Restructure `irep->outer` chain; fix #3804
Yukihiro "Matz" Matsumoto
2017-08-02
Now `local_variables` works when for closures; fix #3710
Yukihiro "Matz" Matsumoto
2017-07-12
Use "$!" specifier of `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2017-06-27
No longer need to copy `argv` from `mrb_get_args`; ref #3722
Yukihiro "Matz" Matsumoto
2017-06-22
Add write barrier to protect singleton class from GC; fix #3717
Yukihiro "Matz" Matsumoto
2017-06-02
Fixed a bug that make a loop in singleton_class clone; fix #3687
Yukihiro "Matz" Matsumoto
2017-05-23
Simplify backtrace mechanism; fix #3633 #3634 #3644
Yukihiro "Matz" Matsumoto
2017-04-22
Keep reference to mrb_context from env; fix #3619
Yukihiro "Matz" Matsumoto
2017-04-18
Check if sc->mt is initialized before copying it.
Clayton Smith
2017-04-06
Fixed possible SEGV in `Kernel#block_given?`; ref #3593
Yukihiro "Matz" Matsumoto
2017-04-05
Save block argument position in e->cioff; fix #3593
Yukihiro "Matz" Matsumoto
2017-04-03
Restrict recursion levels in method_missing(); fix #3556
Yukihiro "Matz" Matsumoto
2017-03-18
Avoid mrb_check_string_type() in raising exception; fix #3506
Yukihiro "Matz" Matsumoto
2017-03-02
The method_missing removal condition in a76dc04a was wrong.
Yukihiro "Matz" Matsumoto
2017-02-27
Remove default Kernel#method_missing.
Yukihiro "Matz" Matsumoto
2017-02-15
Move #__id__ to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move #instance_eval to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move #__send__ to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move #== and #!= to BasicObject; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-15
Move BasicObject#method_missing to Kernel#method_missing; ref #3417
Yukihiro "Matz" Matsumoto
2017-02-14
Do not use mrb_funcall() if Hash#default is not overridden; ref #3421
Yukihiro "Matz" Matsumoto
2017-02-06
Kernel#local_variables: Make result array unique
ksss
2017-02-04
`argv` may be modified when `mrb_funcall()` is called; fix #3419
Yukihiro "Matz" Matsumoto
2017-01-06
Merge pull request #3377 from ksss/respond_to
Yukihiro "Matz" Matsumoto
2017-01-06
Check intern object returned by mrb_check_string_type
ksss
2017-01-05
Add new method Kernel#frozen?; ref #3370
Yukihiro "Matz" Matsumoto
2016-12-25
Fix segv when primitive value
ksss
2016-12-12
rename prefix RBASIC_ to MRB_; ref #3340
Yukihiro "Matz" Matsumoto
[next]