1
- Fri Jun 25 13:07:20 1999 Koji Oda <oda@bsd1.qnes.nec .co.jp>
1
+ Thu Jul 15 16:54:16 1999 Yukihiro Matsumoto <matz@netlab .co.jp>
2
2
3
- * missing/isinf.c: include "config.h" added.
3
+ * version 1.3.5 - version 1.4 alpha
4
+
5
+ Wed Jul 14 23:45:33 1999 Katsuyuki Komatsu <komatsu@sarion.co.jp>
6
+
7
+ * eval.c (ruby_init): initialize for the first time only.
8
+
9
+ Tue Jul 13 00:15:19 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
10
+
11
+ * hash.c (rb_hash_index): re-defined; method to retrieve a key
12
+ from the value.
13
+
14
+ * hash.c (Init_Hash): member? should be re-defined for Hash.
15
+
16
+ Tue Jul 12 13:54:51 1999 EGUCHI Osamu <eguchi@shizuokanet.ne.jp>
17
+
18
+ * io.c (rb_file_sysopen): wrong number of argument.
19
+
20
+ Mon Jul 12 11:52:35 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
21
+
22
+ * eval.c (rb_f_missing): class name included in message.
23
+
24
+ * eval.c (print_undef): better error message.
25
+
26
+ Sun Jul 11 05:36:17 1999 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
27
+
28
+ * lib/debug.rb: patch to show proper position.
29
+
30
+ Fri Jul 9 23:56:14 1999 WATANABE Hirofumi <eban@os.rim.or.jp>
31
+
32
+ * dln.c (dln_find_1): path conv. moved to conv_to_posix_path.
33
+
34
+ * dln.c (conv_to_posix_path): path conv. should be done.
35
+
36
+ Fri Jul 9 10:26:47 1999 WATANABE Hirofumi <watanabe@ase.ptg.sony.co.jp>
37
+
38
+ * random.c (RANDOM_NUMBER): should place parentheses.
39
+
40
+ Fri Jul 8 11:00:51 1999 Shugo Maeda <shugo@netlab.co.jp>
41
+
42
+ * numeric.c (fix_div): division may be out of fixnum range.
43
+
44
+ * bignum.c (bigdivmod): proper sign calculation to result.
45
+
46
+ Wed Jul 7 18:27:41 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
47
+
48
+ * st.c (st_delete_safe): was modifying wrong slot.
49
+
50
+ Mon Jul 5 13:17:46 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
51
+
52
+ * gc.c (rb_gc_call_finalizer_at_exit): close all files at exit.
53
+
54
+ Fri Jul 2 18:00:21 1999 Minero Aoki <aamine@dp.u-netsurf.ne.jp>
55
+
56
+ * lib/Mail/README: Mail-0.3.0 added to the distribution.
57
+
58
+ Fri Jul 2 01:45:32 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
59
+
60
+ * regex.c (re_compile_fastmap): avoid allocation of register
61
+ variables for each invocation of re_match(). Suggested by
62
+ Zasukhin Ruslan <ruslan@paradigmasoft.com>. Thanks.
63
+
64
+ Tue Jun 29 20:39:24 1999 Koji Arai <JCA02266@nifty.ne.jp>
65
+
66
+ * ext/tk/lib/tk.rb (TkVariable): bug fix; should value type check
67
+ be added?
68
+
69
+ * string.c (rb_str_each_line): a bug in paragraph mode.
70
+
71
+ * ruby.c (load_file): shifted too much to skip #!.
72
+
73
+ Tue Jun 29 06:50:21 1999 Wakou Aoyama <wakou@fsinet.or.jp>
74
+
75
+ * lib/CGI.rb: 0.30 - cleanup release, incompatible.
76
+
77
+ * lib/telnet.rb: 0.22 - timeout added.
78
+
79
+ Tue Jun 29 10:49:25 1999 SHIROYAMA Takayuki <psi@fortune.nest.or.jp>
80
+
81
+ * configure.in: better Rhapsody support.
82
+
83
+ * lib/mkmf.rb: Rhapsody/NEXTSTEP support.
84
+
85
+ Tue Jun 29 01:42:13 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
86
+
87
+ * ext/pty/pty.c (chld_changed): should use POSIX.1 style wait.
88
+
89
+ Mon Jun 28 21:07:36 1999 KIMURA Koichi <kbk@kt.rim.or.jp>
90
+
91
+ * ext/extmk.rb.nt: wrong result for have_library().
92
+
93
+ Mon Jun 28 15:24:05 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
94
+
95
+ * missing/isinf.c: OSF/1 raises SIGFPE on one()/zero().
96
+
97
+ * regex.c (re_search): should search til EOS, for patterns may
98
+ match beyond the end of range.
99
+
100
+ Mon Jun 28 12:49:12 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
101
+
102
+ * io.c (rb_f_select): should not accept Time objects as an
103
+ argument for it is time interval.
104
+
105
+ * process.c (rb_f_sleep): ditto.
106
+
107
+ * file.c (test_s): should return nil for false condition.
108
+
109
+ Mon Jun 28 12:23:52 1999 Katsuyuki Komatsu <komatsu@sarion.co.jp>
110
+
111
+ * bignum.c (rb_dbl2big): typo.
112
+
113
+ * file.c (rb_f_test): ditto.
114
+
115
+ * string.c (rb_str_crypt): wrong message.
116
+
117
+ Sun Jun 27 19:50:11 1999 Tadayoshi Funaba <tadf@kt.rim.or.jp>
118
+
119
+ * eval.c (rb_f_exit): should have treat signed integer status, not
120
+ VALUE.
121
+
122
+ * process.c (rb_f_exit_bang): should work like exit().
123
+
124
+ Sun Jun 27 16:21:32 1999 WATANABE Hirofumi <eban@os.rim.or.jp>
125
+
126
+ * string.c (rb_str_rindex): wrong position to search.
127
+
128
+ Sat Jun 26 04:05:30 1999 Takaaki Tateishi <ttate@jaist.ac.jp>
129
+
130
+ * configure.in (configure_args): --with-search-path to specify
131
+ additional ruby search path.
132
+
133
+ * ruby.c (ruby_prog_init): additional search path.
4
134
5
135
Fri Jun 25 13:09:12 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
6
136
@@ -9,6 +139,10 @@ Fri Jun 25 13:09:12 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
9
139
* regex.c (re_compile_pattern): add start_paren to avoid too much
10
140
finalization on maybe_finalize_jump.
11
141
142
+ Fri Jun 25 13:07:20 1999 Koji Oda <oda@bsd1.qnes.nec.co.jp>
143
+
144
+ * missing/isinf.c: include "config.h" added.
145
+
12
146
Fri Jun 25 07:25:05 1999 Katsuyuki Komatsu <komatsu@sarion.co.jp>
13
147
14
148
* lib/mkmf.rb: initialize $(topdir).
0 commit comments