aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * string.c (sym_equal): "sym == str" should compare them asmatz2006-09-101-0/+5
* * instruby.rb (parse_args): remove splat.nobu2006-09-101-0/+4
* updated based on date2 3.9.1.tadf2006-09-101-0/+4
* * file.c: ISPRINT() needs ctype.hnobu2006-09-101-0/+4
* * lib/optparse.rb: splat parsed arguments.nobu2006-09-101-0/+4
* * eval.c (rb_require_safe): prevent extension from loading twice.nobu2006-09-101-0/+5
* * file.c (rb_f_test): test(0) should not have any specialmatz2006-09-091-0/+7
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-091-0/+5
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-081-0/+5
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-0/+9
* * string.c (str_alloc): should allocate a String object, even whenmatz2006-09-081-0/+5
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-0/+8
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+7
* * win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu2006-09-081-0/+5
* * lib/optparse.rb: suppress `assigning void value' warning.nobu2006-09-071-0/+4
* * array.c (Init_Array): #to_s to be an alias to #inspect.matz2006-09-071-0/+12
* * object.c (nil_to_s): returns the empty string again.matz2006-09-071-0/+5
* * time.c (time_to_s): adopt new date format using digitsmatz2006-09-071-0/+5
* * file.c (path_check_0, fpath_check): disable path check on cygwin.nobu2006-09-071-0/+5
* * string.c (sym_equal): override. check equivalence.matz2006-09-061-0/+4
* * parse.y (symbols_i): need to initialize early-created symbols.matz2006-09-061-0/+5
* * ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505]naruse2006-09-061-0/+4
* * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu2006-09-051-0/+7
* * time.c (time_to_s): variable declaration after an executionnobu2006-09-041-0/+5
* * 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