aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-0/+13
* * sprintf.c (rb_str_format): integer overflow check added.matz2005-12-071-2/+8
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-061-0/+21
* ChangeLog fix.matz2005-12-061-1/+0
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-061-0/+13
* * dir.c (Compare): should not fold double byte alphabet on win9x.ocean2005-12-021-0/+4
* * eval.c (rb_funcall2): allow to call protected methods.nobu2005-11-301-0/+5
* * parse.y (struct parser_params): fields common to ripper must benobu2005-11-301-0/+8
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-0/+10
* ChangeLog lib/pp.rbakr2005-11-301-0/+5
* * parse.y (struct parser_params): heap must be placed at same offsetnobu2005-11-291-3/+14
* follow change of observer.rb. fixed [ruby-core:6796]seki2005-11-291-0/+5
* * lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr2005-11-281-0/+4
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-3/+3
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-0/+6
* * win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean2005-11-281-0/+5
* * lib/mkmf.rb (create_makefile): should not change sodir withocean2005-11-281-0/+6
* * lib/pathname.rb: use File.basename to decompose pathnames.akr2005-11-261-0/+5
* * lib/wsdl/xmlSchema/complexContent.rb: missingnahi2005-11-261-49/+54
* * dln.c (conv_to_posix_path): should initialize posix.eban2005-11-261-0/+4
* * range.c (range_max): treat end exclusion without iteration ifmatz2005-11-251-0/+5
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-251-0/+10
* * lib/rss/rss.rb: improved type conversion.kou2005-11-251-0/+26
* * lib/rss/image.rb: added Image prefix.kou2005-11-251-0/+6
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-251-0/+10
* * range.c (range_min): use <=> comparison rather than iteration.matz2005-11-251-0/+7
* * file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean2005-11-231-0/+6
* * numeric.c (num_div): use floor rather than rb_Integer().matz2005-11-231-0/+5
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-231-0/+11
* Add lacks for Tk8.5 support.nagai2005-11-231-0/+15
* * file.c (w32_io_info): should not call GetFileInformationByHandleocean2005-11-231-0/+9
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-0/+9
* * lib/rss/taxonomy.rb: changed class or module prefix tokou2005-11-231-0/+6
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-231-0/+27
* * lib/rss/rss.rb: fixed a indentation bug.kou2005-11-231-0/+8
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-231-0/+5
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-221-0/+13
* * file.c (test_identical): test if two files are identical.nobu2005-11-221-0/+9
* * lib/optparse.rb: match incomplete (in current enconding) multibytenobu2005-11-221-0/+5
* * win32/win32.c (winnt_stat): set mapped errno instead of ENOENT.ocean2005-11-221-0/+4
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-0/+7
* * win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');ocean2005-11-221-0/+6
* * ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai2005-11-211-0/+5
* * file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin butnobu2005-11-211-0/+5
* * parse.y (dsym): prohibit empty symbol literal by interpolation.nobu2005-11-211-1/+4
* * file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without pathnobu2005-11-211-0/+5
* changed ml-numberocean2005-11-211-1/+1
* * win32/setup.mk: findstr doesn't exist on win9x.ocean2005-11-211-0/+5
* * regparse.c (fetch_token_in_cc): tok->escaped should bematz2005-11-201-0/+5
* * parse.y (rb_symname_p): [ not followed by ] is not valid symbol.nobu2005-11-201-4/+9