summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-03 05:42:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-03 05:42:35 +0000
commitabd0e48c5769b30c524c3b537fc70013e836bf68 (patch)
tree33be3203615d35efda60fa63409b55d82c2f2afd /ChangeLog
parent052ca546a39620cc742a92f902b4330bbf2137a8 (diff)
downloadruby-abd0e48c5769b30c524c3b537fc70013e836bf68.tar.gz
ruby-abd0e48c5769b30c524c3b537fc70013e836bf68.tar.xz
ruby-abd0e48c5769b30c524c3b537fc70013e836bf68.zip
* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
from int, and sys/types.h needs to be included before grp.h. fixed: [ruby-dev:28938] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b035cff68..b17d27cee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 3 14:42:06 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
+ from int, and sys/types.h needs to be included before grp.h.
+ fixed: [ruby-dev:28938]
+
Mon Jul 3 01:14:15 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (rb_str_inspect): encode \b (\010) for escape.
@@ -41,7 +47,7 @@ Thu Jun 29 18:00:51 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
Wed Jun 28 15:47:14 2006 Eric Hodel <drbrain@segment7.net>
- * lib/optparse.rb: RDoc patch from Robin Stocker <robin@nibor.org>
+ * lib/optparse.rb: RDoc patch from Robin Stocker <robin@nibor.org>
[ruby-core:08087]
Wed Jun 28 19:04:34 2006 Tanaka Akira <akr@m17n.org>
@@ -58,7 +64,7 @@ Tue Jun 27 22:47:18 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
- * ext/tk/lib/tk.rb (tk_tcl2ruby): [bug fix] somtimes fail to convert
+ * ext/tk/lib/tk.rb (tk_tcl2ruby): [bug fix] somtimes fail to convert
a tcl string to a ruby object if the tcl string includes "\n".
Tue Jun 27 16:04:05 2006 WATANABE Hirofumi <eban@ruby-lang.org>