summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-22* ext/socket: use rsock_ prefix for internal initialization functions.akr
2010-03-22add a test.wanabe
2010-03-22* proc.c (rb_method_location): return attr's location if it is setup.wanabe
2010-03-22 * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf
2010-03-22update doc.akr
2010-03-22* configure.in (RMDIRS): use rmdir -p if possible.nobu
2010-03-22* Makefile.in ({dist,real}clean-ext): fix for removing extnobu
2010-03-22update doc.akr
2010-03-22update doc.akr
2010-03-22update doc.akr
2010-03-22* ext/socket/.document: extracted from ext/.document.akr
2010-03-21* ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr
2010-03-21* symbian/setup (config.h): RUBY_EXEC_PREFIX defined.azav
2010-03-21* 2010-03-22svn
2010-03-21* symbian/setup (config.h): RUBY_EXEC_PREFIX defined.azav
2010-03-21* lib/uri/common.rb (URI.encode_www_form_component):naruse
2010-03-21* lib/resolv-replace.rb: specify super class for rdoc.akr
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-21* ext/socket: make sources rdoc friendly.akr
2010-03-21* io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu
2010-03-21* tool/transcode-tblgen.rb: reuse hash object.akr
2010-03-21* tool/transcode-tblgen.rb (transcode_compile_tree): makeakr
2010-03-21* io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu
2010-03-21* 2010-03-21svn
2010-03-21* object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.akr
2010-03-20* string.c (rb_str_sum): use UCHAR_MAX.akr
2010-03-20* tool/transcode-tblgen.rb (ActionMap.unambiguous_action): useakr
2010-03-20* test/dl/test_handle.rb: skip some tests on mswin/mingw.wanabe
2010-03-20add tests.akr
2010-03-20* array.c (rb_ary_uniq_bang): the array is already unique if theakr
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2010-03-20* tool/transcode-tblgen.rb (each_firstbyte_range): tuned for lessakr
2010-03-19* test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr)wanabe
2010-03-19* ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe
2010-03-19* test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64.wanabe
2010-03-19* 2010-03-20svn
2010-03-19* test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function.wanabe
2010-03-19update rdoc.akr
2010-03-18add test.akr
2010-03-18* 2010-03-19svn
2010-03-18* string.c (rb_str_sum): don't call method for each byte.akr
2010-03-18* Makefile.in (miniruby): link $(NORMALMAINOBJ).nobu
2010-03-18* tool/transcode-tblgen.rb: scan singleton mappings sequentially.akr
2010-03-18Add NEWS and fix ChangeLog.naruse
2010-03-17* configure.in (RUBY_EXEC_PREFIX): added to config.h.nobu
2010-03-17* ext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2}):nobu
2010-03-17* parse.y (rb_intern3): get rid of type-punning cast.nobu
2010-03-17* compile.c (iseq_build_body): add mark to jump table hash of case.mame
2010-03-17* util.c (ruby_strtod): Add support for Hexadecimalnaruse
2010-03-17fix typos.akr