summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-05-13Merge pull request #116 from pbosetti/masterYukihiro "Matz" Matsumoto
2012-05-13emulate gmtime_r/localtime_r by gmtime_s/localtime_s on WindowsYukihiro Matsumoto
2012-05-12Replaced C++ style commentsPaolo Bosetti
2012-05-12Added src/math.c. Also, edited src/init.c in order to load the Math module.Paolo Bosetti
2012-05-12Merge pull request #117 from k-tsj/toplevel-returnYukihiro "Matz" Matsumoto
2012-05-12Merge pull request #118 from k-tsj/move-stack-valuesYukihiro "Matz" Matsumoto
2012-05-12Merge pull request #120 from monaka/pr-printf-format-20110511Yukihiro "Matz" Matsumoto
2012-05-12Simplify while loop in peek_n().Masaki Muranaka
2012-05-12Use %d instead of %ld in case the type of parameter is int.Masaki Muranaka
2012-05-12Raise LocalJumpError when returning from top-levelKazuki Tsujimoto
2012-05-12Move stack values to heap whenever ci is poppedKazuki Tsujimoto
2012-05-11begin/end block should be isolated from outside; ported from CRuby r35620Yukihiro Matsumoto
2012-05-11remove unused #includeYukihiro Matsumoto
2012-05-10remove encode_class and converter_class from mrb_stateYukihiro Matsumoto
2012-05-10remove regex_class and match_class from mrb_stateYukihiro Matsumoto
2012-05-10remove mrb->range_classYukihiro Matsumoto
2012-05-10mrb_run to return last evaluated valueYukihiro Matsumoto
2012-05-10remove code moved to mrblib/array.rbYukihiro Matsumoto
2012-05-10remove INCLUDE_REGEXP dependency from array.cYukihiro Matsumoto
2012-05-10fix typosasaki takeru
2012-05-09temporal VC patch from nkshigeruYukihiro Matsumoto
2012-05-09remove duplicated document commentYukihiro Matsumoto
2012-05-09clean enum.cYukihiro Matsumoto
2012-05-09move body of Comparison from compar.c to compar.rbYukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-05-09remove __APPLE__Yukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-05-09use DIRECT_THREADED only on GCCYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-05-09should not call round(3); close #109Yukihiro Matsumoto
2012-05-08add Class#inherited hookYukihiro Matsumoto
2012-05-08move declaration in the middleYukihiro Matsumoto
2012-05-08fix #ifdef to pass on windows.mattn
2012-05-08allow compilation without INCLUDE_ENCODING; close #105; encoding support shou...Yukihiro Matsumoto
2012-05-08rename current_time -> current_mrb_timeYukihiro Matsumoto
2012-05-08add 1usec to differentiate two timesYukihiro Matsumoto
2012-05-08rename macros NO_USE_ -> NO_Yukihiro Matsumoto
2012-05-07update time configuration; now config macros can be supplied by -D compiler o...Yukihiro Matsumoto
2012-05-07use portable gmtimeYukihiro Matsumoto
2012-05-07Merge pull request #99 from MobiRuby/const_missingYukihiro "Matz" Matsumoto
2012-05-07rename ALIGN macrosYukihiro Matsumoto
2012-05-07Merge pull request #87 from MobiRuby/pool_alloc_alignYukihiro "Matz" Matsumoto
2012-05-07gc should handle regexp and match objectsYukihiro Matsumoto
2012-05-07initialize_copy: copy destination object may not be intializedYukihiro Matsumoto
2012-05-07Merge pull request #104 from mattn/gmtime_rYukihiro "Matz" Matsumoto
2012-05-07RRegexp.src should not be mrb_valueYukihiro Matsumoto
2012-05-07RMatch.src should not be mrb_valueYukihiro Matsumoto
2012-05-07RMatch.regexp should not be mrb_valueYukihiro Matsumoto
2012-05-07remove unused codeYukihiro Matsumoto
2012-05-07argument type of mrb_gc_free_ht() has changedYukihiro Matsumoto