aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h (struct RArray): embed small arrays.matz2006-09-0239-684/+804
* * eval.c (rb_eval): should handle when in else clause. a patchmatz2006-09-023-17/+11
* * common.mk (ia64.o): use the compiler driver to assemble ia64.sakr2006-09-022-0/+6
* * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dumpnahi2006-09-022-7/+19
* * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)nahi2006-09-022-1/+7
* 2006-09-02akr2006-09-011-3/+3
* update modified time.akr2006-09-010-0/+0
* string.c (rb_str_resize): typo fixedmatz2006-09-011-1/+1
* * ruby.h (RSTRING_EMBED_LEN_MASK): uses 5 bits to support 64bitmatz2006-09-012-1/+6
* * string.c (rb_str_resize): should copy embedded string tomatz2006-09-013-3/+15
* * ext/socket/socket.c (socks_init): typo fixed. a patch from Svenmatz2006-09-012-1/+6
* * array.c (rb_ary_shuffle): RDoc fixed.eban2006-09-012-2/+6
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-013-6/+11
* * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz2006-09-012-1/+7
* 2006-09-01matz2006-09-011-4/+4
* * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz2006-09-011-2/+2
* * lib/mkmf.rb (configuration): follow nil.to_s.nobu2006-08-312-3/+8
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-316-7/+14
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-318-135/+146
* * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa2006-08-315-22/+33
* * ruby.h (struct RString): embed small strings.matz2006-08-3123-788/+900
* * ruby.h (struct RString): embed small strings.matz2006-08-3143-512/+484
* * array.c (rb_ary_shuffle_bang): new method.matz2006-08-314-9/+65
* * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai2006-08-312-2/+8
* 2006-08-31why2006-08-311-3/+3
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-313-5/+15
* * gc.c (gc_sweep): typo fixed.matz2006-08-302-1/+5
* * object.c (rb_Integer): Integer(nil) should raise TypeError.matz2006-08-303-6/+18
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-302-1/+8
* 2006-08-30nobu2006-08-301-3/+3
* * numeric.c (flo_hash): improve collision.nobu2006-08-304-12/+21
* 2006-08-29nobu2006-08-291-3/+3
* * hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu2006-08-292-5/+19
* Document and fix my commit.drbrain2006-08-281-0/+15
* Revert.drbrain2006-08-282-4/+3
* Add digest.cdrbrain2006-08-281-0/+1
* Make RDoc show up.drbrain2006-08-281-1/+1
* Fix call-seq in RDoc.drbrain2006-08-281-5/+3
* Include attributiondrbrain2006-08-278-39/+46
* More comprehensive tests.drbrain2006-08-271-23/+45
* 2006-08-28drbrain2006-08-271-3/+3
* Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain2006-08-272-3/+8
* merge Oniguruma 4.4.0kosako2006-08-278-130/+828
* updated based on date2 3.8.2.tadf2006-08-254-533/+1097
* 2006-08-26tadf2006-08-251-3/+3
* add regint.h and oniguruma.h to dependencekosako2006-08-253-4/+12
* * test/wsdl/document/echo.rb: removed.usa2006-08-253-93/+8
* 2006-08-25nobu2006-08-251-3/+3
* * object.c (sym_call): check if the receiver is given.nobu2006-08-252-1/+9
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-223-5/+10