Commit Graph

90 Commits

Author SHA1 Message Date
Yukihiro Matsumoto 43ca69ed81 remove Japanese files 2012-04-21 01:32:02 +09:00
Yukihiro Matsumoto 71961c0b10 update README.ja.md 2012-04-21 01:30:26 +09:00
Yukihiro Matsumoto 984e188bbe update licensing issue and how to contribute 2012-04-21 01:21:41 +09:00
Yukihiro Matsumoto 2cc0623ae7 update ISO link URL from Japanese page 2012-04-21 01:03:44 +09:00
Yukihiro Matsumoto 9b3a4fd8a4 avoid integer overflow 2012-04-21 01:01:07 +09:00
Yukihiro "Matz" Matsumoto f086dbd536 Merge pull request #25 from pbhogan/remove-unnecessary-check
Remove unnecessary check for size_t < 0
2012-04-20 08:58:19 -07:00
Yukihiro Matsumoto 3ea69ab4bd Merge branch 'master' of github.com:mruby/mruby 2012-04-21 00:51:29 +09:00
Yukihiro Matsumoto c138d7ef0a use %zd for size_t argument 2012-04-21 00:51:20 +09:00
Patrick Hogan 758096334f Remove unnecessary check for size_t < 0
size_t can never be negative since it is an unsigned integer according to standard. Removed to silence warning.

Signed-off-by: Patrick Hogan <pbhogan@gmail.com>
2012-04-20 10:29:01 -05:00
Yukihiro "Matz" Matsumoto 431b45156e Merge pull request #22 from knf/patch-3
Made text edits to README.md to improve clarity.
2012-04-20 08:23:48 -07:00
Yukihiro "Matz" Matsumoto a0ab6af79d Merge pull request #24 from takahashim/fix-git-command
fix git commands
2012-04-20 08:22:58 -07:00
Nicholas e4afcf6c43 Made text edits to README.md to improve clarity. 2012-04-20 10:18:08 -05:00
takahashim f7f31188be fix git commands 2012-04-21 00:15:39 +09:00
Yukihiro "Matz" Matsumoto 36be1d6270 Merge pull request #18 from pbhogan/master
#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
2012-04-20 07:55:36 -07:00
Yukihiro "Matz" Matsumoto 90ef60d96c Merge pull request #19 from ranmocy/master
fixed statement alignment
2012-04-20 07:54:02 -07:00
Ranmocy 9e32b5152e fixed statement alignment 2012-04-20 22:39:46 +08:00
Yukihiro "Matz" Matsumoto e40e55da71 Merge pull request #17 from pbhogan/master
Fixed typos in usage message for mruby tool.
2012-04-20 07:33:12 -07:00
Patrick Hogan 4cb86f87a1 #undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
Signed-off-by: Patrick Hogan <pbhogan@gmail.com>
2012-04-20 09:32:35 -05:00
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