Commit Graph

5392 Commits

Author SHA1 Message Date
Jun Hiroe ab2ce33859 Fix Hash test 2014-05-12 20:47:44 +09:00
Yukihiro "Matz" Matsumoto bcbf078ebd Merge pull request #2235 from yui-knk/add-scr_e
Add scr_e, to not reassign to e.
2014-05-12 18:59:00 +09:00
yui-knk ac58d1bdf6 Rename e to exception, scr_e to script_error. 2014-05-12 13:50:49 +09:00
Yukihiro "Matz" Matsumoto 98ecbdafd5 Merge pull request #2238 from kyab/fix_chipkitmax32_build_config
Disable C++ exception for chipKIT Max32 example build_config
2014-05-12 09:28:39 +09:00
kyab da3b69a852 Disable C++ exception for chipKIT Max32 example build_config 2014-05-11 23:56:22 +09:00
yui-knk e07099d81b Add scr_e, to not reassign to e. 2014-05-11 19:28:34 +09:00
Yukihiro "Matz" Matsumoto b1eb337a34 Merge pull request #2231 from kyab/update_example_build_config
Update example build_config to include host build setting
2014-05-11 17:26:45 +09:00
Yukihiro "Matz" Matsumoto 9f7651fa65 Merge pull request #2234 from suzukaze/refactor
Refactor functions in kernel.c
2014-05-11 17:25:50 +09:00
Yukihiro "Matz" Matsumoto 434f0a6dbb Merge pull request #2233 from suzukaze/fix-indent
Fix indents in kernel.c
2014-05-11 17:22:41 +09:00
Yukihiro "Matz" Matsumoto ad8cb8cab1 Merge pull request #2232 from kyab/fix_msvc_warning_random.c
Pacify MSVC warnings for random.c
2014-05-11 17:21:08 +09:00
Jun Hiroe d973bcff0e Refactor mrb_equal_m() 2014-05-11 03:58:07 +09:00
Jun Hiroe 50d9d974e0 Refacotr mrb_obj_not_equal_m() 2014-05-11 03:55:51 +09:00
Jun Hiroe 2f1b4eb144 Refactor mrb_obj_equal_m() 2014-05-11 03:54:07 +09:00
Jun Hiroe 1eb6c1e963 Fix indents 2014-05-11 03:48:32 +09:00
kyab 203740bac5 Pacify MSVC warnings for random.c 2014-05-10 23:50:57 +09:00
kyab 2f22829097 Update example build_config to include host build setting 2014-05-10 23:27:39 +09:00
Yukihiro "Matz" Matsumoto 2d8db3c6bf Merge pull request #2230 from take-cheeze/doc_update
Fix document generator to remove trailing space in generated document.
2014-05-10 22:43:25 +09:00
take_cheeze b03330b3e4 Fix document generator to remove trailing space in generated document.
Update generated document.
2014-05-10 22:08:40 +09:00
Yukihiro "Matz" Matsumoto fb77b033a5 Merge pull request #2229 from yui-knk/add-comment-each_pair
Add comment to Hash#each_pair. And change the line
2014-05-10 20:54:18 +09:00
yui-knk d88a9d761f Add comment to Hash#each_pair. And change the line
Add comment about ISO.
Current place is misleading so change line No.
2014-05-10 20:16:19 +09:00
Yukihiro "Matz" Matsumoto 98e035ae09 Merge pull request #2228 from suzukaze/add-comments-to-hash
Add comments to Hash methods
2014-05-10 19:43:40 +09:00
Jun Hiroe 012c32ad0a Add comments to Hash methods 2014-05-10 18:11:07 +09:00
Yukihiro "Matz" Matsumoto adea2ca371 Merge pull request #2223 from yui-knk/fix-nameerror
Delete unused NameError#new. And add test.
2014-05-10 13:11:00 +09:00
Yukihiro "Matz" Matsumoto e59c6a1100 Merge pull request #2226 from yui-knk/hash-merge-error
Change to raise TypeError (Hash#merge, #merge!)
2014-05-10 11:14:55 +09:00
Yukihiro "Matz" Matsumoto 3e2c5da443 Merge pull request #2225 from ksss/proc-segv
OP_ENTER fix segmentation fault
2014-05-10 11:14:10 +09:00
yui-knk 658a00ba49 Change to raise TypeError (Hash#merge, #merge!) 2014-05-10 10:18:15 +09:00
ksss 7dbfe19fc6 OP_ENTER fix segmentation fault 2014-05-10 09:43:32 +09:00
yui-knk 1a00a34cc2 Delete unused NameError#new. And add test. 2014-05-10 01:12:52 +09:00
Yukihiro "Matz" Matsumoto e07a3731d1 Merge pull request #2221 from yui-knk/add-exception-test
Add exception test
2014-05-10 00:48:44 +09:00
Yukihiro "Matz" Matsumoto 7f899d7752 Merge pull request #2222 from take-cheeze/remove_proc_meth
Remove use of mruby-proc-ext method in core test.
2014-05-10 00:47:43 +09:00
Yukihiro "Matz" Matsumoto 8152373d99 Merge pull request #2219 from kyab/fix_msvc_warning_time.c
Pacify MSVC warnings for time.c
2014-05-10 00:47:14 +09:00
Yukihiro "Matz" Matsumoto c302b86fa0 Merge pull request #2220 from yui-knk/refactor-test
Refactoring test to use assert_nothing_raised.
2014-05-10 00:46:22 +09:00
Yukihiro "Matz" Matsumoto 48ac1f74f1 Merge pull request #2218 from take-cheeze/move_method
Move `__method__` to mruby-kernel-ext since it's not ISO method.
2014-05-10 00:45:34 +09:00
yui-knk 8b6bfd1a25 Add assert to Exception#inspect test. 2014-05-10 00:07:20 +09:00
take_cheeze 9a5ef1a127 Remove use of mruby-proc-ext method. 2014-05-10 00:07:03 +09:00
yui-knk faee698746 Refactoring test to use assert_nothing_raised. 2014-05-09 23:40:41 +09:00
kyab 4a05dce4a3 pacify MSVC warnings for time.c 2014-05-09 23:38:05 +09:00
take_cheeze d0c0beb880 Move __method__ to mruby-kernel-ext since it's not ISO method. 2014-05-09 22:44:10 +09:00
Yukihiro "Matz" Matsumoto 64b30b65ee Merge pull request #2216 from iij/pr-mirb-link-termcap
libreadline requires libtermcap on OpenBSD.
2014-05-09 14:45:25 +09:00
Tomoyuki Sahara 6a41149585 libreadline requires libtermcap on OpenBSD. 2014-05-09 14:26:12 +09:00
Yukihiro "Matz" Matsumoto b8e524bb9e Merge pull request #2214 from ksss/proc-clear
OP_ENTER clean block object in register
2014-05-09 12:00:53 +09:00
Yukihiro "Matz" Matsumoto 78f2d283a7 Merge pull request #2215 from yui-knk/fix-typo-test
Add ISO No. to String#inspect test.
2014-05-09 12:00:25 +09:00
Yukihiro "Matz" Matsumoto a9488618ce Merge pull request #2213 from suzukaze/add-hash.key
Add Hash#key
2014-05-09 11:59:28 +09:00
Yukihiro "Matz" Matsumoto 0b23d10a96 Merge pull request #2212 from yui-knk/add-range-test
Add tests for Range#to_s Range#inspect.
2014-05-09 11:43:25 +09:00
yui-knk 6932e9e142 Add ISO No. to String#inspect test. 2014-05-09 08:43:39 +09:00
ksss 06a67df950 OP_ENTER clean block object in register 2014-05-09 08:04:36 +09:00
Jun Hiroe dc4c042df5 Add Hash#key 2014-05-09 00:46:33 +09:00
yui-knk 60d2b51cc0 Add tests for Range#to_s Range#inspect. 2014-05-08 23:50:11 +09:00
Yukihiro "Matz" Matsumoto c071ad13a9 Merge pull request #2210 from yui-knk/fix-typo
fix typo
2014-05-08 20:50:04 +09:00
yui-knk aac3992195 fix typo 2014-05-08 13:55:30 +09:00