Yukihiro Matz Matsumoto
|
aa98c575f5
|
proper irep pool duplication check for strings
|
2013-03-05 00:34:23 +09:00 |
|
Yukihiro Matz Matsumoto
|
6be56ef1fb
|
save/restore arena index for each codedump iteration
|
2013-03-05 00:32:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0fd14e53a2
|
Merge pull request #943 from monaka/pr-tmp-move-sprintf-to-mrbgem
Move Kernel#sprintf to mrbgem
|
2013-03-04 06:46:31 -08:00 |
|
Masaki Muranaka
|
97136825e2
|
Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.
|
2013-03-04 23:04:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c3d5c4edea
|
Merge pull request #942 from kano4/master
Replace tabs with spaces
|
2013-03-04 06:01:24 -08:00 |
|
Masaki Muranaka
|
a5bc5b2574
|
Move src/sprintf to mrbgems/mruby-sprintf/src/
|
2013-03-04 22:27:23 +09:00 |
|
kano4
|
d4c279aa8d
|
Replace tabs with spaces
|
2013-03-04 21:45:47 +09:00 |
|
Yukihiro Matz Matsumoto
|
abecb78144
|
allow reserved word for heredoc terminator
|
2013-03-04 10:07:42 +09:00 |
|
Yukihiro Matz Matsumoto
|
20a5d57d16
|
applied a patch from @cremo to support MSVC
|
2013-03-04 09:55:45 +09:00 |
|
Yukihiro Matz Matsumoto
|
02dba48367
|
Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into FUKUZAWA-Tadashi-heredoc
|
2013-03-04 09:49:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e13248bedf
|
Merge pull request #884 from monaka/pr-use-MRB_IREP_ARRY_INIT_SIZE-macro
Use MRB_IREP_ARRAY_INIT_SIZE macro.
|
2013-03-03 16:40:27 -08:00 |
|
Yukihiro Matz Matsumoto
|
7e910bd4c2
|
use mrb_int for RString len
|
2013-03-04 09:39:04 +09:00 |
|
Yukihiro Matz Matsumoto
|
844f6eb625
|
fix mrb_int for INT64 env
|
2013-03-04 02:47:48 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
aae50bfc48
|
Merge pull request #934 from monaka/pr-use-mrb_int-in-array.c
Define ARY_MAX_SIZE strictly. Use mrb_int instead of int.
|
2013-03-03 09:38:10 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
44dbada9c6
|
Merge pull request #936 from monaka/pr-cleanup-range.c-20130303
Clean up range.c. Use mrb_int. Use mrb_vtype.
|
2013-03-03 09:25:26 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
a21df545ec
|
Merge pull request #940 from carsonmcdonald/rmunusedlenvar
Remove unused var len
|
2013-03-03 06:09:00 -08:00 |
|
Carson McDonald
|
a306ac7651
|
The variable len isn't used anywhere.
|
2013-03-03 07:57:20 -05:00 |
|
Yukihiro "Matz" Matsumoto
|
1e017018a8
|
Merge pull request #928 from cremno/mrb_open-void
mrb_open takes no arguments: (void) instead of ()
|
2013-03-03 04:34:03 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
f2a39ef410
|
Merge pull request #930 from kaishuu0123/cleanup-parse.y
cleanup: delete commented out match_op() from parse.y
|
2013-03-03 04:33:21 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
afa5b26826
|
Merge pull request #931 from matsumoto-r/fix_some_indents
Adjust some indents
|
2013-03-03 04:32:37 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
4bb419483b
|
Merge pull request #932 from kaishuu0123/cleanup-mruby.h
cleanup: unused variable local_svar
|
2013-03-03 04:31:38 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
4354999fc6
|
Merge pull request #933 from monaka/pr-remove-trailing-whitespaces-20130303
Remove trailing whitespaces. This is just a cosmetic change.
|
2013-03-03 04:28:58 -08:00 |
|
FUKUZAWA-Tadashi
|
73309aefa5
|
delete trailing space
|
2013-03-03 21:08:59 +09:00 |
|
FUKUZAWA-Tadashi
|
1af4110f7d
|
implement heredoc
|
2013-03-03 20:08:13 +09:00 |
|
Masaki Muranaka
|
37fd73e376
|
Clean up range.c. Use mrb_int. Use mrb_vtype.
|
2013-03-03 13:33:18 +09:00 |
|
Masaki Muranaka
|
f998691da8
|
Define ARY_MAX_SIZE strictly. Use mrb_int instead of int.
|
2013-03-03 11:43:56 +09:00 |
|
Masaki Muranaka
|
6cd7017ec1
|
Remove trailing whitespaces. This is just a cosmetic change.
|
2013-03-03 10:54:00 +09:00 |
|
Kouki Ooyatsu
|
28f1d27232
|
cleanup: unused variable local_svar
|
2013-03-03 03:51:55 +09:00 |
|
MATSUMOTO Ryosuke
|
809732ab40
|
Adjust some indents
|
2013-03-02 10:26:54 -08:00 |
|
Kouki Ooyatsu
|
1a7bb9dfa6
|
cleanup: delete commented out match_op() from parse.y
|
2013-03-03 03:22:59 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bc46c374b4
|
Merge pull request #927 from iij/pr-assert-raise-bugfix
bugfix: assert_raise
|
2013-03-02 06:12:28 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
e2a6a406d1
|
Merge pull request #925 from carsonmcdonald/rmunusedvar
Remove unused var sv
|
2013-03-02 06:11:52 -08:00 |
|
Akira Yumiyama
|
c86d76141c
|
bugfix: assert_raise
|
2013-03-02 19:38:43 +09:00 |
|
Yukihiro Matz Matsumoto
|
494e133f61
|
remove installing executable first to avoid text-file-busy when investigating on debugger
|
2013-03-02 15:20:48 +09:00 |
|
Yukihiro Matz Matsumoto
|
0c9d42e080
|
string interpolation in regex
|
2013-03-02 15:13:52 +09:00 |
|
Cremno
|
7ba301c201
|
mrb_open takes no arguments: (void) instead of ()
|
2013-03-02 01:42:06 +01:00 |
|
Carson McDonald
|
dd8d74fc2b
|
Remove unused var sv
|
2013-03-01 16:04:06 -05:00 |
|
Yukihiro Matz Matsumoto
|
8f5a09ba15
|
use TT_ARRAY instead of TT_DATA
|
2013-03-02 03:24:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
d2e3d8c57e
|
Merge pull request #924 from carsonmcdonald/timetypos
Fix two typos
|
2013-03-01 08:25:30 -08:00 |
|
Carson McDonald
|
145c1fe275
|
Fix two typos
|
2013-03-01 10:09:12 -05:00 |
|
Yukihiro Matz Matsumoto
|
a4d37bafdc
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-03-01 22:34:43 +09:00 |
|
Yukihiro Matz Matsumoto
|
6f88c8407e
|
replace instance_of check with structure check
|
2013-03-01 22:33:49 +09:00 |
|
Yukihiro Matz Matsumoto
|
389da9dcf0
|
remove struct RStruct, use RArray instead
|
2013-03-01 22:26:50 +09:00 |
|
Yukihiro Matz Matsumoto
|
d9dc492f83
|
fix indent in struct.c
|
2013-03-01 22:09:17 +09:00 |
|
Yukihiro Matz Matsumoto
|
45890faefb
|
internal array should be pudated using mrb_ary_set()
|
2013-03-01 22:00:59 +09:00 |
|
Yukihiro Matz Matsumoto
|
8d2880bbfe
|
Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into mattn-pluggable_struct
|
2013-03-01 21:38:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e1143ef430
|
Merge pull request #922 from skandhas/pr-format-vm-source
format some source code (vm.c)
|
2013-03-01 03:44:14 -08:00 |
|
mattn
|
99a6de063c
|
Set nil to uninitialized members
|
2013-03-01 17:45:49 +09:00 |
|
mattn
|
cb2de0907a
|
Fix copy values
|
2013-03-01 17:42:35 +09:00 |
|
mattn
|
8ebf9c38e4
|
Fixed GC guard
|
2013-03-01 17:37:53 +09:00 |
|