diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 09:22:54 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 09:22:54 +0000 |
| commit | 28b779f69804616756f4c032bf8404455c378f10 (patch) | |
| tree | 979c023aa4928982ee41c7e68840c9f0abeffbb3 /ChangeLog | |
| parent | a8bb97e1c86e319217b22381d14782462ea249ab (diff) | |
merges r21763 from trunk into ruby_1_9_1.
* dir.c (join_path): use strlcat() to force link.
* dir.c (glob_helper): no strcpy() is needed since len is known.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Jan 25 09:09:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * dir.c (join_path): use strlcat() to force link. + + * dir.c (glob_helper): no strcpy() is needed since len is known. + Sat Jan 24 08:22:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/mkmf.rb (configuration): tools under the top source |
