|
| 1 | +Thu Sep 3 14:08:14 1998 Yukihiro Matsumoto <matz@netlab.co.jp> |
| 2 | + |
| 3 | + * version 1.1c4 released. |
| 4 | + |
| 5 | +Tue Sep 1 10:47:16 1998 Yukihiro Matsumoto <matz@netlab.co.jp> |
| 6 | + |
| 7 | + * regex.c (mbctab_euc): set 0x8e as multibyte character. |
| 8 | + |
| 9 | + * string.c (str_inspect): mask character for octal output. |
| 10 | + |
| 11 | +Mon Aug 31 15:32:41 1998 Yukihiro Matsumoto <matz@netlab.co.jp> |
| 12 | + |
| 13 | + * regex.c (re_search): use calculated offset if exactn is the |
| 14 | + first opcode in the compiled regexp. |
| 15 | + |
| 16 | + * regex.c (bm_search): use Boyer-Moore search for simple search. |
| 17 | + |
| 18 | + * regex.c (must_instr): wrong length check if pattern includes |
| 19 | + byte escape by 0xff. |
| 20 | + |
| 21 | + * regex.c (re_compile_pattern): need not to check current_mbctype. |
| 22 | + |
| 23 | +Sat Aug 29 16:31:40 1998 Yukihiro Matsumoto <matz@netlab.co.jp> |
| 24 | + |
| 25 | + * eval.c (rb_check_safe_str): avoid calling rb_id2name() in normal |
| 26 | + cases to speed-up. |
| 27 | + |
| 28 | + * eval.c (thread_raise): do not save context of terminated thread. |
| 29 | + |
| 30 | + * regex.c (re_compile_pattern): mask \nnn over 256. |
| 31 | + |
| 32 | +Sat Aug 29 02:09:46 1998 1998 Koji Arai <JCA02266@nifty.ne.jp> |
| 33 | + |
| 34 | + * sprintf.c (f_sprintf): wrong buffer size check. |
| 35 | + |
| 36 | +Fri Aug 28 01:57:04 1998 Yukihiro Matsumoto <matz@netlab.co.jp> |
| 37 | + |
| 38 | + * regex.c (re_compile_pattern): accepts (?ix-ix) and (?ix-ix:...). |
| 39 | + |
| 40 | +Fri Aug 28 12:25:33 1998 Hiroshi Igarashi <igarashi@ueda.info.waseda.ac.jp> |
| 41 | + |
| 42 | + * ruby.c (ruby_require_modules): load modules in appearing order. |
| 43 | + |
1 | 44 | Thu Aug 27 12:54:28 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
|
2 | 45 |
|
3 | 46 | * version 1.1c3 released.
|
|
0 commit comments