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
/
range.c
Age
Commit message (
Expand
)
Author
2020-11-02
Make Ranges frozen as Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-10-16
Add startless range (another part of #5085)
Yukihiro "Matz" Matsumoto
2020-10-16
Remove uninitialized local variable warning.
Yukihiro "Matz" Matsumoto
2020-10-15
Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into zubycz-...
Yukihiro "Matz" Matsumoto
2020-10-13
Introduce endless range (a part of #5085)
taiyoslime
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-14
Remove `mrb_funcall` from `<=>` operations.
Yukihiro "Matz" Matsumoto
2019-09-14
Use `mrb_equal` instead of `mrb_funcall`.
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-06-28
Remove unnecessary backticks in `src/range.c`; ref #2858
KOBAYASHI Shuji
2019-05-25
Name the return value of `mrb_range_beg_len()`
dearblue
2019-01-04
Remove unused local variable `n` in `range_initialize`; #4213
Yukihiro "Matz" Matsumoto
2019-01-03
range: Refactor range.h/range.c
KOBAYASHI Shuji
2019-01-01
range: Embed edges in RRange on boxing environment.
KOBAYASHI Shuji
2018-06-14
Need to add a write barrier for ranges; fix #4042
Yukihiro "Matz" Matsumoto
2017-10-11
Add MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-09-27
fix: src\range.c(136): warning C4244: '=': conversion from 'mrb_int' to 'int'...
Tomasz Dąbrowski
2017-08-26
Keep `Range` class in `mrb_state` structure for performance.
Yukihiro "Matz" Matsumoto
2017-01-23
Change return type of mrb_range_beg_len() from `int` to `mrb_int`.
Yukihiro "Matz" Matsumoto
2017-01-23
Add MRB_API to mrb_range_beg_len(); ref #3411
Yukihiro "Matz" Matsumoto
2017-01-23
Changed the behavior of mrb_range_beg_len(); close #3411
Yukihiro "Matz" Matsumoto
2016-12-13
Check type before calling mrb_range_ptr.
Clayton Smith
2016-12-03
Check before retrieving struct RRange pointer; fix #3320
Yukihiro "Matz" Matsumoto
2016-11-18
Range#include?: simplify condition; ref #3255
Yukihiro "Matz" Matsumoto
2016-11-18
Merge pull request #3255 from ksss/range-include
Yukihiro "Matz" Matsumoto
2016-11-18
Fix condition of Range#include?
ksss
2016-11-17
Ranges should not rewrite
ksss
2016-10-24
macro mrb_bool() may evaluate arg multiple times; ref #3228
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-07-16
use mrb_str_cat_str() instead of mrb_str_append()
cremno
2014-08-16
removed unused variable in range_beg_len
go kikuta
2014-08-04
fix linkage of range_beg_len and mrb_range_beg_len
cremno
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-05-18
Change range_check before mrb_obj_alloc.
yui-knk
2014-05-17
Use boolean macro in mrb_range_initialize()
Jun Hiroe
2014-05-03
new macro mrb_int(mrb,x) to retrieve mrb_int from mrb_value with conversion i...
Yukihiro "Matz" Matsumoto
2014-05-03
use proper length for mrb_get_values_at()
Yukihiro "Matz" Matsumoto
2014-05-03
reindent else
Yukihiro "Matz" Matsumoto
2014-05-03
convert range edges to integers
Yukihiro "Matz" Matsumoto
2014-05-03
do not raise error in mrb_range_beg_len()
Yukihiro "Matz" Matsumoto
2014-05-03
raise TypeError instead of ArgumentError when argument of wrong type given to...
Yukihiro "Matz" Matsumoto
2014-05-03
Merge branch 'values_at' of https://github.com/take-cheeze/mruby into take-ch...
Yukihiro "Matz" Matsumoto
2014-05-03
remove each from range.c
Yukihiro "Matz" Matsumoto
2014-05-02
Implement Struct#values_at and Array#values_at .
take_cheeze
2014-04-24
range_init argument for exclude_end use mrb_bool
ksss
[next]