summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-11-30* eval.c (rb_funcall2): allow to call protected methods.nobu
2005-11-30* parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set.nobu
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-28* win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean
2005-11-28* lib/mkmf.rb (create_makefile): should not change sodir withocean
2005-11-26* replaced e-mail addr.nahi
2005-11-26 * lib/wsdl/xmlSchema/complexContent.rb: missingnahi
2005-11-26* dln.c (conv_to_posix_path): should initialize posix.eban
2005-11-24* configure.in (AC_CHECK_FUNCS): need to check link().usa
2005-11-23* file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean
2005-11-23Add lacks for Tk8.5 support.nagai
2005-11-23* file.c (w32_io_info): should not call GetFileInformationByHandleocean
2005-11-23* re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz
2005-11-23* intern.h, file.c: failed to compile on windows.ocean
2005-11-22* ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo
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-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* win32/setup.mk: findstr doesn't exist on win9x.ocean
2005-11-20* parse.y (rb_symname_p): [ not followed by ] is not valid symbol.nobu
2005-11-19* lib/fileutils.rb (FileUtils::ln): ln documentation fix.matz
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* file.c (file_s_dirname): added checks for some patterns with driveusa
2005-11-18* win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean
2005-11-16* common.mk (static-ruby): overridable.nobu
2005-11-15* lib/find.rb (Find::find): should not ignore symbolic links tomatz
2005-11-15* array.c (rb_ary_fill): previous commit disabled this usage:ocean
2005-11-15* array.c (rb_ary_fill): tail elements were vanished when the middleocean
2005-11-15* array.c (rb_ary_fill): should adjust array length correctly whenmatz
2005-11-14* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.nobu
2005-11-14* array.c (rb_ary_first): RDoc update from Daniel Bergermatz
2005-11-11* ext/socket/socket.c: Socket Documentation. [ruby-core:6580]ocean
2005-11-10* Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]nobu
2005-11-10* configure.in: undef HAVE_LINK on BeOS. (link(2) always returnsocean
2005-11-08* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean
2005-11-07* ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai
2005-11-06* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean
2005-11-06* ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected anobu
2005-11-06* ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touchocean