Commit Graph

1583 Commits

Author SHA1 Message Date
Yukihiro Matsumoto 0c6ff97b8e Merge branch 'master' of github.com:mruby/mruby 2012-05-14 22:15:55 +09:00
Yukihiro "Matz" Matsumoto bcb743fccb Merge pull request #131 from bovi/master
mrit - Embeddable Ruby ISO Test
2012-05-14 06:15:42 -07:00
Daniel Bovensiepen c82a518ee1 removed.. content is now in time.rb 2012-05-14 20:22:20 +08:00
Daniel Bovensiepen c8c0ef85bc mrit - Embeddable Ruby ISO Test 2012-05-14 20:21:31 +08:00
Yukihiro Matsumoto d55bd6fe52 removed INSTALL.ja 2012-05-14 11:40:13 +09:00
Yukihiro Matsumoto c33236d807 removed README.ja.md 2012-05-14 11:39:48 +09:00
Yukihiro Matsumoto 628e60d6f3 removed lines the seem not to conform C99 2012-05-14 11:36:42 +09:00
Yukihiro "Matz" Matsumoto 6b67801d4e Merge pull request #116 from pbosetti/master
Wrote a (working) stub for the Math module
2012-05-13 16:39:09 -07:00
Yukihiro Matsumoto c6daff1f92 doc/coding_conventions: word-wrap 80 columns; close #129 2012-05-13 23:08:40 +09:00
Yukihiro Matsumoto 422f922923 smal coding_convention update 2012-05-13 23:05:09 +09:00
Yukihiro Matsumoto 4035d17a48 mention avoiding declaration in the middle 2012-05-13 22:20:37 +09:00
Yukihiro "Matz" Matsumoto 792dcba600 Merge pull request #128 from bovi/master
Code Convention Document
2012-05-13 06:06:30 -07:00
Daniel Bovensiepen 5d93850df9 Format the text better and add some more text. 2012-05-13 20:04:04 +08:00
Daniel Bovensiepen c49990610a Add a coding convention file 2012-05-13 19:43:14 +08:00
Yukihiro Matsumoto 46487a4599 merge mirb target to all in toplevel Makefile 2012-05-13 19:48:15 +09:00
Yukihiro Matsumoto 50a1d30291 emulate gmtime_r/localtime_r by gmtime_s/localtime_s on Windows 2012-05-13 19:46:57 +09:00
Paolo Bosetti e274382aca Replaced C++ style comments 2012-05-12 12:36:19 -07:00
Paolo Bosetti 7864eab43b Merge branch 'master' of github.com:pbosetti/mruby 2012-05-12 12:06:38 -07:00
Paolo Bosetti 7cdf0ca1c1 Added src/math.c. Also, edited src/init.c in order to load the Math module. 2012-05-12 12:04:58 -07:00
Yukihiro Matsumoto 69c1b9b797 avoid c++ style comments 2012-05-12 23:47:09 +09:00
Yukihiro Matsumoto 2dcc0ab656 breaking newline before else 2012-05-12 23:44:31 +09:00
Yukihiro Matsumoto 260f41ed63 no #include unistd.h stdbool; close #124 2012-05-12 23:43:09 +09:00
Yukihiro "Matz" Matsumoto 96819cf881 Merge pull request #117 from k-tsj/toplevel-return
Raise LocalJumpError when returning from top-level
2012-05-12 02:58:00 -07:00
Yukihiro "Matz" Matsumoto 04f8ec7570 Merge pull request #118 from k-tsj/move-stack-values
Move stack values to heap whenever ci is popped
2012-05-12 02:57:29 -07:00
Yukihiro "Matz" Matsumoto e7b4ea94e8 Merge pull request #120 from monaka/pr-printf-format-20110511
Use %d instead of %ld in case the type of parameter is int.
2012-05-12 02:41:30 -07:00
Yukihiro "Matz" Matsumoto f3374d7e95 Merge pull request #122 from monaka/pr-simplify-peek_n-20110512
Simplify while loop in peek_n().
2012-05-12 02:40:32 -07:00
Masaki Muranaka 40d122dede Simplify while loop in peek_n(). 2012-05-12 14:21:06 +09:00
Masaki Muranaka c785382dee Use %d instead of %ld in case the type of parameter is int. 2012-05-12 11:25:56 +09:00
Kazuki Tsujimoto 66df0ad0a8 Raise LocalJumpError when returning from top-level 2012-05-12 10:59:36 +09:00
Kazuki Tsujimoto 632556bc6f Move stack values to heap whenever ci is popped 2012-05-12 10:47:15 +09:00
Paolo Bosetti f706dff036 Added src/math.c. Also, edited src/init.c in order to load the Math module. 2012-05-11 15:13:53 -07:00
Yukihiro "Matz" Matsumoto e6631bf5af Merge pull request #112 from bovi/master
mirb - Embeddable Interactive Ruby Shell
2012-05-11 11:28:51 -07:00
Daniel Bovensiepen b3467ef4af Add additional hint to the code block guesser. 2012-05-12 00:59:18 +08:00
Daniel Bovensiepen 438042ffce Remove more unnecessary elements 2012-05-12 00:41:33 +08:00
Daniel Bovensiepen ab378085de Remove unnecessary elements 2012-05-12 00:38:58 +08:00
Daniel Bovensiepen 917d70e31b mirb - Embeddable Interactive Ruby Shell 2012-05-12 00:27:45 +08:00
Yukihiro Matsumoto 95d1d002d9 begin/end block should be isolated from outside; ported from CRuby r35620 2012-05-11 23:29:24 +09:00
Yukihiro Matsumoto 3483e360ed remove unused #include 2012-05-11 10:26:50 +09:00
Yukihiro Matsumoto affb5cb7c2 remove encode_class and converter_class from mrb_state 2012-05-10 23:16:28 +09:00
Yukihiro Matsumoto 4e40121f71 remove regex_class and match_class from mrb_state 2012-05-10 23:11:20 +09:00
Yukihiro Matsumoto 4d3ed8c4f9 remove mrb->range_class 2012-05-10 23:07:54 +09:00
Yukihiro Matsumoto 878593430a mrb_run to return last evaluated value 2012-05-10 18:20:49 +09:00
Yukihiro Matsumoto 8268f95e0e remove code moved to mrblib/array.rb 2012-05-10 16:37:38 +09:00
Yukihiro Matsumoto 73e92e2579 remove INCLUDE_REGEXP dependency from array.c 2012-05-10 16:33:58 +09:00
Yukihiro "Matz" Matsumoto e6f0b961ab Merge pull request #110 from takeru/typo-ALLOC_ALLOC
fix typo
2012-05-09 13:59:48 -07:00
sasaki takeru 7f12cb9e7a fix typo 2012-05-10 04:04:59 +09:00
Yukihiro Matsumoto bcd24af19c temporal VC patch from nkshigeru 2012-05-09 22:23:39 +09:00
Yukihiro Matsumoto 6faab394d7 remove duplicated document comment 2012-05-09 22:11:53 +09:00
Yukihiro Matsumoto bd8d910666 clean enum.c 2012-05-09 22:09:27 +09:00
Yukihiro Matsumoto 6a0c30d038 move body of Comparison from compar.c to compar.rb 2012-05-09 22:06:16 +09:00