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
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
2013-11-15
enum mrb_vtype varies on compile time configuration, namely MRB_NAN_BOXING
Yukihiro "Matz" Matsumoto
2013-11-10
cancel #1565 since it breaks mirb; instead add special treatment to heredocs
Yukihiro "Matz" Matsumoto
2013-11-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-11-08
Merge pull request #1565 from Fleurer/fix1564
Yukihiro "Matz" Matsumoto
2013-11-08
allow irep to be GCed
Yukihiro "Matz" Matsumoto
2013-11-08
nextc(): always return an '\n' at end of input
fleuria
2013-11-07
wrong return value from read_lineno_record()
Yukihiro "Matz" Matsumoto
2013-11-07
irep->pool not to be GCed
Yukihiro "Matz" Matsumoto
2013-11-07
modified to use irep->reps to reference child ireps. preparation for
Yukihiro "Matz" Matsumoto
2013-11-05
resolved conflicts and updated to latest return value change of mrb_generate_...
Yukihiro "Matz" Matsumoto
2013-11-03
refactor mrb_context_run()
fleuria
2013-11-03
introduce mrb_context_run()
fleuria
2013-11-02
change return value from mrb_generate_code()
Yukihiro "Matz" Matsumoto
2013-11-01
changed argument type of mrb_ary_modify(); ref #1554
Yukihiro "Matz" Matsumoto
2013-10-31
add mrb_ary_modify(mrb,a); you have to ensure mrb_value a to be an array; ref...
Yukihiro "Matz" Matsumoto
2013-10-27
Uniquify the results of Object#methods
h2so5
2013-10-15
better error position display
Yukihiro "Matz" Matsumoto
2013-10-10
add mrb_gv_remove(); untested
Yukihiro "Matz" Matsumoto
2013-09-28
Remove function delaration not implemented in code
Dusan D. Majkic
2013-09-25
Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfix
Yukihiro "Matz" Matsumoto
2013-09-25
change type of mrb->c->status from uint8_t to enum mrb_fiber_state; #1511
Yukihiro "Matz" Matsumoto
2013-09-22
fix bugs on Heredocument
FUKUZAWA-Tadashi
2013-09-21
rename voidp to cptr
Yukihiro "Matz" Matsumoto
2013-09-21
voidp should be an Object; close #1508
Yukihiro "Matz" Matsumoto
2013-09-20
rename node->filename to node->filename_index
Yukihiro "Matz" Matsumoto
2013-09-16
remove executable bit from include/mruby/dump.h file
Thomas Schmidt
2013-09-03
MSVC: compilation works again (+minor style fixes)
Cremno
2013-09-02
support c++ in mruby/debug.h
take_cheeze
2013-09-02
rename debug function name
take_cheeze
2013-09-02
reduce node size
take_cheeze
2013-09-02
use uint16_t for line type
take_cheeze
2013-09-02
support multiple filename in irep
take_cheeze
2013-09-02
add verbose_backtrace
take_cheeze
2013-08-29
Removed unnecessary #undef ISPRINT in include/mruby.h
Paolo Bosetti
2013-08-27
Merge pull request #1491 from dmajkic/master
Yukihiro "Matz" Matsumoto
2013-08-27
Remove function delarations not implemented in code
Dusan D. Majkic
2013-08-23
add mrb_string_type().
Tomoyuki Sahara
2013-08-15
use newer DATA API
Yukihiro "Matz" Matsumoto
2013-08-15
redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR(...
Yukihiro "Matz" Matsumoto
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-08-12
use CHAR_BIT instead of bare 8
Yukihiro "Matz" Matsumoto
2013-08-12
move (void) cast after declarations
Yukihiro "Matz" Matsumoto
2013-08-10
Silence 'unused parameter' warnings
Jonas Kulla
2013-08-08
allow turning off GC generational mode by default by MRB_GC_TURN_OFF_GENERATI...
Yukihiro "Matz" Matsumoto
2013-08-07
use intptr_t instead of int64_t for 32bit platforms
Yukihiro "Matz" Matsumoto
2013-08-07
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
Yukihiro "Matz" Matsumoto
2013-08-04
fix bugs in comment
Yuichi Nishiwaki
[next]