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
/
include
Age
Commit message (
Expand
)
Author
2014-02-26
resolve conflict
Yukihiro "Matz" Matsumoto
2014-02-24
add MRB_ prefix to STRINGIZE macro
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
Added spaces in version.h macros for complying with C++11
Paolo Bosetti
2014-02-17
more mrb_flo_to_str fixes
cremno
2014-02-17
remove max_digit from mrb_flo_to_str()
Yukihiro "Matz" Matsumoto
2014-02-14
Merge pull request #1705 from takahashim/version-number
Yukihiro "Matz" Matsumoto
2014-02-14
Merge pull request #1703 from cremno/parenthesize-mrbdump-errnos
Yukihiro "Matz" Matsumoto
2014-02-13
MRUBY_VERSION should be only numbers separated by dot, like JRUBY_VERSION or ...
takahashim
2014-02-13
remove mrb_str_literal declaration
cremno
2014-02-13
dump.h: parenthesize negative errnos
cremno
2014-02-12
include mruby/version.h in mruby.h
Tomoyuki Sahara
2014-02-12
array implementation: several small changes
cremno
2014-02-11
add RUBY_ENGINE; ref #576
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
forget to add function prototypes
Yukihiro "Matz" Matsumoto
2014-02-07
add MRUBY_RELEASE info in numbers
Yukihiro "Matz" Matsumoto
2014-02-07
forgot to add new files
Yukihiro "Matz" Matsumoto
2014-02-06
introduce mrb_str_new_lit() to create strings from C string litrals
Yukihiro "Matz" Matsumoto
2014-01-31
use mrb_bool, FALSE and TRUE more
cremno
2014-01-31
rework mruby-objectspace and gc.[ch]
cremno
2014-01-31
Merge pull request #1669 from cremno/copyright-2014
Yukihiro "Matz" Matsumoto
2014-01-31
Merge pull request #1668 from cremno/etc-c-cleanup
Yukihiro "Matz" Matsumoto
2014-01-30
mruby.h: remove mrb_str_format declaration
cremno
2014-01-30
Happy new year! (update copyright year)
cremno
2014-01-30
etc.c: small cleanup (delete unused functions)
cremno
2014-01-31
refactor parser lineno adjustment; ref #1667
Yukihiro "Matz" Matsumoto
2014-01-30
more accurate backtrace lineno
h2so5
2014-01-23
add callback invocation from OP_DEBUG
Yukihiro "Matz" Matsumoto
2014-01-02
Merge pull request #1634 from cremno/use-mrb_fixnum_p
Yukihiro "Matz" Matsumoto
2014-01-02
tiny word boxing optimization
cremno
2014-01-02
NaN boxing: use uintptr_t for bit manipulations
cremno
2013-12-25
avoid copying when the original string comes with MRB_STR_NOFREE
Yukihiro "Matz" Matsumoto
2013-12-25
rename mrb_intern_litral -> mrb_intern_static
Yukihiro "Matz" Matsumoto
2013-12-24
zero copy C literal strings in symbol table
Yukihiro "Matz" Matsumoto
2013-12-24
remove MRB_IREP_ARRAY_INIT_SIZE which is no longer used
Yukihiro "Matz" Matsumoto
2013-12-23
Remove 'mrb_state' field from 'kh_xxx_t' structure.
crimsonwoods
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-27
float objects in pool are objects when MRB_WORD_BOXING is set
Yukihiro "Matz" Matsumoto
2013-11-26
Fix build error for MRB_WORD_BOXING
kyab
2013-11-25
remove MRB_PARSER_BUF_SIZE configuration; close #1596
Yukihiro "Matz" Matsumoto
2013-11-22
Make mrb->arena variable sized. Use MRB_GC_FIXED_ARENA for old behavior.
Yukihiro "Matz" Matsumoto
2013-11-21
declare struct mrb_irep.
Tomoyuki Sahara
2013-11-20
rename API mrb_str_dup_static() -> mrb_str_pool()
Yukihiro "Matz" Matsumoto
2013-11-19
irep->pool struct pool -> mrb_value
Miura Hideki
2013-11-15
add new function mrb_load_irep_file_cxt() and simplifies mruby.c
Yukihiro "Matz" Matsumoto
[next]