summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-09-02* eval.c (rb_eval): should handle when in else clause. a patchmatz
2006-09-02* common.mk (ia64.o): use the compiler driver to assemble ia64.sakr
2006-09-02 * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dumpnahi
2006-09-02 * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)nahi
2006-09-012006-09-02akr
2006-09-01update modified time.akr
2006-09-01string.c (rb_str_resize): typo fixedmatz
2006-09-01* ruby.h (RSTRING_EMBED_LEN_MASK): uses 5 bits to support 64bitmatz
2006-09-01* string.c (rb_str_resize): should copy embedded string tomatz
2006-09-01* ext/socket/socket.c (socks_init): typo fixed. a patch from Svenmatz
2006-09-01* array.c (rb_ary_shuffle): RDoc fixed.eban
2006-09-01* ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai
2006-09-01* lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz
2006-09-012006-09-01matz
2006-09-01* lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz
2006-08-31* lib/mkmf.rb (configuration): follow nil.to_s.nobu
2006-08-31* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa
2006-08-31* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa
2006-08-31* file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-31* array.c (rb_ary_shuffle_bang): new method.matz
2006-08-31* ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai
2006-08-312006-08-31why
2006-08-31* eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why
2006-08-30* gc.c (gc_sweep): typo fixed.matz
2006-08-30* object.c (rb_Integer): Integer(nil) should raise TypeError.matz
2006-08-30* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-302006-08-30nobu
2006-08-30* numeric.c (flo_hash): improve collision.nobu
2006-08-292006-08-29nobu
2006-08-29* hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu
2006-08-28Document and fix my commit.drbrain
2006-08-28Revert.drbrain
2006-08-28Add digest.cdrbrain
2006-08-28Make RDoc show up.drbrain
2006-08-28Fix call-seq in RDoc.drbrain
2006-08-27Include attributiondrbrain
2006-08-27More comprehensive tests.drbrain
2006-08-272006-08-28drbrain
2006-08-27Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain
2006-08-27merge Oniguruma 4.4.0kosako
2006-08-25updated based on date2 3.8.2.tadf
2006-08-252006-08-26tadf
2006-08-25add regint.h and oniguruma.h to dependencekosako
2006-08-25* test/wsdl/document/echo.rb: removed.usa
2006-08-252006-08-25nobu
2006-08-25* object.c (sym_call): check if the receiver is given.nobu
2006-08-22* lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu