From 8271cacad706ed0d7741889faebb0c19270b8370 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 17 Nov 1998 09:12:50 +0000 Subject: 1.1c8 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14bc362df3..94134535a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +Tue Nov 17 18:11:20 1998 Yukihiro Matsumoto + + * version 1.1c8 released. + +Tue Nov 17 16:58:47 1998 Yukihiro Matsumoto + + * parse.y (arg): assignment to attribute name start with capital + should be allowed. + + * eval.c (thread_alloc): needed to mark terminated threads too. + +Tue Nov 17 12:33:48 1998 Motoyuki Kasahara + + * ext/extmk.rb.in (create_makefile): Set `libdir' to `@libdir@', + Set `pkglibdir' to `$libdir/$(RUBY_INSTALL_NAME)'. + +Tue Nov 17 10:30:46 1998 Yukihiro Matsumoto + + * sprintf.c (f_sprintf): %l%%c -> %%l%c + +Sun Nov 15 15:44:07 1998 Tadayoshi Funaba + + * ext/extmk.rb.in (install): bug in target. + +Sat Nov 14 11:02:05 1998 Motoyuki Kasahara + + * Makefile.in (install): Give the argument `$(DESTDIR)' to + `instruby.rb'. + * instruby.rb: Recognize ARG[0] as `destdir'. + * instruby.rb: Give the argument `destdir' to `extmk.rb'. + * ext/extmk.rb.in: Recognize ARG[1] as `$destdir'. + + * instruby.rb: Create the installation directories (bindir, libdir, + archdir, pkglibdir, archdir, and mandir) under `destdir', and + install all files under there. + * ext/extmk.rb.in: Likewise. + +Sat Nov 14 10:56:55 1998 Motoyuki Kasahara + + * instruby.rb: Add the variable `pkglibdir'. + * instruby.rb: Set the variable `libdir' to `$(libdir)', not + `$(libdir)/$(ruby_install_name)'. `libruby.so' and `libruby.so.LIB' + are installed at `libdir'. + * instruby.rb: Set the variable `archdir' to `$(pkglibdir)/$(arch)'. + +Fri Nov 13 19:43:29 1998 KIMURA Koichi + + * missing/nt.c (SafeFree): wrong free offset. + +Tue Nov 10 00:22:11 1998 EGUCHI Osamu + + * configure.in: elf supprt for FreeBSD 3.x + +Thu Nov 12 20:11:53 1998 Koji Arai + + * sample/ruby-mode.el: wrong highlight. + + * parse.y (parse_regx): newline in regexp was ignored. + Mon Nov 9 17:55:19 1998 Yukihiro Matsumoto * version 1.1c7 released. -- cgit v1.2.3