summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-10updated based on date2 3.9.1.tadf
2006-09-10* file.c: ISPRINT() needs ctype.hnobu
2006-09-10* lib/optparse.rb: splat parsed arguments.nobu
2006-09-10* eval.c (rb_require_safe): prevent extension from loading twice.nobu
2006-09-092006-09-10matz
2006-09-09* file.c (rb_f_test): test(0) should not have any specialmatz
2006-09-09Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain
2006-09-08* bcc32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu
2006-09-082006-09-09nobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* string.c (str_alloc): should allocate a String object, even whenmatz
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-09-08Merged changes into HEAD from REXML 3.1.5.ser
2006-09-08* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo
2006-09-08* win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu
2006-09-07* lib/optparse.rb: suppress `assigning void value' warning.nobu
2006-09-07* array.c (Init_Array): #to_s to be an alias to #inspect.matz
2006-09-07* object.c (nil_to_s): returns the empty string again.matz
2006-09-072006-09-08matz
2006-09-07* time.c (time_to_s): adopt new date format using digitsmatz
2006-09-07* file.c (path_check_0, fpath_check): disable path check on cygwin.nobu
2006-09-062006-09-07matz
2006-09-06* string.c (sym_equal): override. check equivalence.matz
2006-09-06* parse.y (symbols_i): need to initialize early-created symbols.matz
2006-09-06* ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505]naruse
2006-09-062006-09-06naruse
2006-09-05* ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu
2006-09-04* time.c (time_to_s): variable declaration after an executionnobu
2006-09-04* file.c (path_check_0): check if sticky bit is set on parentnobu
2006-09-04* numeric.c (fix_plus): addition in Fixnum will never overflowmatz
2006-09-042006-09-05matz
2006-09-04* time.c (time_to_s): make it conform to RFC2822 date format.matz
2006-09-04* ext/dbm/extconf.rb: create makefile according to the result of checknobu
2006-09-04updated based on date2 3.9.tadf
2006-09-04* time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu
2006-09-04enum.c: revert last changesmatz
2006-09-04* lib/cgi.rb (CGI::out): specify -x option for nkf.matz
2006-09-04* parse.y (rb_id2sym): intern if id is attrset_id.matz
2006-09-042006-09-04matz
2006-09-04* eval.c (rb_f_local_variables): list symbols.matz
2006-09-03* ruby.h (SYMBOL_P): Qnil and Qfalse are not Symbol.nobu
2006-09-03* lib/mkmf.rb: get rid of nil.to_s.nobu
2006-09-02revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr
2006-09-02* ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr
2006-09-02* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* string.c (Init_String): undef Symbol#new.matz
2006-09-02* string.c (str_to_id): a bug caused by premature optimization.matz
2006-09-022006-09-03matz