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
Age
Commit message (
Expand
)
Author
2014-02-26
Merge pull request #1748 from cubicdaiya/issues/optim_get_valid_iv_sym
Yukihiro "Matz" Matsumoto
2014-02-26
Merge pull request #1747 from cubicdaiya/issues/use_mrb_intern_lit
Yukihiro "Matz" Matsumoto
2014-02-26
fix bug for get_valid_iv_sym
cubicdaiya
2014-02-26
use mrb_intern_lit instead of mrb_intern_cstr for C string literals
cubicdaiya
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-02-26
resolve conflict
Yukihiro "Matz" Matsumoto
2014-02-25
clarify fallthrough in the switch statement
Yukihiro "Matz" Matsumoto
2014-02-25
initialize sname before interning
Yukihiro "Matz" Matsumoto
2014-02-25
avoid accessing uninitialized string; ref ac936fc
Yukihiro "Matz" Matsumoto
2014-02-25
Merge pull request #1721 from take-cheeze/d_format_spec
Yukihiro "Matz" Matsumoto
2014-02-23
move declaration to the top of the block; ref #1727
Yukihiro "Matz" Matsumoto
2014-02-22
add src/error.h for compatibility reason
Yukihiro "Matz" Matsumoto
2014-02-22
preserve significands in float-string conversion
h2so5
2014-02-22
powered num may be infinite in float-string conversion
Yukihiro "Matz" Matsumoto
2014-02-21
add 'd' format specifier to get data pointer directly from mrb_get_args
take_cheeze
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze
2014-02-18
mrb_flo_to_str: internal linkage
cremno
2014-02-17
iv_size (non-seglist): return 0 if t is NULL
cremno
2014-02-17
more mrb_flo_to_str fixes
cremno
2014-02-17
use double instead of mrb_float (that may be single precision float) to reduc...
Yukihiro "Matz" Matsumoto
2014-02-17
remove trailing zeros from float string representation
Yukihiro "Matz" Matsumoto
2014-02-17
define FLO_EPSILON depends on float/double
Yukihiro "Matz" Matsumoto
2014-02-17
remove max_digit from mrb_flo_to_str()
Yukihiro "Matz" Matsumoto
2014-02-17
small refactoring; direct return
Yukihiro "Matz" Matsumoto
2014-02-17
use powf() instead of pow() on MRB_USE_FLOAT
Yukihiro "Matz" Matsumoto
2014-02-17
fdigit may be negative due to error if mrb_float is 32bit (e.g. 10**36 on 32b...
Yukihiro "Matz" Matsumoto
2014-02-17
fix mrb_flo_to_str() exponent problem
h2so5
2014-02-16
Merge pull request #1710 from takkaw/flo_to_str
Yukihiro "Matz" Matsumoto
2014-02-15
normalize NaN after division that may generate NaN; fix #1712
Yukihiro "Matz" Matsumoto
2014-02-15
modify mrb_to_str() in order to display big float number
takkaw
2014-02-14
clearn up warning in hash.c
Li Yazhou
2014-02-14
Merge pull request #1702 from cremno/hash-hash-ext-changes
Yukihiro "Matz" Matsumoto
2014-02-13
mrb_str_cat2: deprecated since 0cedf8f
cremno
2014-02-13
hash / hash-ext: various small changes
cremno
2014-02-13
remove direct inclusion of mruby/version.h from version.c; #1698
Yukihiro "Matz" Matsumoto
2014-02-12
Merge pull request #1697 from cremno/array-changes
Yukihiro "Matz" Matsumoto
2014-02-12
Merge pull request #1695 from cremno/clang-and-icl-define-direct-threaded
Yukihiro "Matz" Matsumoto
2014-02-12
array implementation: several small changes
cremno
2014-02-11
Clang and ICC/ICL: define DIRECT_THREADED
cremno
2014-02-11
add RUBY_ENGINE; ref #576
Yukihiro "Matz" Matsumoto
2014-02-09
Fix Kernel#global_variables for $1-$9
Pavel
2014-02-09
initialize ci->stackent at the top; #1691
Yukihiro "Matz" Matsumoto
2014-02-09
Merge branch 'original2' of https://github.com/miura1729/mruby into miura1729...
Yukihiro "Matz" Matsumoto
2014-02-09
Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUE
Yukihiro "Matz" Matsumoto
2014-02-09
Store raw stack address in callinfo instead of offset from stbas
Miura Hideki
2014-02-08
made mrb_define_class to return existing class, with heavy refactoring
Yukihiro "Matz" Matsumoto
2014-02-08
rename mrb_name_class and make it static
Yukihiro "Matz" Matsumoto
2014-02-07
forgot to add new files
Yukihiro "Matz" Matsumoto
2014-02-07
move version info from gems to core; ref #576 #1684
Yukihiro "Matz" Matsumoto
2014-02-06
Merge pull request #1688 from cubicdaiya/issues/unnecessary_semicolon
Yukihiro "Matz" Matsumoto
[next]