index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
print.c
Age
Commit message (
Expand
)
Author
2021-02-22
print.c: fix a compilation errors with `MRB_NO_STDIO`; fix #5361
Yukihiro "Matz" Matsumoto
2021-02-12
src/print.c: stop warning with `MRB_NO_STDIO`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2019-12-17
Refine output of `mrb_print_error()`
KOBAYASHI Shuji
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-06-23
rewrite printstr() to get rid of code duplication
cremno
2015-06-13
refactor code to call mrb_inspect() instead
cremno
2014-12-12
mrb_p() should print mrb_obj_as_string() if #inspect does not return a string...
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-03-06
make embed string when create literals
ksss
2014-03-06
embed small string
ksss
2014-02-07
move version info from gems to core; ref #576 #1684
Yukihiro "Matz" Matsumoto
2014-02-06
use mrb_str_new_lit() more widely
Yukihiro "Matz" Matsumoto
2014-02-06
introduce mrb_str_new_lit() to create strings from C string litrals
Yukihiro "Matz" Matsumoto
2014-02-05
Add global constant MRUBY_COPYRIGHT
MATSUMOTO Ryosuke
2014-02-05
replace Kernel.show_version with MRUBY_DESCRIPTION
MATSUMOTO Ryosuke
2014-02-05
Add pluggable versioning by mruby-version
MATSUMOTO Ryosuke
2014-01-30
Happy new year! (update copyright year)
cremno
2013-05-26
mruby error messages should be directed to stderr
Yukihiro "Matz" Matsumoto
2013-03-24
Remove __printstr__
mattn
2013-03-05
Modify API configuration.
Masaki Muranaka
2013-03-05
Include stdio.h in mrbconf.h instead of C extension sources.
Masaki Muranaka
2013-01-14
change 2012 to 2013
Yukihiro Matz Matsumoto
2012-11-04
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
Yukihiro Matz Matsumoto
2012-07-17
use fwrite() instead of loop putc
Yukihiro Matsumoto
2012-07-17
change return type of mrb_p() to void
Yukihiro Matsumoto
2012-07-17
mrb_p() should return the argument
Yukihiro Matsumoto
2012-07-17
prepare empty mrb_p() to make like work
Yukihiro Matsumoto
2012-07-15
DIABLE_STDIO to disable __printstr__
Yukihiro Matsumoto
2012-06-05
mruby/string.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-03
make shared string to reference-counted C structure to reduce GC pressure
Yukihiro Matsumoto
2012-05-18
implement Kernel#p in Ruby
Yukihiro Matsumoto
2012-05-18
revise version description
Yukihiro Matsumoto
2012-04-30
rm whitespace
roco
2012-04-27
Avoid to crash when "mruby -e p"
mattn
2012-04-23
add file header
mimaki
2012-04-20
add mruby sources
mimaki