From 22b831e358d4f68093b78225e6d046745a0c8e0a Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 12 Feb 2005 10:57:22 +0000 Subject: * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check. [ruby-dev:25675] * misc/ruby-mode.el: [ruby-core:04415] * lib/rdoc/generators/html_generator.rb: [ruby-core:04412] * lib/rdoc/generators/ri_generator.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 689376caa..402f8e712 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,11 @@ Sat Feb 12 13:54:03 2005 Tanaka Akira * lib/open-uri.rb: support https if the platform provides CA certificates. +Sat Feb 12 06:18:28 2005 URABE Shyouhei + + * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check. + [ruby-dev:25675] + Fri Feb 11 17:40:42 2005 GOTOU Yuuzou * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths): @@ -23,6 +28,16 @@ Fri Feb 11 11:33:53 2005 Tanaka Akira :http_basic_authentication. suggested by Kent Sibilev. [ruby-core:4392] +Fri Feb 11 06:30:07 2005 George Ogata + + * misc/ruby-mode.el: [ruby-core:04415] + +Fri Feb 11 04:54:13 2005 Tilman Sauerbeck + + * lib/rdoc/generators/html_generator.rb: [ruby-core:04412] + + * lib/rdoc/generators/ri_generator.rb: ditto. + Thu Feb 10 11:14:17 2005 NAKAMURA Usaku * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h. -- cgit