diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-23 15:44:05 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-23 15:44:05 +0000 |
| commit | 153bbbb5b7651378b5a4e78e06996e6d8475cf3e (patch) | |
| tree | 13776042768313657c670b73f3e405a060474581 /ChangeLog | |
| parent | 76d08f65472c6bb0db14f576eed0c77e336abf39 (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Sun Aug 24 00:44:03 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * file.c (file_expand_path): performance improvement. + [ruby-talk:79748] + Sat Aug 23 18:56:53 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * 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: |
