summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-23Add lacks for Tk8.5 support.nagai
2005-11-23* file.c (w32_io_info): should not call GetFileInformationByHandleocean
2005-11-23* lib/rss/: use #__send__ instead of #send.kou
2005-11-23* test/rss/test_taxonomy.rb: use #reject directory.kou
2005-11-23* lib/rss/taxonomy.rb: changed class or module prefix tokou
2005-11-23* lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou
2005-11-23* lib/rss/rss.rb: fixed a indentation bug.kou
2005-11-23* re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz
2005-11-22* ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo
2005-11-22* 2005-11-23eban
2005-11-22* file.c (test_identical): test if two files are identical.nobu
2005-11-22* lib/optparse.rb: match incomplete (in current enconding) multibytenobu
2005-11-22* win32/win32.c (winnt_stat): set mapped errno instead of ENOENT.ocean
2005-11-22* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa
2005-11-22* win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');ocean
2005-11-21Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodelryan
2005-11-21* 2005-11-22eban
2005-11-21* ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai
2005-11-21* file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin butnobu
2005-11-21* parse.y (dsym): prohibit empty symbol literal by interpolation.nobu
2005-11-21* file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without pathnobu
2005-11-21changed ml-numberocean
2005-11-21* 2005-11-21eban
2005-11-21* win32/setup.mk: findstr doesn't exist on win9x.ocean
2005-11-20* regparse.c (fetch_token_in_cc): tok->escaped should bematz
2005-11-20* parse.y (rb_symname_p): [ not followed by ] is not valid symbol.nobu
2005-11-20* 2005-11-20eban
2005-11-20document that fork doesn't copy other threadsakr
2005-11-20* test/ruby/test_array.rb (test_misc): added some testsocean
2005-11-19* lib/fileutils.rb (FileUtils::ln): ln documentation fix.matz
2005-11-19* 2005-11-19eban
2005-11-18* ext/socket/socket.c: Socket Documentation. [ruby-core:6580]ocean
2005-11-18* ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai
2005-11-18* file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa
2005-11-18* ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai
2005-11-18* forgotten to save after rename method name.usa
2005-11-18* file.c (file_s_dirname): added checks for some patterns with driveusa
2005-11-18* 2005-11-18eban
2005-11-18* win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean
2005-11-17* lib/rss/1.0.rb: added convenience method 'resources'.kou
2005-11-17* lib/rss/taxonomy.rb: implemented taxonomy module.kou
2005-11-17* lib/rss/1.0.rb: added rdf:Bag.kou
2005-11-17* 2005-11-17eban
2005-11-17* lib/rss/rss.rb : removed needless argument 'prefix'.kou
2005-11-16* common.mk (static-ruby): overridable.nobu
2005-11-15* 2005-11-16eban
2005-11-15* lib/rss/trackback.rb: added TrackBack prefix.kou
2005-11-15* lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou
2005-11-15* file.c (file_load_ok): eaccess() returns 0 on success.nobu
2005-11-15* ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items.nagai