From ef83201f7818f12ae3b36f000c04ff19e844dccd Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Nov 2005 16:26:39 +0000 Subject: * file.c (test_identical): test if two files are identical. * file.c (rb_f_test): support DOSISH systems where st_ino is not reliable. fixed: [ruby-core:06672] * win32.h, win32.c (rb_w32_osid): check the running platform. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3bcf5d179..19182ef5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Nov 23 01:22:57 2005 Nobuyoshi Nakada + + * file.c (test_identical): test if two files are identical. + + * file.c (rb_f_test): support DOSISH systems where st_ino is not + reliable. fixed: [ruby-core:06672] + + * win32.h, win32.c (rb_w32_osid): check the running platform. + Tue Nov 22 23:52:06 2005 Nobuyoshi Nakada * lib/optparse.rb: match incomplete (in current enconding) multibyte -- cgit