yui-knk
|
45305686fe
|
Add a space aftre bracket.
|
2014-05-18 19:40:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1f6d8d73bd
|
Merge pull request #2276 from yui-knk/add-comment
Add comment to Fixnum Class.
|
2014-05-17 16:07:00 +09:00 |
|
yui-knk
|
76593ee0e7
|
Add comment to Fixnum Class.
|
2014-05-17 13:51:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5e5ca8de53
|
Merge pull request #2275 from suzukaze/refactor-string.c-2
Refactor string.c Fix #2267
|
2014-05-17 13:32:55 +09:00 |
|
Jun Hiroe
|
932efe53e9
|
Refactor mrb_str_intern() in string.c
|
2014-05-17 13:22:43 +09:00 |
|
Jun Hiroe
|
944b395083
|
Refactor mrb_str_equal_m in string.c
|
2014-05-17 13:22:43 +09:00 |
|
Jun Hiroe
|
cf680f05fb
|
Refactor mrb_str_new() in string.c
|
2014-05-17 13:20:00 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a1a5eae925
|
Merge pull request #2273 from suzukaze/refactor-range.c
Use boolean macro in mrb_range_initialize()
|
2014-05-17 13:05:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
54d627bd00
|
Merge pull request #2270 from suzukaze/refactor-class.c
Use boolean macro
|
2014-05-17 13:05:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d77e521e9c
|
Merge pull request #2269 from suzukaze/delete-semicolon
Delete unnecessary semicolon
|
2014-05-17 13:04:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
274c99c478
|
Merge pull request #2268 from yui-knk/replace-tab
Replace tab with spaces.
|
2014-05-17 12:54:28 +09:00 |
|
Jun Hiroe
|
0725aacfeb
|
Use boolean macro in mrb_range_initialize()
|
2014-05-17 09:58:40 +09:00 |
|
Jun Hiroe
|
bcd8980c78
|
Use boolean macro
|
2014-05-17 02:08:01 +09:00 |
|
Jun Hiroe
|
0388e373d0
|
Delete unnecessary semicolon
|
2014-05-17 00:52:00 +09:00 |
|
yui-knk
|
0c96ba4bd8
|
Replace tab with spaces.
|
2014-05-17 00:49:08 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
13db4da204
|
Merge pull request #2266 from suzukaze/fix-indent
Fix indents
|
2014-05-17 00:32:51 +09:00 |
|
Jun Hiroe
|
7328169a13
|
Fix indents
|
2014-05-17 00:20:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
265f1b9952
|
Merge pull request #2265 from suzukaze/refactor
Add new line behind return type
|
2014-05-17 00:15:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0e50d8e8f4
|
Merge pull request #2264 from ksss/const_missing
const_missing error message more detail
|
2014-05-17 00:14:48 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4821ea7c67
|
Merge pull request #2263 from suzukaze/replace-tab-with-space
Replace tabs with spaces in eval.c
|
2014-05-17 00:14:19 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f2f8c72254
|
Merge pull request #2262 from ksss/doc-opcode
[DOC] fix op code doc
|
2014-05-17 00:13:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4ac310897e
|
Merge pull request #2261 from take-cheeze/fix_2259
Fix #2259 .
|
2014-05-17 00:10:30 +09:00 |
|
Jun Hiroe
|
665bc37288
|
Add new line behind return type
|
2014-05-16 22:46:41 +09:00 |
|
Jun Hiroe
|
ff890c191c
|
Replace tabs with spaces in eval.c
|
2014-05-16 22:40:14 +09:00 |
|
ksss
|
066c2772e8
|
const_missing error message more detail
|
2014-05-16 22:26:47 +09:00 |
|
ksss
|
6a7f133d02
|
include/mruby/opcode.h fix operation doc
src/vm.c fix operation doc
[ci skip]
|
2014-05-16 20:44:54 +09:00 |
|
take_cheeze
|
49cf477688
|
Fix #2259 .
|
2014-05-16 19:58:36 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
41b46ca1ed
|
register<nlocals may not have a local variable name (e.g. a block arg); fix #2258
|
2014-05-16 00:04:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
60051de401
|
Merge pull request #2257 from miura1729/original2
Suport block in Kernel#eval
|
2014-05-15 21:02:53 +09:00 |
|
Miura Hideki
|
da8d07d5d4
|
Suport block in Kernel#eval
|
2014-05-15 20:28:26 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9dae3f67d6
|
compile mruby-bin-strip gem by default
|
2014-05-15 17:14:00 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f0b86f36c3
|
move mrb_irep_remove_lv from etc.c to mruby-bin-strip gem
|
2014-05-15 17:13:16 +09:00 |
|
take_cheeze
|
e0064acac7
|
Implement LVAR section removing option in mruby-strip.
|
2014-05-15 15:15:06 +09:00 |
|
take_cheeze
|
30e0dc7956
|
Support LVAR section removing.
|
2014-05-15 15:08:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c2f77c7836
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-05-15 12:09:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0651051ded
|
allow quit/exit to work within mirb; fix #2253 close #2254
also allow spaces around quit/exit.
|
2014-05-15 12:07:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
157bebf437
|
Merge pull request #2255 from mitchblank/master
two trivial fixes
|
2014-05-15 08:58:21 +09:00 |
|
Mitchell Blank Jr
|
688602eb81
|
Fix incorrect info in minirake's help message -- "-q" is the default, not "-v"
|
2014-05-14 14:15:13 -07:00 |
|
Mitchell Blank Jr
|
493025c3af
|
print_r() and print_lv() should only be compiled in for ENABLE_STDIO
|
2014-05-14 14:13:56 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
6f6f50d529
|
adjust signedness in mruby-eval gem
|
2014-05-14 23:17:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2be348a0f1
|
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
|
2014-05-14 23:14:08 +09:00 |
|
Miura Hideki
|
f10331cfe6
|
Modify eval for access outer local variable
|
2014-05-14 21:42:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
27df1a84bc
|
Kernel.local_variables to list UPVAR as well
|
2014-05-14 17:38:27 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
232ec102d6
|
Merge branch 'take-cheeze-dump_lv'
|
2014-05-14 17:36:22 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9184d254e2
|
resize register number in LVAR section from 32bits to 16bits
|
2014-05-14 17:32:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7a5d8a40fe
|
rename lv section header from LOCV to LVAR
|
2014-05-14 17:26:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
10459a5eb2
|
Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-cheeze-dump_lv
|
2014-05-14 11:27:41 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
625988eea1
|
Merge pull request #2249 from yui-knk/fix-iso
Add ISO No. to Integer#divmod test.
|
2014-05-14 08:52:50 +09:00 |
|
yui-knk
|
b9e9ce9237
|
Add ISO No. to Integer#divmod test.
|
2014-05-14 08:48:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e1b84143c6
|
Merge pull request #2248 from carsonmcdonald/mulfix
Another change to fix issue #2244
|
2014-05-14 01:19:27 +09:00 |
|