Yukihiro Matsumoto
|
d1144220cb
|
move src/mdata.h to include/mruby/data.h
|
2012-04-20 17:18:30 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b2cf6e79c0
|
Merge pull request #8 from unak/c-spec
Please respect the specification of C
|
2012-04-20 00:55:06 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
7b1bfa6228
|
Merge pull request #5 from mame/fix-percent-notation
make %(foo) work
|
2012-04-20 00:52:39 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
ce195a4465
|
Merge pull request #2 from fceller/master
Fix for Linux
|
2012-04-20 00:47:19 -07:00 |
|
Hidetaka Takano
|
cb0badf650
|
Update README.ja
|
2012-04-20 16:37:00 +09:00 |
|
Hidetaka Takano
|
2c02bc2d63
|
Update README
|
2012-04-20 16:34:51 +09:00 |
|
Hidetaka Takano
|
0395e2d549
|
Update README
|
2012-04-20 16:33:12 +09:00 |
|
Hidetaka Takano
|
7216c2403b
|
Update MITL.ja
|
2012-04-20 16:04:33 +09:00 |
|
Hidetaka Takano
|
b9f079aafb
|
Merge pull request #7 from rystyle/master
Text corrections.
|
2012-04-19 23:47:28 -07:00 |
|
NAKAMURA Usaku
|
c999e4762a
|
the type of return values of tr->func_ii() and tr->func_si() is already mrb_value, so no need to cast.
|
2012-04-20 15:42:05 +09:00 |
|
NAKAMURA Usaku
|
d2a38520ab
|
void* does not have its size.
|
2012-04-20 15:40:19 +09:00 |
|
NAKAMURA Usaku
|
2161737c2d
|
MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a struct, you cannot include any statement except declarations, even if the statement is void statement.
|
2012-04-20 15:35:57 +09:00 |
|
NAKAMURA Usaku
|
ff47338973
|
In mruby.h, there is no definitions of RSTRING_* here, so cannot compile if the compiler is not GCC.
|
2012-04-20 15:34:41 +09:00 |
|
roco
|
95373cb63e
|
remove old TODO list
|
2012-04-20 15:33:53 +09:00 |
|
roco
|
b9f11d55ec
|
Translate TODO list
|
2012-04-20 15:31:42 +09:00 |
|
roco
|
908ac841f0
|
updated English text to reflect original Japanese
|
2012-04-20 15:16:51 +09:00 |
|
roco
|
1105ec8a04
|
another spelling issue
|
2012-04-20 15:15:30 +09:00 |
|
roco
|
5352be35b7
|
corrected some grammar and spelling issues
|
2012-04-20 15:14:42 +09:00 |
|
roco
|
31eb86c9df
|
removed extra tabs and spaces
|
2012-04-20 15:10:55 +09:00 |
|
Hidetaka Takano
|
3c07f92a27
|
Update README
|
2012-04-20 15:01:45 +09:00 |
|
Hidetaka Takano
|
06d74fba42
|
mod: text folding.
|
2012-04-20 14:57:07 +09:00 |
|
Hidetaka Takano
|
ea21441c76
|
add contribution notice
|
2012-04-20 14:39:26 +09:00 |
|
Yusuke Endoh
|
dd1527cfc8
|
make %(foo) work
|
2012-04-20 14:14:01 +09:00 |
|
Goro Kikuchi
|
fb196f4242
|
Merge pull request #4 from tjsingleton/master
Add space after comma
|
2012-04-19 22:06:54 -07:00 |
|
TJ Singleton
|
175411184d
|
Add space after comma
|
2012-04-20 02:03:03 -03:00 |
|
Goro Kikuchi
|
ab8c1df269
|
Merge pull request #3 from tjsingleton/patch-1
Fix spelling
|
2012-04-19 22:02:54 -07:00 |
|
TJ Singleton
|
4e45941dae
|
Fix spelling
|
2012-04-20 02:00:05 -03:00 |
|
Yukihiro Matsumoto
|
fe585b2336
|
no need to pre-allocate method table
|
2012-04-20 13:56:02 +09:00 |
|
Frank Celler
|
b831887a25
|
linux compiler does not like double use of va_list
|
2012-04-20 06:35:52 +02:00 |
|
Frank Celler
|
5d9945ba62
|
fixed wrong malloc size
|
2012-04-20 06:35:24 +02:00 |
|
Yukihiro Matsumoto
|
98be612e01
|
Merge branch 'master' of github.com:mruby/mruby
|
2012-04-20 13:18:54 +09:00 |
|
Yukihiro Matsumoto
|
a016c62b7e
|
undef Module#new
|
2012-04-20 13:18:15 +09:00 |
|
Yukihiro Matsumoto
|
d9ce44e99b
|
wrong inheritance chain from singleton class
|
2012-04-20 13:17:56 +09:00 |
|
mruby
|
7deb106a81
|
Update README
|
2012-04-20 12:45:45 +09:00 |
|
mruby
|
22cf46a15c
|
Update README
|
2012-04-20 12:42:42 +09:00 |
|
Hir0
|
36b1110859
|
Update README
|
2012-04-20 12:34:25 +09:00 |
|
mruby
|
eb5303db2d
|
Update README
|
2012-04-20 12:33:08 +09:00 |
|
Hidetaka Takano
|
08451ed200
|
update notes
|
2012-04-20 12:15:18 +09:00 |
|
Goro Kikuchi
|
8a5943f254
|
Merge pull request #1 from mattn/fix_makefile
fix Makefile: quoted CC/LL are heap up to each Makefiles.
|
2012-04-19 19:55:26 -07:00 |
|
Hidetaka Takano
|
cfa6ca8daa
|
add document
|
2012-04-20 11:34:21 +09:00 |
|
mattn
|
975031cd2b
|
fix Makefile: quoted CC/LL are heap up to each Makefiles.
|
2012-04-20 10:56:12 +09:00 |
|
mimaki
|
e0d6430f63
|
add mruby sources
|
2012-04-20 09:39:03 +09:00 |
|
mruby
|
54ad561098
|
initial commit
|
2012-04-19 02:11:15 -07:00 |
|