Commit Graph

72 Commits

Author SHA1 Message Date
Patrick Hogan c8c90d3644 Fixed typos in usage message. 2012-04-20 09:22:30 -05:00
Yukihiro Matsumoto 2dd08ef2ec remove prototype for mrb_define_variable() 2012-04-20 23:19:13 +09:00
Yukihiro Matsumoto 3c1b347834 remove dependency to SIZEOF_LONG/LONG_LONG 2012-04-20 22:46:07 +09:00
Yukihiro Matsumoto 2c28d29cec remove SIZEOF_FLOAT/DOUBLE 2012-04-20 22:39:22 +09:00
Yukihiro Matsumoto 0f0ad36c5f remove dependency to SIZEOF___INT64 2012-04-20 22:39:02 +09:00
Yukihiro Matsumoto 1f78ba77a2 remove SIZEOF_SHORT 2012-04-20 22:37:21 +09:00
Yukihiro Matsumoto 59a85eef46 Merge branch 'master' of github.com:mruby/mruby 2012-04-20 22:34:21 +09:00
Yukihiro "Matz" Matsumoto f153088d15 Merge pull request #15 from fceller/master
Assign will break when used in a C++ environment
2012-04-20 06:34:01 -07:00
Yukihiro Matsumoto 41bf311cd1 remove dependency to SIZEOF_INT 2012-04-20 22:31:58 +09:00
Yukihiro Matsumoto 5622c977f4 remove dependency to SIZEOF_VOIDP 2012-04-20 22:25:04 +09:00
Frank Celler 3d034f52dd assign will break under C++ even when included with extern C 2012-04-20 15:10:46 +02:00
Goro Kikuchi 673b3350fe Merge pull request #14 from sanrodari/patch-1
Typo
2012-04-20 06:03:54 -07:00
Santiago Rodriguez f8de58abcf Typo 2012-04-20 07:53:51 -05:00
Hidetaka Takano 79077801ee Update: adding ISO Standard link and etc. 2012-04-20 21:13:51 +09:00
Yukihiro "Matz" Matsumoto 193281d469 Merge pull request #12 from mattetti/master
Updated the English README to fix some minor grammatical and spelling mistakes
2012-04-20 03:19:27 -07:00
Matt Aimonetti 754ab1b0c9 updated the English README to fix some minor grammatical and spelling mistakes 2012-04-20 12:16:22 +02:00
Yukihiro Matsumoto 356788607b should not free mrb stack; a bug found&fixed by @miura1729 2012-04-20 18:54:54 +09:00
Hidetaka Takano 1af5ac0ff4 Update README.ja.md 2012-04-20 18:19:17 +09:00
Hidetaka Takano 34e10fa4ae Add: README.ja markdown version. 2012-04-20 18:16:21 +09:00
Hidetaka Takano 7fd85e13ba Update README.md 2012-04-20 17:59:12 +09:00
Hidetaka Takano 62e2871eb3 Update README.md 2012-04-20 17:51:04 +09:00
Hidetaka Takano 9454ff8f88 Del: notation 2012-04-20 17:50:33 +09:00
Hidetaka Takano 0631d184bb Update README.md 2012-04-20 17:47:28 +09:00
Hidetaka Takano dbb4790c17 add: markdown README 2012-04-20 17:46:08 +09:00
Yukihiro Matsumoto 34e376e05d Merge branch 'master' of github.com:mruby/mruby 2012-04-20 17:18:37 +09:00
Yukihiro Matsumoto d1144220cb move src/mdata.h to include/mruby/data.h 2012-04-20 17:18:30 +09:00
mimaki 43683ec878 add file header in mruby.h 2012-04-20 17:03:43 +09:00
mimaki 4be3ca5209 Merge branch 'master' of github.com:mruby/mruby 2012-04-20 16:57:43 +09:00
mimaki d67cd99b47 typo fixed in irep.h 2012-04-20 16:56:13 +09:00
Hidetaka Takano dc2c98ab4c mod: mRuby -> mruby 2012-04-20 16:55:56 +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