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
/
mruby.h
Age
Commit message (
Expand
)
Author
2014-03-12
add mrb_strlen_lit which makes _lit macros safer
cremno
2014-03-01
support c++ exception
take_cheeze
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-03-01
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...
Yukihiro "Matz" Matsumoto
2014-02-12
include mruby/version.h in mruby.h
Tomoyuki Sahara
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-06
introduce mrb_str_new_lit() to create strings from C string litrals
Yukihiro "Matz" Matsumoto
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-23
add callback invocation from OP_DEBUG
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-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-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-07
wrong return value from read_lineno_record()
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-11-03
refactor mrb_context_run()
fleuria
2013-11-03
introduce mrb_context_run()
fleuria
2013-10-15
better error position display
Yukihiro "Matz" Matsumoto
2013-09-28
Remove function delaration not implemented in code
Dusan D. Majkic
2013-09-25
change type of mrb->c->status from uint8_t to enum mrb_fiber_state; #1511
Yukihiro "Matz" Matsumoto
2013-09-02
add verbose_backtrace
take_cheeze
2013-08-29
Removed unnecessary #undef ISPRINT in include/mruby.h
Paolo Bosetti
2013-08-27
Remove function delarations not implemented in code
Dusan D. Majkic
2013-08-15
add compatibility macro mrb_class_new_instance()
Yukihiro "Matz" Matsumoto
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-07-25
introduce mrb_assert() in mruby.h
fleuria
2013-07-24
restore once removed mrb_garbage_collect()
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step
Yukihiro "Matz" Matsumoto
2013-07-24
rename variable_gray_list to atomic_gray_list
fleuria
2013-07-24
rename mrb_garbage_collect() to mrb_full_gc()
fleuria
2013-07-15
Repalace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-14
Replace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-07
Change parameter type to suppress -Wsign-compare warnings
Kazuki Tsujimoto
2013-07-04
Add comments in mrb_state struct.
Jun Hiroe
2013-07-01
Add mrb_class_get_under()
h2so5
2013-06-28
refactor mrb_realloc()
fleuria
2013-06-25
add mrb_malloc_simple() that returns NULL on error
Yukihiro "Matz" Matsumoto
2013-06-10
restructure header files; move non config lines away from mrbconf.h
Yukihiro "Matz" Matsumoto
2013-05-26
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-26
mruby error messages should be directed to stderr
Yukihiro "Matz" Matsumoto
2013-05-23
manage fiber status (create|running|resumed|terminated)
Yukihiro "Matz" Matsumoto
[next]