From 656d6d28704943d2960b20761b6d05386086e8a2 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 5 Jun 2000 09:01:07 +0000 Subject: 2000-06-05 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index befa710607..f5af2b6773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,32 @@ Wed May 31 04:06:41 2000 Wakou Aoyama * lib/cgi.rb: change: CGI#out() if "HEAD" == REQUEST_METHOD then output only HTTP header. +Tue May 30 23:33:41 2000 Katsuyuki Komatsu + + * lib/mkmf.rb (create_makefile): add $(TARGET).ilk and *.pdb + to cleanup files for mswin32. + +Mon May 29 21:48:24 2000 Katsuyuki Komatsu + + * win32/config.status: set LDFLAGS and LIBRUBYARG for eruby. + +Thu May 25 22:01:32 2000 Katsuyuki Komatsu + + * re.h: mswin32: use EXTERN instead of extern. + + * regex.h: mswin32: export re_mbctab properly. + + * win32/win32.def: add ruby_ignorecase and regex.c's exports. + +Wed May 24 23:17:50 2000 Katsuyuki Komatsu + + * win32/Makefile: remove unnecessary mv and rm command call. + +Wed May 24 21:01:04 2000 Katsuyuki Komatsu + + * ext/pty/pty.c: use "" instead of <> to include ruby.h and rubyio.h + for BeOS (PowerPC). + Wed May 24 16:03:06 2000 Wakou Aoyama * lib/cgi.rb: bug fix: CGI::escape(), CGI::Cookie::new() @@ -47,6 +73,29 @@ Sun May 21 20:58:08 2000 Katsuyuki Komatsu * pack.c: fix OFF16 and OFF32 definitions for Alpha and IRIX64. +Thu May 18 23:55:26 2000 Katsuyuki Komatsu + + * dln.c (search_undef): st_lookup()'s 3rd parameter should be + a pointer of the variable which has the same size and alignment + as `char *'. + + * marshal.c (w_symbol, w_object): ditto. + + * parse.y (rb_intern): ditto. + +Thu May 18 09:01:25 2000 Katsuyuki Komatsu + + * io.c: fix READ_DATA_PENDING definition for BeOS (PowerPC). + +Wed May 17 23:17:38 2000 Katsuyuki Komatsu + + * intern.h: use EXTERN instead of extern. + + * win32/ruby.def: add rb_defout, rb_stdout, ruby_errinfo, + ruby_sourceline, ruby_sourcefile to work with eruby + reported by Hiroshi Saito . + Export both ruby_xmalloc and xmalloc etc. + Wed May 17 02:22:03 2000 Yukihiro Matsumoto * parse.y (expr): avoid calling value_expr() twice. @@ -74,6 +123,14 @@ Wed May 10 12:51:18 2000 Yukihiro Matsumoto * parse.y (parse_regx): should parse backslash escape like `\c[' here to avoid causing `unterminated regexp' error. +Wed May 10 00:19:53 2000 Katsuyuki Komatsu + + * MANIFEST, beos/GNUmakefile.in, configure.in: no longer need + beos/GNUmakefile.in to support BeOS R4.5.2 (Intel) as a result + of eban's Makefile.in change. + + * io.c: NOFILE is already defined on BeOS R4.5 (Intel) or later. + Mon May 8 23:17:36 2000 Yukihiro Matsumoto * dln.c (dln_init): remove possible buffer overrun. This is -- cgit v1.2.3