summaryrefslogtreecommitdiffhomepage
path: root/src/print.c
AgeCommit message (Expand)Author
2020-06-05Squashed commit of the following:Yukihiro "Matz" Matsumoto
2019-12-17Refine output of `mrb_print_error()`KOBAYASHI Shuji
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-11-17DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014Yukihiro "Matz" Matsumoto
2015-06-23rewrite printstr() to get rid of code duplicationcremno
2015-06-13refactor code to call mrb_inspect() insteadcremno
2014-12-12mrb_p() should print mrb_obj_as_string() if #inspect does not return a string...Yukihiro "Matz" Matsumoto
2014-08-04add MRB_API modifiers to mruby API functionsYukihiro "Matz" Matsumoto
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-03-06make embed string when create literalsksss
2014-03-06embed small stringksss
2014-02-07move version info from gems to core; ref #576 #1684Yukihiro "Matz" Matsumoto
2014-02-06use mrb_str_new_lit() more widelyYukihiro "Matz" Matsumoto
2014-02-06introduce mrb_str_new_lit() to create strings from C string litralsYukihiro "Matz" Matsumoto
2014-02-05Add global constant MRUBY_COPYRIGHTMATSUMOTO Ryosuke
2014-02-05replace Kernel.show_version with MRUBY_DESCRIPTIONMATSUMOTO Ryosuke
2014-02-05Add pluggable versioning by mruby-versionMATSUMOTO Ryosuke
2014-01-30Happy new year! (update copyright year)cremno
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
2013-03-24Remove __printstr__mattn
2013-03-05Modify API configuration.Masaki Muranaka
2013-03-05Include stdio.h in mrbconf.h instead of C extension sources.Masaki Muranaka
2013-01-14change 2012 to 2013Yukihiro Matz Matsumoto
2012-11-04add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()Yukihiro Matz Matsumoto
2012-07-17use fwrite() instead of loop putcYukihiro Matsumoto
2012-07-17change return type of mrb_p() to voidYukihiro Matsumoto
2012-07-17mrb_p() should return the argumentYukihiro Matsumoto
2012-07-17prepare empty mrb_p() to make like workYukihiro Matsumoto
2012-07-15DIABLE_STDIO to disable __printstr__Yukihiro Matsumoto
2012-06-05mruby/string.h: rename buf to ptrYukihiro Matsumoto
2012-06-03make shared string to reference-counted C structure to reduce GC pressureYukihiro Matsumoto
2012-05-18implement Kernel#p in RubyYukihiro Matsumoto
2012-05-18revise version descriptionYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-27Avoid to crash when "mruby -e p"mattn
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki