summaryrefslogtreecommitdiffhomepage
path: root/mrblib
AgeCommit message (Collapse)Author
2012-12-19Update Array#each to be slightly faster.Ryan Scott Lewis
2012-12-16Fix a typo in commentYoji SHIDARA
elment -> element
2012-12-09Added LDFLAGS to MakefilesYuichiro MASUI
2012-12-07mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024Yukihiro Matz Matsumoto
2012-11-02delete needless output in String#[]=skandhas
2012-11-01String#each_byte to use String#bytes; close #508Yukihiro Matsumoto
2012-10-29IO.printf returns nil on CRubyTomoyuki Sahara
2012-10-19wrong check of argument numbersYukihiro Matsumoto
2012-10-19add symbol style to Enumerable#injectYukihiro Matsumoto
2012-10-19Enumerable#inject should handle empty enumerable; ↵Yukihiro Matsumoto
http://www.tbn.co.jp/blog/?p=813
2012-09-29Remove extern mrb_top_self. It is declared in mruby.h.Masaki Muranaka
2012-09-15Integer#step addedYukihiro Matsumoto
2012-09-15Numeric#{upto,downto}: limit may not be an integerYukihiro Matsumoto
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-09-09mrb might be intialized incompletely from mrbc; close #457Yukihiro Matsumoto
2012-08-13`puts` should print "\n" only when the argument does not end with "\n".Masamitsu MURASE
2012-07-17print.rb: raise NotImplementedError for disabled methodsYukihiro Matsumoto
2012-07-15condition updated to preven printf from sprintf redefinitionYukihiro Matsumoto
2012-06-27raise NoImplementedError also for sprintf in case it isn't availableDaniel Bovensiepen
2012-06-27raise NotImplementedError in case of sprintf is missingDaniel Bovensiepen
2012-06-26raise NotImplementedError from regexp related string methods; close #319Yukihiro Matsumoto
2012-06-24avoid generating iv name each time in accessorsYukihiro Matsumoto
2012-06-22fixed attr_*: forgot '@'Yuichiro MASUI
2012-06-21Make printf optional based on sprintfDaniel Bovensiepen
2012-06-21Only open struct class if there is actually already a classDaniel Bovensiepen
2012-06-20add printf methodYukihiro Matsumoto
2012-06-20__send__ addedYukihiro Matsumoto
2012-06-20ISO conforming lambdaYukihiro Matsumoto
2012-06-20add Module#{attr,attr_reader,attr_writer,attr_accessor}; close #257Yukihiro Matsumoto
2012-06-17Merge pull request #297 from bovi/improve-cflag-choiceYukihiro "Matz" Matsumoto
Make CFLAG choices in Makefiles more flexible
2012-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-06-18move exception definiton to mrblibYukihiro Matsumoto
2012-06-15remove LoadErrorYukihiro Matsumoto
2012-06-15Move Subclasses of ScriptError to mrblib.Masaki Muranaka
2012-06-12Kernel.eval to raise NotImplementedErrorYukihiro Matsumoto
2012-06-12remove Ruby version of Kernel#instance_evalYukihiro Matsumoto
2012-06-03puts should return nil; close #215Yukihiro Matsumoto
2012-06-03stupid naming errorYukihiro Matsumoto
2012-06-02add Hash#{select/reject} to return Hash as 1.9Yukihiro Matsumoto
2012-06-02remove print and puts from kernel.rbYukihiro Matsumoto
2012-06-01remove Ruby define send from kernel.rbYukihiro Matsumoto
2012-06-01add Kernel#sendYuichiro MASUI
2012-05-28Merge pull request #201 from thecodeshop/rm-cmake-tgtYukihiro "Matz" Matsumoto
remove extraneous cmake build targets
2012-05-28should compile all mrblib filesYukihiro Matsumoto
2012-05-27Remove unnecessary mrblib object build targetJon
2012-05-27Add documentation to ComparableDaniel Bovensiepen
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-22Add native and cross compiling CMake build supportJon
2012-05-22First cmake build system. Works on Linux.Beoran
2012-05-18implement Kernel#p in RubyYukihiro Matsumoto