summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-09-03remove Exception#verbose_backtrace; #1495Yukihiro "Matz" Matsumoto
2013-09-03fix line number after first filetake_cheeze
2013-09-03improve checkings in debug.ctake_cheeze
2013-09-02don't use RArray in filename table generatingtake_cheeze
2013-09-02declare variable outside fortake_cheeze
2013-09-02better line type selectortake_cheeze
2013-09-02support c++ in mruby/debug.htake_cheeze
2013-09-02rename debug function nametake_cheeze
2013-09-02reduce node sizetake_cheeze
2013-09-02use uint16_t for line typetake_cheeze
2013-09-02support multiple filename in ireptake_cheeze
2013-09-02print singleton class name in verbose backtracetake_cheeze
2013-09-02add verbose_backtracetake_cheeze
2013-09-02fix crash in 2nd call to vsnprintftake_cheeze
2013-09-02add Exception#backtrace testtake_cheeze
2013-08-31revert #1470; fix #1493Yukihiro "Matz" Matsumoto
2013-08-30Merge pull request #1492 from pbosetti/masterYukihiro "Matz" Matsumoto
Removed unnecessary #undef ISPRINT in include/mruby.h
2013-08-29Removed unnecessary #undef ISPRINT in include/mruby.hPaolo Bosetti
2013-08-27Merge pull request #1491 from dmajkic/masterYukihiro "Matz" Matsumoto
Remove function delarations not implemented in code
2013-08-27Merge pull request #1486 from iij/pr-typeerror-string-start-end-withYukihiro "Matz" Matsumoto
Crash if you call String#start_with/end_with with non-String arguments.
2013-08-27Remove function delarations not implemented in codeDusan D. Majkic
2013-08-26Merge branch 'mruby' into pr-typeerror-string-start-end-withTomoyuki Sahara
Conflicts: mrbgems/mruby-string-ext/src/string.c mrbgems/mruby-string-ext/test/string.rb
2013-08-26Merge pull request #1485 from fjmilens3/string_end_withYukihiro "Matz" Matsumoto
Bug in String#end_with? resulting from incorrect length determination
2013-08-26Merge pull request #1484 from fjmilens3/string_start_withYukihiro "Matz" Matsumoto
Bug in String#start_with? resulting from incorrect length determination
2013-08-26Merge pull request #1490 from take-cheeze/cxx_extensionYukihiro "Matz" Matsumoto
support file extension .cpp/.cxx in mrbgem and tool
2013-08-26support file extension .cpp/.cxx in mrbgem and tooltake_cheeze
2013-08-26Merge pull request #1487 from h2so5/z-option-with-shared-stringYukihiro "Matz" Matsumoto
Fix a problem of 'z' option and shared string
2013-08-26do not use mrb_alloca() that keeps memory until mrb_state freedYukihiro "Matz" Matsumoto
2013-08-26add cast to void*Yukihiro "Matz" Matsumoto
2013-08-26undef print_backtrace_i() unless ENABLE_STDIOYukihiro "Matz" Matsumoto
2013-08-26Merge branch 'get-backtrace' of https://github.com/wanabe/mruby into ↵Yukihiro "Matz" Matsumoto
wanabe-get-backtrace
2013-08-25add Exception#backtracewanabe
2013-08-24Fix a problem of 'z' option and shared stringh2so5
2013-08-23Check type of arguments for #start_with and #end_with.Tomoyuki Sahara
2013-08-23add mrb_string_type().Tomoyuki Sahara
2013-08-22Refactor of String#start_with? comparison logic.Frederick John Milens III
2013-08-22Refactor of String#end_with? comparison logic.Frederick John Milens III
2013-08-22Fix for string-length-related issue in String#end_with? logic.Frederick John Milens III
2013-08-22Added test case for String#end_with? with string of length 2.Frederick John Milens III
2013-08-22Fix for string-length-related issue in String#start_with? logic.Frederick John Milens III
2013-08-22Added test case for String#start_with? with string of length 1.Frederick John Milens III
2013-08-19Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-19Merge pull request #1481 from suichu/patchYukihiro "Matz" Matsumoto
add x86_64-darwin host platform.
2013-08-19add x86_64-darwin host platform.taku toyama
2013-08-19Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-18Merge pull request #1480 from wanabe/patch-1Yukihiro "Matz" Matsumoto
android doesn't have log2
2013-08-19android doesn't have log2wanabe
2013-08-18Merge pull request #1479 from chenyukang/remove_returnYukihiro "Matz" Matsumoto
remove a unnecessary return
2013-08-18remove unnecessary returnYukang
2013-08-15Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto