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
/
mrbgems
/
mruby-print
Age
Commit message (
Expand
)
Author
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; fix #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Fix warning from VC regarding implicit int conversion.
Yukihiro "Matz" Matsumoto
2020-10-12
Silence warnings from implicit integer conversions.
Yukihiro "Matz" Matsumoto
2020-07-31
Fix `puts` in `mruby-print` on no argument; 0e9bd24
Yukihiro "Matz" Matsumoto
2020-07-22
Fix `puts` to print newline with empty strings; ref b184772
Yukihiro "Matz" Matsumoto
2020-07-20
Implement `Kernel#print` and `Kernel#puts` in C.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2019-10-05
Drop initialization dependency from `mruby-print` to `mruby-sprintf`
KOBAYASHI Shuji
2019-01-25
Merge pull request #4243 from shuujii/remove-definition-of-sprintf-in-mruby-p...
Yukihiro "Matz" Matsumoto
2019-01-24
Remove redundant `NULL` check for `mrb_malloc`
KOBAYASHI Shuji
2019-01-24
Remove definition of `Kernel#sprintf` in `mruby-print`
KOBAYASHI Shuji
2018-08-18
`Kernel#p` should return an array of arguments; fix #4083
Yukihiro "Matz" Matsumoto
2017-09-27
fix: src\print.c(22): warning C4244: 'initializing': conversion from 'mrb_int...
Tomasz Dąbrowski
2017-09-02
Update print.c
fl0l0u
2016-11-24
Fix for Windows-specific mruby C++ issues
Tomasz Dąbrowski
2016-09-21
Use non-underscore'ed names
U.Nakamura
2016-09-21
Use underbar'ed name to get rid of warnings
U.Nakamura
2016-09-21
Not only for MINGW but also for Visual C++
U.Nakamura
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-08
print unicode on windows console
Yasuhiro Matsumoto
2015-09-11
Support windows locale
Yasuhiro Matsumoto
2014-03-25
Use mrb_int instead of int
cubicdaiya
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-06
make embed string when create literals
ksss
2014-03-06
embed small string
ksss
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-03-24
Add mruby-print
mattn