aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * file.c (path_check_0): check if sticky bit is set on parentnobu2006-09-041-0/+5
* * numeric.c (fix_plus): addition in Fixnum will never overflowmatz2006-09-041-0/+11
* * time.c (time_to_s): make it conform to RFC2822 date format.matz2006-09-041-0/+5
* * ext/dbm/extconf.rb: create makefile according to the result of checknobu2006-09-041-0/+5
* updated based on date2 3.9.tadf2006-09-041-0/+4
* * time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu2006-09-041-0/+4
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-0/+11
* * parse.y (rb_id2sym): intern if id is attrset_id.matz2006-09-041-0/+5
* * eval.c (rb_f_local_variables): list symbols.matz2006-09-041-0/+12
* * ruby.h (SYMBOL_P): Qnil and Qfalse are not Symbol.nobu2006-09-031-0/+4
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-031-2/+6
* revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-4/+0
* * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr2006-09-021-0/+4
* * ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr2006-09-021-0/+6
* * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-0/+4
* * string.c (Init_String): undef Symbol#new.matz2006-09-021-0/+6
* * string.c (str_to_id): a bug caused by premature optimization.matz2006-09-021-0/+4
* * object.c (Init_Object): move symbol related code to string.cmatz2006-09-021-0/+18
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-0/+8
* * eval.c (rb_eval): should handle when in else clause. a patchmatz2006-09-021-0/+7
* * common.mk (ia64.o): use the compiler driver to assemble ia64.sakr2006-09-021-0/+5
* * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dumpnahi2006-09-021-0/+6
* * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)nahi2006-09-021-0/+6
* * ruby.h (RSTRING_EMBED_LEN_MASK): uses 5 bits to support 64bitmatz2006-09-011-0/+5
* * string.c (rb_str_resize): should copy embedded string tomatz2006-09-011-0/+9
* * ext/socket/socket.c (socks_init): typo fixed. a patch from Svenmatz2006-09-011-0/+5
* * array.c (rb_ary_shuffle): RDoc fixed.eban2006-09-011-0/+4
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-011-0/+5
* * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz2006-09-011-0/+6
* * lib/mkmf.rb (configuration): follow nil.to_s.nobu2006-08-311-1/+5
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-2/+9
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-0/+12
* * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa2006-08-311-0/+11
* * ruby.h (struct RString): embed small strings.matz2006-08-311-0/+8
* * array.c (rb_ary_shuffle_bang): new method.matz2006-08-311-0/+13
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-311-0/+7
* * gc.c (gc_sweep): typo fixed.matz2006-08-301-0/+4
* * object.c (rb_Integer): Integer(nil) should raise TypeError.matz2006-08-301-0/+10
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-301-0/+6
* * numeric.c (flo_hash): improve collision.nobu2006-08-301-0/+7
* * hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu2006-08-291-0/+5
* Document and fix my commit.drbrain2006-08-281-0/+15
* Include attributiondrbrain2006-08-271-0/+1
* Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain2006-08-271-0/+5
* merge Oniguruma 4.4.0kosako2006-08-271-0/+14
* updated based on date2 3.8.2.tadf2006-08-251-0/+4
* add regint.h and oniguruma.h to dependencekosako2006-08-251-0/+6
* * test/wsdl/document/echo.rb: removed.usa2006-08-251-0/+7
* * object.c (sym_call): check if the receiver is given.nobu2006-08-251-0/+4
* * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu2006-08-221-0/+5