Commit Graph

4460 Commits

Author SHA1 Message Date
cremno 96d3bc2811 mruby-time: store timezone name directly 2014-03-05 17:08:51 +01:00
cremno 9b3033bb53 mruby-time: timezone_names should be const 2014-03-05 17:08:50 +01:00
cremno e34b69f582 mruby-time: store strings directly instead of pointers to them 2014-03-05 17:08:44 +01:00
cremno 333840ba61 mruby-time: mrb_time_type should be const 2014-03-05 16:53:42 +01:00
cremno f9c88e9c68 mruby-time: fix two tiny typos in comments 2014-03-05 16:53:41 +01:00
cremno c088797107 mruby-time: rearrange header order 2014-03-05 16:53:41 +01:00
cremno bf48f5ec87 mruby-time: remove trailing whitespace 2014-03-05 16:53:40 +01:00
Yukihiro "Matz" Matsumoto 2f20463b77 Merge pull request #1811 from takkaw/refactor_mirb
small refactor in mirb
2014-03-06 00:20:41 +09:00
takkaw d7d8b09580 small refactor 2014-03-05 23:35:34 +09:00
Yukihiro "Matz" Matsumoto faf48bb761 Merge branch 'master' of github.com:mruby/mruby 2014-03-05 21:53:07 +09:00
Yukihiro "Matz" Matsumoto adc5b56c15 use mrb_int instead of size_t since string length is represented by mrb_int; close #1810 2014-03-05 21:51:44 +09:00
Yukihiro "Matz" Matsumoto 61d06abf81 Merge pull request #1809 from matsumoto-r/change_mruby_libs_flag
Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS
2014-03-05 21:39:20 +09:00
Yukihiro "Matz" Matsumoto 640efb3015 Merge pull request #1808 from cubicdaiya/issues/unused_variable
remove unused variable
2014-03-05 17:44:12 +09:00
MATSUMOTO Ryosuke a5dd02f94f Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS 2014-03-05 17:37:44 +09:00
Yukihiro "Matz" Matsumoto 1c4d58b882 Merge pull request #1807 from tmash06/fix_exit_status_code
fix mruby command returning EXIT_SUCCESS when program file can't be opened.
2014-03-05 17:26:25 +09:00
cubicdaiya 80d8170959 remove unused variable
GLOBAL_RAND_SEED_KEY is no longer used.
2014-03-05 17:19:26 +09:00
Tatsuya Matsumoto 43944a0d3a fix mruby command returning EXIT_SUCCESS when program file can't be
opened.
2014-03-05 16:51:57 +09:00
Yukihiro "Matz" Matsumoto 3120eb3ecc Merge pull request #1806 from tmash06/fix_exit_method_aspec_setting
fix argument spec setting of Kernel.exit method.
2014-03-05 16:23:42 +09:00
Tatsuya Matsumoto 2d5a7371bc fix argument spec setting of Kernel.exit method.
this method requires 1 optional argument.
2014-03-05 15:54:03 +09:00
Yukihiro "Matz" Matsumoto d03c72ad53 Merge branch 'master' of github.com:mruby/mruby 2014-03-05 15:38:27 +09:00
Yukihiro "Matz" Matsumoto 865b850b76 should check crossing C boudary from resume 2014-03-05 15:38:13 +09:00
Yukihiro "Matz" Matsumoto 415b70fd49 Merge pull request #1805 from take-cheeze/existing_include
Add existing include/ directory only.
2014-03-05 15:24:43 +09:00
Yukihiro "Matz" Matsumoto 071317e81b Merge pull request #1804 from mattn/fix-quote
Fix #1803
2014-03-05 15:24:09 +09:00
take_cheeze 9d81487c8b add existing include/ directory only 2014-03-05 14:29:45 +09:00
mattn 98b5b68298 Fix #1803 2014-03-05 14:11:53 +09:00
mattn 7510d9adee s/\\"/"/g in mruby-config 2014-03-05 13:50:14 +09:00
Yukihiro "Matz" Matsumoto f911b23599 Merge pull request #1801 from mattn/mruby-config
Add mruby-bin-mruby-config
2014-03-05 13:18:39 +09:00
Yukihiro "Matz" Matsumoto 13d9ed455c Merge pull request #1802 from tmash06/fix_syntax_check_no_exec
mruby command should not execute program on "syntax only option(-c)".
2014-03-05 13:11:54 +09:00
Yukihiro "Matz" Matsumoto 1742e74434 Merge pull request #1800 from tmash06/fix_indent
fix indent.
2014-03-05 13:06:56 +09:00
Yukihiro "Matz" Matsumoto e641412547 Merge pull request #1799 from cubicdaiya/issues/off_by_one_error2
fix off-by-one error in attrsym
2014-03-05 13:06:34 +09:00
mattn 67b8f6ec60 Don't echo empty string. (Remove workaround for windows) 2014-03-05 12:56:27 +09:00
mattn 48616a85af chmod 755 2014-03-05 12:51:15 +09:00
Tatsuya Matsumoto 23cb0bb64b mruby command should not execute program on "syntax only option(-c)". 2014-03-05 12:49:58 +09:00
mattn fb621ef411 Add mruby-bin-mruby-config 2014-03-05 12:46:07 +09:00
Tatsuya Matsumoto 7ac4a60cf0 fix indent. 2014-03-05 11:57:10 +09:00
cubicdaiya 016d3b9394 fix off-by-one error in attrsym
The allocation size for null-terminated character is lacking.
In actual, it is no problem in most case
because codegen_palloc allocates more a memory size than required size.
2014-03-05 11:20:39 +09:00
Yukihiro "Matz" Matsumoto ba608fb38a Merge pull request #1797 from take-cheeze/doc_update
Add notes about new features.
2014-03-05 07:27:23 +09:00
Yukihiro "Matz" Matsumoto 2667371e1e Merge pull request #1796 from mattn/fix_1793
Fix #1793
2014-03-05 07:26:16 +09:00
take_cheeze ce9681dce6 fix typo 2014-03-05 03:08:23 +09:00
take_cheeze 1029be3cd8 update compilation notes 2014-03-05 03:08:06 +09:00
mattn d59b738b43 Fix #1793 2014-03-04 22:25:25 +09:00
Yukihiro "Matz" Matsumoto 47d1701fb4 Merge pull request #1795 from cubicdaiya/issues/off_by_one_error
fix off-by-one error in String#rindex(fixnum)
2014-03-04 22:22:45 +09:00
Yukihiro "Matz" Matsumoto a479dafb9b Merge pull request #1792 from cubicdaiya/issues/fix_invalid_comment
fix a comment end of include guard
2014-03-04 22:21:19 +09:00
cubicdaiya ebe4711df8 fix off-by-one error in String#rindex(fixnum)
null-terminated string should not be included in search targets.
2014-03-04 21:58:47 +09:00
cubicdaiya dd4ddcae38 fix a comment end of include guard 2014-03-04 20:35:11 +09:00
Yukihiro "Matz" Matsumoto 7a607112c6 Merge pull request #1791 from iij/pr-numeric-div
add Integer#div and Float#div to mruby-numeric-ext
2014-03-04 17:31:16 +09:00
Tomoyuki Sahara 4ad0896bda add Integer#div and Float#div. 2014-03-04 12:45:11 +09:00
Yukihiro "Matz" Matsumoto 6b6277e2c6 Merge pull request #1790 from iij/pr-float-divmod
fix Float#divmod returns nil
2014-03-04 11:56:40 +09:00
Tomoyuki Sahara 6e1f4695aa add tests for Integer#divmod. 2014-03-04 10:51:56 +09:00
Tomoyuki Sahara 9686890ab3 Fix Float#divmod. 2014-03-04 10:51:36 +09:00