| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-08 | define and use print format macros for mrb_int | Cremno | |
| For portability: %ld can't be used to print a 64-bit mrb_int on WIN(32|64) because long is 32-bit wide. | |||
| 2013-03-08 | Merge pull request #968 from kouki-o-iij/pr-mrbgem-numeric-ext | Yukihiro "Matz" Matsumoto | |
| add mrbgems/ext/mruby-numeric, and method: Integer#chr | |||
| 2013-03-08 | fix comment | Kouki Ooyatsu | |
| 2013-03-08 | add Integer#chr test case: multibyte (raise RangeError) | Kouki Ooyatsu | |
| 2013-03-08 | add mrbgems/ext/mruby-numeric, and method: Integer#chr | Kouki Ooyatsu | |
| 2013-03-08 | add "strip" family to String. | Tomoyuki Sahara | |
| 2013-03-08 | Add String#dump method. | Masaki Muranaka | |
| 2013-03-07 | add mrbgems/mruby-string-ext, and method: String#getbyte | skandhas | |
| 2013-03-04 | Separate Kernel#sprintf support from mruby core. It's moved to mrbgems. | Masaki Muranaka | |
| 2013-03-04 | Move src/sprintf to mrbgems/mruby-sprintf/src/ | Masaki Muranaka | |
| 2013-03-03 | Remove trailing whitespaces. This is just a cosmetic change. | Masaki Muranaka | |
| 2013-03-01 | Remove unused var sv | Carson McDonald | |
| 2013-03-02 | use TT_ARRAY instead of TT_DATA | Yukihiro Matz Matsumoto | |
| 2013-03-01 | Fix two typos | Carson McDonald | |
| 2013-03-01 | replace instance_of check with structure check | Yukihiro Matz Matsumoto | |
| 2013-03-01 | remove struct RStruct, use RArray instead | Yukihiro Matz Matsumoto | |
| 2013-03-01 | fix indent in struct.c | Yukihiro Matz Matsumoto | |
| 2013-03-01 | internal array should be pudated using mrb_ary_set() | Yukihiro Matz Matsumoto | |
| 2013-03-01 | Set nil to uninitialized members | mattn | |
| 2013-03-01 | Fix copy values | mattn | |
| 2013-03-01 | Fixed GC guard | mattn | |
| 2013-03-01 | Should be MRB_DATA class. RStruct isn't managed by mruby core. So it should ↵ | mattn | |
| be self-managed class instances. | |||
| 2013-03-01 | Move mrblib for Struct | mattn | |
| 2013-03-01 | Gemify | mattn | |
| 2013-03-01 | Pluggable Struct | mattn | |
| 2013-02-28 | Move Math::TOLERANCE to mruby-math | Daniel Bovensiepen | |
| 2013-02-28 | mv mrgems/mruby-math to mrbgems | Yukihiro Matz Matsumoto | |
| 2013-02-28 | s/mgem/mrbgem/ | Yuichiro MASUI | |
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI | |
| Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb | |||
| 2012-12-26 | replace all slash to backslash in `cd /path/to/folder` for windows. | mattn | |
| 2012-12-24 | Support GEM_LIBS_LIST in Makefile4gem | MATSUMOTO Ryosuke | |
| 2012-12-22 | Merge pull request #668 from matsumoto-r/support_gem_flags_list | Yukihiro "Matz" Matsumoto | |
| Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS | |||
| 2012-12-22 | Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS | MATSUMOTO Ryosuke | |
| Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList | |||
| 2012-12-22 | Added MRUBY_LIBS to mrbgems Makefile | Yuichiro MASUI | |
| 2012-12-22 | Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems | Yuichiro MASUI | |
| 2012-12-18 | Merge pull request #639 from mattn/fix_build | Yukihiro "Matz" Matsumoto | |
| fix build | |||
| 2012-12-18 | "#{MRUBY_ROOT}/mrbgems/g" add to the default search path | Akira Yumiyama | |
| 2012-12-18 | fix build: add LIBS flag. and fix quoted arguments on windows. | mattn | |
| 2012-12-17 | Moved some building script from GNU make to Ruby script | Yuichiro MASUI | |
| Added minirake what's Rake subset | |||
| 2012-12-16 | Merge branch 'master' into use_ruby_for_building | Yuichiro MASUI | |
| 2012-12-16 | Moved some building script from GNU make to Ruby script | Yuichiro MASUI | |
| Added minirake what's Rake subset | |||
| 2012-12-14 | fgetc(3) returns int. | Tomoyuki Sahara | |
| Note: "char" is actually "unsigned char" on some platforms including NetBSD/arm. Comparing char value with EOF(-1) always fails on the platforms. | |||
| 2012-12-11 | Merge pull request #621 from bovi/mrbgems-fixes | Yukihiro "Matz" Matsumoto | |
| Mrbgems Dash Issue and better cleanup | |||
| 2012-12-11 | Fixes the dash issue for pure Ruby GEMs | Daniel Bovensiepen | |
| 2012-12-10 | Merge pull request #618 from iij/pr-generator-off-by-one | Yukihiro "Matz" Matsumoto | |
| fix an off-by-one error in mrbgems generator. | |||
| 2012-12-10 | Merge pull request #617 from mattn/replace_dash | Yukihiro "Matz" Matsumoto | |
| replace all '-' to '_' for mrbc. | |||
| 2012-12-10 | Merge pull request #616 from mattn/fix_generator | Yukihiro "Matz" Matsumoto | |
| fix generator. | |||
| 2012-12-11 | Improve cleanup target for mixed C and Ruby GEMs | Daniel Bovensiepen | |
| 2012-12-11 | fix an off-by-one error. | Tomoyuki Sahara | |
| 2012-12-11 | replace all '-' to '_' for mrbc. | mattn | |
