mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* process.c (rb_f_system): abandon vfork.
* io.c (pipe_open): ditto. * defines.h: sparc linux needs different FLUSH_REGISTER_WINDOWS * regex.c (re_search): abandon stclass optimization. * bignum.c (rb_cstr2inum): deny "0_". * bignum.c (rb_cstr2inum): allow "0\n" and so on. * error.c (rb_invalid_str): utility function to show inspect()'ed string. * bignum.c (rb_cstr2inum): prints invalid strings in inspect()'ed format. * object.c (rb_Float): ditto. * object.c (rb_convert_type): no longer use rb_rescue(). * re.c (rb_reg_search): initialize taint status of match object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
167dd9c933
commit
2c2694e846
1 changed files with 39 additions and 0 deletions
39
ChangeLog
39
ChangeLog
|
@ -4,6 +4,12 @@ Wed Jan 2 23:34:25 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
|||
|
||||
* lib/mkmf.rb (create_makefile): srcdir support(.def and depend file).
|
||||
|
||||
Wed Jan 2 11:51:56 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* process.c (rb_f_system): abandon vfork.
|
||||
|
||||
* io.c (pipe_open): ditto.
|
||||
|
||||
Tue Jan 1 02:16:48 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/curses/extconf.rb: add dir_config.
|
||||
|
@ -16,6 +22,10 @@ Mon Dec 31 14:20:46 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
|||
|
||||
* parse.y (rb_compile_file): no longer need to strdup() here.
|
||||
|
||||
Mon Dec 31 05:26:40 2001 Ferris McCormick <fmccor@inforead.com>
|
||||
|
||||
* defines.h: sparc linux needs different FLUSH_REGISTER_WINDOWS
|
||||
|
||||
Mon Dec 31 04:27:28 2001 Minero Aoki <aamine@mx.edit.ne.jp>
|
||||
|
||||
* lib/net/protocol.rb: Protocol#start returns the return value of
|
||||
|
@ -36,6 +46,10 @@ Sun Dec 30 00:59:16 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
|||
* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lm
|
||||
unconditionally on mswin32/mingw32.
|
||||
|
||||
Sat Dec 29 01:55:42 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* regex.c (re_search): abandon stclass optimization.
|
||||
|
||||
Fri Dec 28 14:39:05 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
||||
|
||||
* array.c (rb_cmpint): fixed typo.
|
||||
|
@ -48,10 +62,35 @@ Thu Dec 27 01:54:02 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
|||
|
||||
* bignum.c (rb_cstr2inum): allow "0\n" and so on.
|
||||
|
||||
Wed Dec 26 19:24:21 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* error.c (rb_invalid_str): utility function to show inspect()'ed
|
||||
string.
|
||||
|
||||
* bignum.c (rb_cstr2inum): prints invalid strings in inspect()'ed
|
||||
format.
|
||||
|
||||
* object.c (rb_Float): ditto.
|
||||
|
||||
Wed Dec 26 02:41:29 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* object.c (rb_convert_type): no longer use rb_rescue().
|
||||
|
||||
Tue Dec 25 18:32:16 2001 K.Kosako <kosako@sofnec.co.jp>
|
||||
|
||||
* re.c (rb_reg_search): initialize taint status of match object.
|
||||
|
||||
Tue Dec 25 02:37:49 2001 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* lib/pp.rb, lib/prettyprint.rb: new files.
|
||||
|
||||
Tue Dec 25 02:11:17 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* object.c (rb_convert_type): check method responce check before
|
||||
invoking rb_rescue().
|
||||
|
||||
* object.c (rb_check_convert_type): ditto.
|
||||
|
||||
Sat Dec 22 22:52:14 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* time.c (time_timeval): wrong cast to time_t.
|
||||
|
|
Loading…
Add table
Reference in a new issue