Yukihiro Matsumoto
|
094fdc4367
|
resolve conflict
|
2012-07-17 02:05:39 +09:00 |
|
Yukihiro Matsumoto
|
6696876e72
|
refactoring on module tests
|
2012-07-17 02:01:52 +09:00 |
|
Yukihiro Matsumoto
|
526dd09b7a
|
add Module#ancestors 15.2.2.4.9
|
2012-07-17 01:33:40 +09:00 |
|
Masamitsu MURASE
|
8020c280aa
|
Add test for Kernel#extend.
|
2012-07-17 00:56:18 +09:00 |
|
Masamitsu MURASE
|
ba08a2b9dd
|
Add Module#extend_object and Module#extended.
|
2012-07-17 00:42:35 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5495ee96ae
|
Merge pull request #374 from monaka/pr-reduce-strlen-3
Reduce strlen()
|
2012-07-16 02:36:30 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
3d925cd5ba
|
Merge pull request #373 from monaka/pr-supress-swtiches
Supress using switches with fallthru or a empty default label.
|
2012-07-16 02:23:31 -07:00 |
|
Masaki Muranaka
|
cd50242146
|
Reduce strlen(). refs #301
|
2012-07-16 17:58:20 +09:00 |
|
Masaki Muranaka
|
0339317bd6
|
Supress using switches with fallthru or a empty default label.
|
2012-07-16 13:36:36 +09:00 |
|
Yukihiro Matsumoto
|
49cac5f97d
|
case should care about return value; close #372
|
2012-07-16 11:54:35 +09:00 |
|
Yukihiro Matsumoto
|
a9247f723a
|
condition updated to preven printf from sprintf redefinition
|
2012-07-15 17:31:51 +09:00 |
|
Yukihiro Matsumoto
|
3705bfb020
|
DIABLE_STDIO to disable __printstr__
|
2012-07-15 17:30:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ecf1bc569a
|
Merge pull request #370 from masamitsu-murase/remove_unnecessary_const_set
Remove unnecessary mrb_const_set in class.c.
|
2012-07-15 00:39:06 -07:00 |
|
Yukihiro Matsumoto
|
234b8e853c
|
make class_from_sym static
|
2012-07-15 16:37:23 +09:00 |
|
Yukihiro Matsumoto
|
68d3b7644c
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-07-15 16:25:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9df3552b8e
|
Merge pull request #369 from masamitsu-murase/suppress_warning_about_pointer_casting
Suppress some warnings about pointer typecasting.
|
2012-07-15 00:24:38 -07:00 |
|
Yukihiro Matsumoto
|
c8700c4a21
|
remove Syntax OK if syntax isn't ok; close #368
|
2012-07-15 16:23:55 +09:00 |
|
Yukihiro Matsumoto
|
50f56a2436
|
Array#join to accept only strings as sep
|
2012-07-15 16:22:54 +09:00 |
|
Masamitsu MURASE
|
15f0c161d1
|
Suppress some warnings about pointer casting.
|
2012-07-14 23:04:33 +09:00 |
|
Masamitsu MURASE
|
8611f96777
|
Remove unnecessary mrb_const_set in class.c.
|
2012-07-14 23:02:48 +09:00 |
|
Yukihiro Matsumoto
|
72f7c51bc0
|
mruby should print error properly
|
2012-07-14 15:39:53 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
afb983e26f
|
Merge pull request #367 from junjis0203/rename_load_string_argument_name
Rename confusable argument name
|
2012-07-13 21:54:44 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
89a67f4e4e
|
Merge pull request #366 from junjis0203/remove_unnecessary_header
Remove unnecessary header inclusion
|
2012-07-13 21:54:19 -07:00 |
|
Junji Sawada
|
7bbac9cfdf
|
Rename confusable argument name
|
2012-07-14 12:15:15 +09:00 |
|
Junji Sawada
|
96366117ea
|
Remove unnecessary header inclusion
|
2012-07-14 11:39:25 +09:00 |
|
Yukihiro Matsumoto
|
08f7fab377
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-07-14 07:49:02 +09:00 |
|
Yukihiro Matsumoto
|
bb20d3bc47
|
mrb_load to set mrb->exc on errors
|
2012-07-14 07:48:32 +09:00 |
|
Yukihiro Matsumoto
|
83ccb715b2
|
mruby: print Syntax OK on -c
|
2012-07-14 07:45:24 +09:00 |
|
Yukihiro Matsumoto
|
5938956171
|
mrbc: better cleanup before exit
|
2012-07-14 07:39:50 +09:00 |
|
Yukihiro Matsumoto
|
e380692224
|
mrb_load_xxx to return undef + mrb_undef_p
|
2012-07-14 07:38:43 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
483833405d
|
Merge pull request #365 from selman/DISABLE_STDIO
clean -Wunused-function when defined DISABLE_STDIO
|
2012-07-13 08:28:59 -07:00 |
|
Selman ULUG
|
e2c4b35240
|
clean -Wunused-function when defined DISABLE_STDIO
|
2012-07-13 13:05:20 +03:00 |
|
Yukihiro Matsumoto
|
8e1c842b7e
|
simpify mruby/mrbc using context
|
2012-07-13 15:36:43 +09:00 |
|
Yukihiro Matsumoto
|
737eaea038
|
allow DISABLE/ENABLE_SATDIO
|
2012-07-13 15:00:45 +09:00 |
|
Yukihiro Matsumoto
|
bbec03bb7a
|
add missing (empty) default for swtch; close #364
|
2012-07-13 14:35:18 +09:00 |
|
Yukihiro Matsumoto
|
48c73ac630
|
less <stdio.h>
|
2012-07-13 10:13:47 +09:00 |
|
Yukihiro Matsumoto
|
fbd5305c1b
|
remove comma from OP_ERR
|
2012-07-13 10:11:11 +09:00 |
|
Yukihiro Matsumoto
|
ae2cd24afb
|
remove st.h inclusion
|
2012-07-13 00:24:44 +09:00 |
|
Yukihiro Matsumoto
|
9e64e753a2
|
remove double stdio.h inclusion
|
2012-07-12 23:59:13 +09:00 |
|
Yukihiro Matsumoto
|
25aea66a33
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-07-11 18:40:59 +09:00 |
|
Yukihiro Matsumoto
|
0ebf5c0a6f
|
local variable order was screwed up in parser_init_cxt(); close #360
|
2012-07-11 18:40:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
76851fc38a
|
Merge pull request #361 from bovi/test-ary-corruption
Add a Test Case for #359 Array Corruption
|
2012-07-10 06:11:04 -07:00 |
|
Daniel Bovensiepen
|
e8b5309080
|
Add a Test Case for #359 Array Corruption
|
2012-07-10 15:11:31 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
1855c7ae1d
|
Merge pull request #359 from masamitsu-murase/modify_array_clear
Add ary_modify to prevent corrupting shared array.
|
2012-07-09 17:00:56 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
15f7b64b66
|
Merge pull request #358 from masamitsu-murase/authors
Could you add me to AUTHORS?
|
2012-07-09 17:00:25 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
eddb273fa9
|
Merge pull request #357 from suzukaze/replace-tab-with-spaces
Replace Tab with spaces in src/parse.y
|
2012-07-09 16:59:54 -07:00 |
|
Masamitsu MURASE
|
6b165d1b40
|
Could you add me to AUTHORS?
|
2012-07-10 01:25:56 +09:00 |
|
Masamitsu MURASE
|
b9215a01f9
|
Add ary_modify to prevent corrupting shared array.
|
2012-07-10 01:23:26 +09:00 |
|
suzukaze
|
beda4d928a
|
replace Tab with spaces in src/parse.y
|
2012-07-10 00:31:45 +09:00 |
|
Yukihiro Matsumoto
|
158e1e6fce
|
should remove memset initialization; update 7496625
|
2012-07-09 13:28:13 +09:00 |
|