From 4b15f1f9dfc3d2fa44a604cf0bb6f7753c8d42bd Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 1 Oct 2003 13:41:35 +0000 Subject: * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, setgrent, getgrent, endgrent. * ext/socket/socket.c (sock_s_gethostbyname): do not reverse lookup. * Makefile.in: copy lex.c from $(srcdir) if it's not the current directory. [ruby-dev:21437] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f13ab7c4e..df03ae4c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,13 @@ Wed Oct 1 20:36:49 2003 WATANABE Hirofumi * MANIFEST: add wince/mkconfig_wce.rb. +Wed Oct 1 17:22:33 2003 Yukihiro Matsumoto + + * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, + setgrent, getgrent, endgrent. + + * ext/socket/socket.c (sock_s_gethostbyname): do not reverse lookup. + Wed Oct 1 17:01:30 2003 Nobuyoshi Nakada * eval.c (rb_load): Object scope had priority over required file @@ -32,6 +39,11 @@ Wed Oct 01 08:02:52 2003 Takaaki Uematsu * wince/time_wce.c (time): add zero check. +Tue Sep 30 16:11:05 2003 Yukihiro Matsumoto + + * Makefile.in: copy lex.c from $(srcdir) if it's not the current + directory. [ruby-dev:21437] + Tue Sep 30 11:29:23 2003 Tanaka Akira * process.c (pst_inspect): describe stopped process "stopped". -- cgit