From 153bbbb5b7651378b5a4e78e06996e6d8475cf3e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 23 Aug 2003 15:44:05 +0000 Subject: * file.c (file_expand_path): performance improvement. [ruby-talk:79748] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2691695a5..2e97fb83d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 24 00:44:03 2003 Nobuyoshi Nakada + + * file.c (file_expand_path): performance improvement. + [ruby-talk:79748] + Sat Aug 23 18:56:53 2003 Nobuyoshi Nakada * ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just @@ -513,7 +518,7 @@ add-log-time-format: (lambda () (diff (+ (cadr time) 32400)) (lo (% diff 65536)) (hi (+ (car time) (/ diff 65536)))) - (format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t))) + (format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t))) indent-tabs-mode: t tab-width: 8 end: -- cgit