summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-07Merge pull request #107 from mattn/fix_ifdef_gmtime_rYukihiro "Matz" 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-07define print and printf in mrblibYukihiro 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
2012-05-07Merge pull request #103 from iwadon/intptr_t-instead-of-intYukihiro "Matz" Matsumoto
2012-05-07intptr_t uses to cast only.Hiroyuki Iwatsuki
2012-05-07remove warning.mattn
2012-05-07time functions on windows.mattn
2012-05-06Merge pull request #102 from MobiRuby/add_constYukihiro "Matz" Matsumoto
2012-05-06Merge pull request #101 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-06add const to char*Yuichiro MASUI
2012-05-06Add ISO mark to Kernel.lambdaDaniel Bovensiepen
2012-05-06Forgot ISO Reference Code of Range - EnumerableDaniel Bovensiepen
2012-05-06Some fixes for the Documentation of Hash and KernelDaniel Bovensiepen
2012-05-06Add documentation to RangeDaniel Bovensiepen
2012-05-06Modify documentation of NumericDaniel Bovensiepen
2012-05-06Add documentation to KernelDaniel Bovensiepen
2012-05-06Add documentation to HashDaniel Bovensiepen
2012-05-06Modify documentation of ArrayDaniel Bovensiepen
2012-05-06test_time should passYukihiro Matsumoto
2012-05-06mrb_get_arg(i/f) should set zero from nilYukihiro Matsumoto
2012-05-05Merge pull request #93 from k-tsj/fix-splat-segvYukihiro "Matz" Matsumoto
2012-05-06Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-06Time class available; based on code from @beoran; sorry for jumbo patchYukihiro Matsumoto
2012-05-05Merge pull request #100 from k-tsj/remove-debug-messageYukihiro "Matz" Matsumoto
2012-05-06Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-05Remove debug messageKazuki Tsujimoto
2012-05-05more hash refactoredYukihiro Matsumoto
2012-05-05hash refactoredYukihiro Matsumoto
2012-05-05use int8_t for ttYukihiro Matsumoto
2012-05-05remove unused argc checkYukihiro Matsumoto
2012-05-05typo fixedYukihiro Matsumoto
2012-05-05mrb_get_args(i) should convert using to_intYukihiro Matsumoto
2012-05-05mrb_get_args(f) should convert using to_fYukihiro Matsumoto