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
2012-05-13
Merge pull request #116 from pbosetti/master
Yukihiro "Matz" Matsumoto
2012-05-13
emulate gmtime_r/localtime_r by gmtime_s/localtime_s on Windows
Yukihiro Matsumoto
2012-05-12
Replaced C++ style comments
Paolo Bosetti
2012-05-12
Added src/math.c. Also, edited src/init.c in order to load the Math module.
Paolo Bosetti
2012-05-12
Merge pull request #117 from k-tsj/toplevel-return
Yukihiro "Matz" Matsumoto
2012-05-12
Merge pull request #118 from k-tsj/move-stack-values
Yukihiro "Matz" Matsumoto
2012-05-12
Merge pull request #120 from monaka/pr-printf-format-20110511
Yukihiro "Matz" Matsumoto
2012-05-12
Simplify while loop in peek_n().
Masaki Muranaka
2012-05-12
Use %d instead of %ld in case the type of parameter is int.
Masaki Muranaka
2012-05-12
Raise LocalJumpError when returning from top-level
Kazuki Tsujimoto
2012-05-12
Move stack values to heap whenever ci is popped
Kazuki Tsujimoto
2012-05-11
begin/end block should be isolated from outside; ported from CRuby r35620
Yukihiro Matsumoto
2012-05-11
remove unused #include
Yukihiro Matsumoto
2012-05-10
remove encode_class and converter_class from mrb_state
Yukihiro Matsumoto
2012-05-10
remove regex_class and match_class from mrb_state
Yukihiro Matsumoto
2012-05-10
remove mrb->range_class
Yukihiro Matsumoto
2012-05-10
mrb_run to return last evaluated value
Yukihiro Matsumoto
2012-05-10
remove code moved to mrblib/array.rb
Yukihiro Matsumoto
2012-05-10
remove INCLUDE_REGEXP dependency from array.c
Yukihiro Matsumoto
2012-05-10
fix typo
sasaki takeru
2012-05-09
temporal VC patch from nkshigeru
Yukihiro Matsumoto
2012-05-09
remove duplicated document comment
Yukihiro Matsumoto
2012-05-09
clean enum.c
Yukihiro Matsumoto
2012-05-09
move body of Comparison from compar.c to compar.rb
Yukihiro Matsumoto
2012-05-09
move declaration in the middle
Yukihiro Matsumoto
2012-05-09
remove __APPLE__
Yukihiro Matsumoto
2012-05-09
move declaration in the middle
Yukihiro Matsumoto
2012-05-09
use DIRECT_THREADED only on GCC
Yukihiro Matsumoto
2012-05-09
partial VC support
Yukihiro Matsumoto
2012-05-09
should not call round(3); close #109
Yukihiro Matsumoto
2012-05-08
add Class#inherited hook
Yukihiro Matsumoto
2012-05-08
move declaration in the middle
Yukihiro Matsumoto
2012-05-08
fix #ifdef to pass on windows.
mattn
2012-05-08
allow compilation without INCLUDE_ENCODING; close #105; encoding support shou...
Yukihiro Matsumoto
2012-05-08
rename current_time -> current_mrb_time
Yukihiro Matsumoto
2012-05-08
add 1usec to differentiate two times
Yukihiro Matsumoto
2012-05-08
rename macros NO_USE_ -> NO_
Yukihiro Matsumoto
2012-05-07
update time configuration; now config macros can be supplied by -D compiler o...
Yukihiro Matsumoto
2012-05-07
use portable gmtime
Yukihiro Matsumoto
2012-05-07
Merge pull request #99 from MobiRuby/const_missing
Yukihiro "Matz" Matsumoto
2012-05-07
rename ALIGN macros
Yukihiro Matsumoto
2012-05-07
Merge pull request #87 from MobiRuby/pool_alloc_align
Yukihiro "Matz" Matsumoto
2012-05-07
gc should handle regexp and match objects
Yukihiro Matsumoto
2012-05-07
initialize_copy: copy destination object may not be intialized
Yukihiro Matsumoto
2012-05-07
Merge pull request #104 from mattn/gmtime_r
Yukihiro "Matz" Matsumoto
2012-05-07
RRegexp.src should not be mrb_value
Yukihiro Matsumoto
2012-05-07
RMatch.src should not be mrb_value
Yukihiro Matsumoto
2012-05-07
RMatch.regexp should not be mrb_value
Yukihiro Matsumoto
2012-05-07
remove unused code
Yukihiro Matsumoto
2012-05-07
argument type of mrb_gc_free_ht() has changed
Yukihiro Matsumoto
[next]