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
Age
Commit message (
Expand
)
Author
2014-10-23
Merge pull request #2617 from suzukaze/add-kernel.Hash
Yukihiro "Matz" Matsumoto
2014-10-21
Add Kernel.Hash
Jun Hiroe
2014-10-21
Merge pull request #2616 from suzukaze/add-kernel.String
Yukihiro "Matz" Matsumoto
2014-10-20
Add Kernel.String
Jun Hiroe
2014-10-20
instance_methods etc should not include undef'ed method names; based on a pat...
Yukihiro "Matz" Matsumoto
2014-10-20
Merge pull request #2612 from suzukaze/refactor-mrb_f_array
Yukihiro "Matz" Matsumoto
2014-10-19
Refactor mrb_f_array func
Jun Hiroe
2014-10-19
refactoring C part of #2611
Yukihiro "Matz" Matsumoto
2014-10-19
Merge pull request #2611 from suzukaze/add-kernel.Array
Yukihiro "Matz" Matsumoto
2014-10-19
Add Kernel.Array
Jun Hiroe
2014-10-18
need addtional type check to avoid SEGV; ref #2609
Yukihiro "Matz" Matsumoto
2014-10-17
context proc may be cfunc; fix #2609
Yukihiro "Matz" Matsumoto
2014-10-15
remove header prototype of mrb_exc_print; close #2607
Yukihiro "Matz" Matsumoto
2014-10-15
Merge pull request #2608 from mrbrdo/fix-typo
Yukihiro "Matz" Matsumoto
2014-10-15
fix typo (i->idx)
Jan Berdajs
2014-10-03
add similar range check for tm->usec as well
Yukihiro "Matz" Matsumoto
2014-10-03
always check range before casting time_t to mrb_int
Yukihiro "Matz" Matsumoto
2014-10-03
time_t may overflow mrb_int when word boxing is used
Yukihiro "Matz" Matsumoto
2014-10-03
word_boxing.h used int to represent symbols; use mrb_sym instead
Yukihiro "Matz" Matsumoto
2014-10-02
Merge pull request #2602 from Hiroyuki-Matsuzaki/fix_cygwin_gcc_warning
Yukihiro "Matz" Matsumoto
2014-10-02
remove accidental check-in of mruby-thread gem
Yukihiro "Matz" Matsumoto
2014-10-02
fixed. cygwin-gcc(ver4.8.3) warning in conv_digit()
Hiroyuki Matsuzaki
2014-10-02
Merge pull request #2601 from mimaki/mrblib_absolute_path
Yukihiro "Matz" Matsumoto
2014-10-02
cast MRB_ENV_STACK_LEN to (mrb_int); ref #2600
Yukihiro "Matz" Matsumoto
2014-10-02
Merge pull request #2600 from mimaki/fix_msvc_warnings
Yukihiro "Matz" Matsumoto
2014-10-02
Change mrblib's source path to absolute path
Hiroshi Mimaki
2014-10-02
Pacify MSVC warnings for numeric.c, proc.c, and symbol.c
Hiroshi Mimaki
2014-10-02
use __init_array_start to determine readonly data section;
Yukihiro "Matz" Matsumoto
2014-10-01
load.c to use mrb_ro_data_p()
Yukihiro "Matz" Matsumoto
2014-09-30
mrbconf.h option MRB_USE_ETEXT_EDATA to reduce memory.
Yukihiro "Matz" Matsumoto
2014-09-30
mrb_sym2name_len() should initialize lenp even when proper symbol does not exist
Yukihiro "Matz" Matsumoto
2014-09-30
remove unnecessary trailing comma to remove pre C99 declaration error with -W...
Yukihiro "Matz" Matsumoto
2014-09-30
O(1) mrb_sym2name_len(); close #2591
Yukihiro "Matz" Matsumoto
2014-09-30
Merge pull request #2599 from SatoshiOdawara/fix_target_class_in_instance_eval
Yukihiro "Matz" Matsumoto
2014-09-30
Merge pull request #2598 from SatoshiOdawara/fix_lv_scope_eval
Yukihiro "Matz" Matsumoto
2014-09-29
target_class should not be TT_ICLASS in instance_eval(string); ref #1152
Satoshi Odawara
2014-09-29
fixed. closures scope in eval(string)
Satoshi Odawara
2014-09-28
Merge pull request #2597 from kou/remove-duplicated-declaration
Yukihiro "Matz" Matsumoto
2014-09-27
Remove duplicated mrb_print_backtrace() declaration
Kouhei Sutou
2014-09-21
Merge pull request #2596 from take-cheeze/fix_args
Yukihiro "Matz" Matsumoto
2014-09-21
Fix `mrb_get_args` arguments types found by mruby-clang-plugin.
take_cheeze
2014-09-21
Merge pull request #2595 from drbrain/80_column_README
Yukihiro "Matz" Matsumoto
2014-09-21
Wrap CONTRIBUTING.md to 80 columns
Eric Hodel
2014-09-21
Wrap INSTALL to 80 columns
Eric Hodel
2014-09-21
Wrap README.md to 80 columns
Eric Hodel
2014-09-19
code reduce by using mrb_get_args("n")
Yukihiro "Matz" Matsumoto
2014-09-19
`Module#const_defined?` to take second optional argument as CRuby; fix #2593
Yukihiro "Matz" Matsumoto
2014-09-19
change class argument of mrb_const_defined_at from `struct RClass*` to `mrb_v...
Yukihiro "Matz" Matsumoto
2014-09-19
const_defined? to check superclasses; ref #2593
Yukihiro "Matz" Matsumoto
2014-09-19
to_hash/to_a check in Hash[] should only be done when only one argument is gi...
Yukihiro "Matz" Matsumoto
[prev]
[next]