Yukihiro "Matz" Matsumoto
|
b5dfbce767
|
Add Numeric#{positive?,negative?}; CRuby2.3
|
2017-10-18 10:10:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
44f07045d1
|
Add Hash#fetch_values; CRuby2.3
|
2017-10-18 10:05:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
913b83d579
|
Merge branch 'dabroz-fix-get-argc'
|
2017-10-17 15:24:00 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3c20c96f84
|
Use a new function: mrb_get_argc(); ref #3826
|
2017-10-17 15:23:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b890528a18
|
Remove mrb_vm_get_argc; ref #3826
|
2017-10-17 15:22:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
344a7ce20c
|
Merge branch 'fix-get-argc' of https://github.com/dabroz/mruby into dabroz-fix-get-argc
|
2017-10-17 15:07:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4122c320bb
|
Add {String,Symbol}#casecmp?; CRuby2.4
|
2017-10-17 13:26:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
db8265f428
|
Add Comparable#uniq; CRuby2.4
|
2017-10-17 12:46:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4e365156d1
|
Add Comparable#clamp; CRuby2.4
|
2017-10-17 11:19:12 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
061d804a59
|
Add Numeric#{finite?,infinite?}; CRuby2.4
|
2017-10-17 11:19:12 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
332d8d2a1c
|
Add String#delete_{prefix,suffix}; CRuby2.5
|
2017-10-17 11:19:12 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1519616ecb
|
Add Kernel#yield_self; CRuby2.5
|
2017-10-17 09:10:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c96def7c96
|
Remove top-level constant lookup; CRuby2.5
|
2017-10-17 08:45:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e59ad60327
|
do/end blocks to work with rescue/ensure/else; CRuby2.5
|
2017-10-17 08:17:31 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fb85855fa1
|
Add more checks before accessing struct pointer; ref #3831
|
2017-10-17 07:43:35 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
be2c1592ed
|
Check struct-array pointer before accessing; fix #3831
|
2017-10-16 22:53:36 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1988bec23e
|
Need to adjust the stack length of the top-level environment; fix #3819
|
2017-10-16 22:35:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c3710dbb96
|
Fix a compile error on zero mrbgem case.
|
2017-10-16 18:46:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6b0c22e395
|
Merge pull request #3830 from dearblue/fix-alias-for-struct-accessors
fix alias for Struct accessors
|
2017-10-16 18:45:52 +09:00 |
|
dearblue
|
44e2c97152
|
fix alias for Struct accessors
|
2017-10-15 23:43:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
fa974a1f6a
|
Merge pull request #3828 from asfluido/master
Correct a small error in parse.y
|
2017-10-12 20:19:24 +09:00 |
|
Carlo Prelz
|
af3d5d6c8a
|
Correct a small error in parse.y, which causes the reading of unassigned memory (triggers an error when address sanitizer is active)
|
2017-10-12 09:54:02 +02:00 |
|
Tomasz Dąbrowski
|
be86d8b45f
|
correctly handle *splat arguments in mrb_get_argc, also add mrb_vm_get_argc and mrb_get_argv
Fixes #3825
|
2017-10-10 18:40:38 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
80e03f3ffb
|
Merge pull request #3824 from nobu/bug/paren_arg
Bug/paren arg
|
2017-10-09 12:39:13 +09:00 |
|
Nobuyoshi Nakada
|
82983330a3
|
Fix parse error on TRICK2013/yhara
|
2017-10-09 08:56:46 +09:00 |
|
Nobuyoshi Nakada
|
1c2a2827b3
|
Replace lvar_defined with local_var_p
|
2017-10-09 08:54:25 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c3c882f681
|
Use uint32_t to avoid signed integer overflow warning; #3816
|
2017-10-01 17:53:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8c408379aa
|
Add cscope.files to .gitignore.
|
2017-10-01 16:24:43 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7edbe428ca
|
Add new type of shared string: RSTR_FSHARED.
`RSTR_FSHARED` use frozen strings as shared body instead of
`struct mrb_shared_string`. This reduces allocation from
literal strings.
|
2017-10-01 16:24:43 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
473b7d0efd
|
Cut links from irep in heaps finalization.
|
2017-09-29 00:18:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7b01b969f5
|
codedump to display OP_CALL.
|
2017-09-29 00:18:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
29a9e698e3
|
Merge pull request #3815 from dabroz/fix-warnings
Fix MSVC 14.0 warnings
|
2017-09-29 00:18:39 +09:00 |
|
Tomasz Dąbrowski
|
999ce87129
|
fix: src\vm.c(2631): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
77d6a953ff
|
fix: src\vm.c(1757): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
ebd45b1072
|
fix: src\vm.c(1744): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
0bff4b6a09
|
fix: src\vm.c(1702): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
885916c84b
|
fix: src\vm.c(708): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
e88fc10679
|
fix: src\vm.c(704): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
ec7f478eda
|
fix: src\vm.c(457): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
67ab8406b8
|
fix: src\vm.c(445): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
23cc698134
|
fix: src\vm.c(438): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
5ede90cdf4
|
fix: src\vm.c(438): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
53f934a7ee
|
fix: src\string.c(2219): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
ef8df492e9
|
fix: src\string.c(1924): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
027b8d8377
|
fix: src\string.c(1130): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
46ccabacf0
|
fix: src\string.c(497): warning C4244: '=': conversion from 'mrb_int' to 'long', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
6cde950017
|
fix: src\state.c(66): warning C4200: nonstandard extension used: zero-sized array in struct/union
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
0e2976bf93
|
fix: src\range.c(136): warning C4244: '=': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
b7e71e4cef
|
fix: src\proc.c(96): warning C4244: 'function': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|
Tomasz Dąbrowski
|
490de9dbe1
|
fix: src\print.c(22): warning C4244: 'initializing': conversion from 'mrb_int' to 'int', possible loss of data
|
2017-09-27 22:22:05 +02:00 |
|