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
Age
Commit message (
Expand
)
Author
2014-11-26
Merge pull request #2652 from cremno/mrdb-add-missing-null-termination
Yukihiro "Matz" Matsumoto
2014-11-26
free memory used by breakpoints
cremno
2014-11-26
free return value of dirname()
cremno
2014-11-25
Merge pull request #2644 from cremno/mrdb-minor-changes
Hiroshi Mimaki
2014-11-25
add missing null-termination
cremno
2014-11-23
Fix String#slice! raise TypeError or return invalid value.
TOMITA Masahiro
2014-11-22
use mrb_str_xxx_lit for mrdb.
Tatsuhiko Kubo
2014-11-20
remove const type qualifier
cremno
2014-11-20
don't convert function pointer to object pointer
cremno
2014-11-20
remove cast
cremno
2014-11-20
fix heap-use-after-free
cremno
2014-11-18
Add mruby debugger (mrdb)
mimaki
2014-10-31
Under cygwin host, ncurses.a is only available instead of termcap.a.
M.Naruoka
2014-10-29
use mrb_get_args to parse Integer() option; ref #2625
Yukihiro "Matz" Matsumoto
2014-10-29
Add Kernel.Integer
Jun Hiroe
2014-10-24
Add Kernel.Float
Jun Hiroe
2014-10-21
Add Kernel.Hash
Jun Hiroe
2014-10-20
Add Kernel.String
Jun Hiroe
2014-10-19
Refactor mrb_f_array func
Jun Hiroe
2014-10-19
refactoring C part of #2611
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-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-02
remove accidental check-in of mruby-thread gem
Yukihiro "Matz" Matsumoto
2014-10-02
cast MRB_ENV_STACK_LEN to (mrb_int); ref #2600
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-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-19
change class argument of mrb_const_defined_at from `struct RClass*` to `mrb_v...
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
2014-09-19
Merge pull request #2594 from yasuyuki/hash
Yukihiro "Matz" Matsumoto
2014-09-18
copy documentation comment from CRuby
INOUE Yasuyuki
2014-09-18
remove line number from raise message
INOUE Yasuyuki
2014-09-18
refactor Hash generator loop
INOUE Yasuyuki
2014-09-12
constify pointer from RARRAY_PTR to detect potential write barrier bugs.
Yukihiro "Matz" Matsumoto
2014-09-06
implement Hash.[]
INOUE Yasuyuki
2014-09-04
refactor MACRO to avoid local variable name conflict; ref #2585
Yukihiro "Matz" Matsumoto
2014-09-04
get rid of shadowing variables (mrbgems)
cremno
2014-09-02
move mrb_proc_new_cfunc_with_env() to the core
Yukihiro "Matz" Matsumoto
2014-08-29
Merge pull request #2570 from cubicdaiya/issues/unify_duplicated_functions
Yukihiro "Matz" Matsumoto
2014-08-29
Fix mismatches for MRB_API declarations.
Tatsuhiko Kubo
2014-08-28
Rename functions for avoinding symbol confiliction.
Tatsuhiko Kubo
2014-08-28
Unify duplicated functions (noregexp() and regexp_check()).
Tatsuhiko Kubo
2014-08-25
Remove spaces in end-of-line.
Tatsuhiko Kubo
2014-08-22
Use sizeof() instead of strlen().
Tatsuhiko Kubo
2014-08-22
Update math.c
bggd
[next]