Skip to content

Commit e299d51

Browse files
author
matz
committed
first public release of 1.1d (pre1.2) series
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1dev@354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent ce8859c commit e299d51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+911
-470
lines changed

ChangeLog

Lines changed: 77 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
Wed Dec 16 16:28:31 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
2+
3+
* experimental version 1.1d0 (pre1.2) released.
4+
5+
Wed Dec 16 10:43:34 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
6+
7+
* regex.c (re_search): bound check before calling re_match().
8+
9+
Tue Dec 15 13:59:01 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
10+
11+
* error.c (exc_to_s): returns class name for unset mesg.
12+
13+
* error.c (exc_initialize): do not initialize @mesg by "".
14+
15+
* parse.y (nextc): __END__ should handle CR+LF newlines.
16+
17+
Wed Dec 9 13:37:12 1998 MAEDA shugo <shugo@aianet.ne.jp>
18+
19+
* pack.c (encodes): use buffering for B-encoding.
20+
21+
* pack.c (pack_pack): Q-encoding by 'M'.
22+
23+
Tue Dec 8 14:10:00 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
24+
25+
* variable.c (generic_ivar_get): any object can have instance
26+
variables now. great improvement.
27+
28+
* variable.c (rb_name_class): do not set __classpath__ by default,
29+
use __classid__ instead.
30+
31+
Mon Dec 7 22:08:22 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
32+
33+
* ruby.h (struct RFile): IO objects can have instance variables now.
34+
35+
* parse.y (primary): allows `def obj::foo; .. end'.
36+
37+
Mon Dec 7 18:24:50 1998 WATANABE Tetsuya <tetsu@jpn.hp.com>
38+
39+
* ruby.c (set_arg0): $0 supprt for HP-UX.
40+
41+
Mon Dec 7 01:30:28 1998 WATANABE Hirofumi <watanabe@ase.ptg.sony.co.jp>
42+
43+
* dln.c (dln_strerror): better error messages on win32.
44+
45+
Sat Dec 5 23:27:23 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
46+
47+
* parse.y (here_document): indentable here-doc delimiter by
48+
`<<-'. Proposed by Clemens <c.hintze@gmx.net>. Thanks.
49+
50+
Thu Dec 3 16:50:17 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
51+
52+
* ext/extmk.rb.in (realclean): trouble on install.
53+
54+
Sun Nov 29 22:25:39 1998 Takaaki Tateishi <ttate@jaist.ac.jp>
55+
56+
* process.c (f_exec): check number of argument.
57+
58+
Wed Nov 25 13:07:12 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
59+
60+
* parse.y (yycompile): reduce known memory leak (hard to remove).
61+
62+
Thu Nov 26 17:27:30 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
63+
64+
* version 1.1c9 released.
65+
166
Wed Nov 25 03:41:21 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
267

368
* st.c (st_init_table_with_size): round size up to prime number.
@@ -20,6 +85,14 @@ Sat Nov 21 23:27:23 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
2085

2186
* string.c (rb_str_dup): do not copy additional data (STR_NO_ORIG).
2287

88+
Sat Nov 21 18:44:06 1998 Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>
89+
90+
* time.c (time_s_now): had memory leak.
91+
92+
* ext/md5/md5init.c (md5_new): had memory leak.
93+
94+
* ext/md5/md5init.c (md5_clone): ditto.
95+
2396
Fri Nov 20 23:23:23 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
2497

2598
* lib/delegate.rb: do not propagate hash and eql?.
@@ -34,15 +107,15 @@ Thu Nov 19 01:40:52 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
34107

35108
* eval.c (rb_eval): actual rest arguments extended arrays too much.
36109

37-
Wed Nov 18 10:48:09 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
38-
39-
* io.c (read_all): SEGV on large files.
40-
41110
Wed Nov 18 14:30:24 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
42111

43112
* class.c (rb_define_global_function): global functions now be
44113
module function of the Kernel.
45114

115+
Wed Nov 18 10:48:09 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
116+
117+
* io.c (read_all): SEGV on large files.
118+
46119
Tue Nov 17 18:11:20 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
47120

48121
* version 1.1c8 released.

MANIFEST

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ lib/thwait.rb
131131
lib/timeout.rb
132132
lib/tracer.rb
133133
lib/weakref.rb
134+
misc/README
135+
misc/inf-ruby.el
136+
misc/ruby-mode.el
137+
misc/rubydb2x.el
138+
mics/rubydb3x.el
134139
missing/alloca.c
135140
missing/crypt.c
136141
missing/dir.h
@@ -174,7 +179,6 @@ sample/from.rb
174179
sample/fullpath.rb
175180
sample/getopts.test
176181
sample/goodfriday.rb
177-
sample/inf-ruby.el
178182
sample/less.rb
179183
sample/list.rb
180184
sample/list2.rb
@@ -194,9 +198,6 @@ sample/rcs.awk
194198
sample/rcs.dat
195199
sample/rcs.rb
196200
sample/regx.rb
197-
sample/ruby-mode.el
198-
sample/rubydb2x.el
199-
sample/rubydb3x.el
200201
sample/sieve.rb
201202
sample/svr.rb
202203
sample/test.rb

0 commit comments

Comments
 (0)