Commit Graph

3790 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 2fe64f24f8 remove Exception#verbose_backtrace; #1495 2013-09-03 15:52:35 +09:00
take_cheeze d606f9d33f fix line number after first file 2013-09-03 00:29:49 +09:00
take_cheeze 968f5d2a27 improve checkings in debug.c 2013-09-03 00:00:07 +09:00
take_cheeze 3df8686259 don't use RArray in filename table generating 2013-09-02 22:46:57 +09:00
take_cheeze 8588c54452 declare variable outside for 2013-09-02 22:12:55 +09:00
take_cheeze addb57f7e5 better line type selector 2013-09-02 00:48:08 +09:00
take_cheeze 61e3598893 support c++ in mruby/debug.h 2013-09-02 00:48:08 +09:00
take_cheeze bd5afe9eef rename debug function name 2013-09-02 00:48:07 +09:00
take_cheeze 0b806ca17b reduce node size 2013-09-02 00:48:07 +09:00
take_cheeze 8082a37748 use uint16_t for line type 2013-09-02 00:48:06 +09:00
take_cheeze 3d1fffbd6b support multiple filename in irep 2013-09-02 00:48:06 +09:00
take_cheeze bc131350d4 print singleton class name in verbose backtrace 2013-09-02 00:48:06 +09:00
take_cheeze d12b6ab218 add verbose_backtrace 2013-09-02 00:48:06 +09:00
take_cheeze d19d9bb047 fix crash in 2nd call to vsnprintf 2013-09-02 00:48:05 +09:00
take_cheeze 596cd3f6e7 add Exception#backtrace test 2013-09-02 00:48:05 +09:00
Yukihiro "Matz" Matsumoto ad5c408c7b revert #1470; fix #1493 2013-08-31 14:19:15 +09:00
Yukihiro "Matz" Matsumoto fee7a55381 Merge pull request #1492 from pbosetti/master
Removed unnecessary #undef ISPRINT in include/mruby.h
2013-08-30 00:30:20 -07:00
Paolo Bosetti 51c51290d2 Removed unnecessary #undef ISPRINT in include/mruby.h 2013-08-29 18:56:11 +02:00
Yukihiro "Matz" Matsumoto b6cbaaa7f1 Merge pull request #1491 from dmajkic/master
Remove function delarations not implemented in code
2013-08-27 19:41:15 -07:00
Yukihiro "Matz" Matsumoto 9cc5797894 Merge pull request #1486 from iij/pr-typeerror-string-start-end-with
Crash if you call String#start_with/end_with with non-String arguments.
2013-08-27 19:39:05 -07:00
Dusan D. Majkic e2bdd8cd47 Remove function delarations not implemented in code 2013-08-27 14:57:36 +02:00
Tomoyuki Sahara f77dc2e6cb Merge branch 'mruby' into pr-typeerror-string-start-end-with
Conflicts:
	mrbgems/mruby-string-ext/src/string.c
	mrbgems/mruby-string-ext/test/string.rb
2013-08-26 23:20:22 +09:00
Yukihiro "Matz" Matsumoto 91b878e5df Merge pull request #1485 from fjmilens3/string_end_with
Bug in String#end_with? resulting from incorrect length determination
2013-08-26 04:17:20 -07:00
Yukihiro "Matz" Matsumoto b11ae3fddb Merge pull request #1484 from fjmilens3/string_start_with
Bug in String#start_with? resulting from incorrect length determination
2013-08-26 04:16:50 -07:00
Yukihiro "Matz" Matsumoto 975d670ab7 Merge pull request #1490 from take-cheeze/cxx_extension
support file extension .cpp/.cxx in mrbgem and tool
2013-08-26 04:16:13 -07:00
take_cheeze b6ab216f97 support file extension .cpp/.cxx in mrbgem and tool 2013-08-26 17:56:49 +09:00
Yukihiro "Matz" Matsumoto 26839b9c24 Merge pull request #1487 from h2so5/z-option-with-shared-string
Fix a problem of 'z' option and shared string
2013-08-26 00:41:14 -07:00
Yukihiro "Matz" Matsumoto f3c8cf6735 do not use mrb_alloca() that keeps memory until mrb_state freed 2013-08-26 16:33:27 +09:00
Yukihiro "Matz" Matsumoto f18837886c add cast to void* 2013-08-26 16:10:42 +09:00
Yukihiro "Matz" Matsumoto dd4b7ead7e undef print_backtrace_i() unless ENABLE_STDIO 2013-08-26 16:00:37 +09:00
Yukihiro "Matz" Matsumoto ee7f2c8cf7 Merge branch 'get-backtrace' of https://github.com/wanabe/mruby into wanabe-get-backtrace 2013-08-26 15:58:31 +09:00
wanabe 7007ce7ce0 add Exception#backtrace 2013-08-25 01:18:01 +09:00
h2so5 23df879a81 Fix a problem of 'z' option and shared string 2013-08-24 06:52:46 +09:00
Tomoyuki Sahara 0e8efd4a21 Check type of arguments for #start_with and #end_with. 2013-08-23 15:06:26 +09:00
Tomoyuki Sahara 53ff8172e5 add mrb_string_type(). 2013-08-23 15:06:26 +09:00
Frederick John Milens III 2548569f60 Refactor of String#start_with? comparison logic. 2013-08-22 19:29:36 -05:00
Frederick John Milens III d682be9d32 Refactor of String#end_with? comparison logic. 2013-08-22 19:23:53 -05:00
Frederick John Milens III a0183b394a Fix for string-length-related issue in String#end_with? logic. 2013-08-22 18:55:07 -05:00
Frederick John Milens III d42427870b Added test case for String#end_with? with string of length 2. 2013-08-22 18:41:23 -05:00
Frederick John Milens III 28211d6771 Fix for string-length-related issue in String#start_with? logic. 2013-08-22 16:44:00 -05:00
Frederick John Milens III de5f5732fe Added test case for String#start_with? with string of length 1. 2013-08-22 16:37:42 -05:00
Yukihiro "Matz" Matsumoto e62f874bda Merge branch 'master' of github.com:mruby/mruby 2013-08-19 17:16:30 +09:00
Yukihiro "Matz" Matsumoto aa099f7f7d Merge pull request #1481 from suichu/patch
add x86_64-darwin host platform.
2013-08-19 01:16:14 -07:00
taku toyama 7d22c89545 add x86_64-darwin host platform. 2013-08-19 14:30:19 +09:00
Yukihiro "Matz" Matsumoto 32d0dbc8bf Merge branch 'master' of github.com:mruby/mruby 2013-08-19 11:07:26 +09:00
Yukihiro "Matz" Matsumoto 6dd9bb7c43 Merge pull request #1480 from wanabe/patch-1
android doesn't have log2
2013-08-18 19:07:03 -07:00
wanabe c9ac35f3ba android doesn't have log2 2013-08-19 01:34:07 +09:00
Yukihiro "Matz" Matsumoto 96ef9925e9 Merge pull request #1479 from chenyukang/remove_return
remove a unnecessary return
2013-08-18 07:02:27 -07:00
Yukang 31d10393da remove unnecessary return 2013-08-18 20:21:48 +08:00
Yukihiro "Matz" Matsumoto 70132ea1df Merge branch 'master' of github.com:mruby/mruby 2013-08-15 09:34:34 +09:00