[ruby-dev:9610] ChangeLog typo
From:
Katsuyuki Komatsu <komatsu@...>
Date:
2000-04-27 00:26:48 UTC
List:
ruby-dev #9610
小松です。 1.5.3のChangeLogのtypoです。 --- ruby-1.5.3.dist/ChangeLog Wed Apr 12 14:06:19 2000 +++ ruby-1.5.3/ChangeLog Mon Apr 24 23:24:36 2000 @@ -117,3 +117,3 @@ Sat Mar 18 12:36:09 2000 Nobuyoshi Naka - * eval.c (rb_backtrace, make_backtrace): removed unsed variable + * eval.c (rb_backtrace, make_backtrace): removed unused variable `lev'. @@ -550,3 +550,3 @@ Mon Jan 24 02:56:44 2000 Yukihiro Matsu - * variable.c (rb_const_set): gives warining again on constant + * variable.c (rb_const_set): gives warning again on constant redefinition. @@ -706,3 +706,3 @@ Sun Dec 26 23:15:13 1999 Katsuyuki Koma * win32/win32.c (mypopen): raise catchable error instead of rb_fatal. - * win32/win32.c (mypclose): fix process handle laek. + * win32/win32.c (mypclose): fix process handle leak. @@ -737,3 +737,3 @@ Mon Dec 20 19:08:12 1999 Nobuyoshi Naka - * file.c (rb_file_s_expand_path): handle dir separetor correctly. + * file.c (rb_file_s_expand_path): handle dir separator correctly. @@ -770,3 +770,3 @@ Mon Dec 13 15:15:31 1999 Yukihiro Matsu * regex.c (re_adjust_startpos): separate startpos adjustment - because of major performace drawback. + because of major performance drawback. @@ -933,3 +933,3 @@ Fri Nov 19 18:06:21 1999 Yukihiro Matsu - * dir.c (glob): recurseve wildcard match by `**' ala zsh. + * dir.c (glob): recursive wildcard match by `**' ala zsh. @@ -983,3 +983,3 @@ Sat Nov 13 07:34:18 1999 Yukihiro Matsu * eval.c (rb_eval): remove warnings from constants modification, - becase they are no longer constants. + because they are no longer constants. @@ -1366,3 +1366,3 @@ Fri Aug 28 17:32:55 1999 Yasuhiro Fukum * eval.c (rb_eval): should set return value (nil) explicitly if a - value is ommited for return statement. + value is omitted for return statement. @@ -1391,3 +1391,3 @@ Thu Aug 19 10:50:43 1999 WATANABE Tetsu - * gc.c (rb_gc): add volatile to avoid GCC optimaize bug(?). + * gc.c (rb_gc): add volatile to avoid GCC optimize bug(?). @@ -1406,3 +1406,3 @@ Fri Aug 13 03:16:07 1999 Yukihiro Matsu * io.c (argf_forward): since $stdout may be non-IO, ARGF.file is - not granteed to be IO. check and forwarding added to every ARGF + not guaranteed to be IO. check and forwarding added to every ARGF method. @@ -1546,3 +1546,3 @@ Fri Jul 30 02:11:48 1999 Yukihiro Matsu - * eval.c (yield_under_i): cbase context should be maintaind for + * eval.c (yield_under_i): cbase context should be maintained for Module#module_eval(). suggested by <inaba@st.rim.or.jp>. @@ -1585,3 +1585,3 @@ Thu Jul 22 19:37:22 1999 Yukihiro Matsu - * eval.c (rb_thread_join): get_backtrace() may retrun Qnil. + * eval.c (rb_thread_join): get_backtrace() may return Qnil. typecheck added. @@ -1636,3 +1636,3 @@ Fri Jul 16 09:58:15 1999 Katsuyuki Koma - * many files: clean up unsed variables found by gcc -Wall. + * many files: clean up unused variables found by gcc -Wall. @@ -1968,3 +1968,3 @@ Fri Jun 11 15:21:21 1999 Yukihiro Matsu - * gc.c (rb_gc_mark_locations): add safty margin 1. + * gc.c (rb_gc_mark_locations): add safety margin 1. @@ -1977,3 +1977,3 @@ Fri Jun 11 01:50:25 1999 Yukihiro Matsu * eval.c (ruby_run): Init_stack() was called too late; local - variables happend to be higher (or lower) than stack_start. + variables happened to be higher (or lower) than stack_start. @@ -2082,3 +2082,3 @@ Tue Jun 1 15:29:33 1999 Yukihiro Matsu - * version.h (RUBY_RELEASE_CODE): integer macro contant for source + * version.h (RUBY_RELEASE_CODE): integer macro constant for source version detection. @@ -2135,3 +2135,3 @@ Fri May 28 17:16:49 1999 Yukihiro Matsu - * ext/sockt/socket.c (ip_addrsetup): decode symbolic address + * ext/socket/socket.c (ip_addrsetup): decode symbolic address <broadcast>. @@ -2333,3 +2333,3 @@ Thu May 4 12:34:18 1999 Koji Arai <JC - * parse.y (parse_string): there shuould be newline escape by + * parse.y (parse_string): there should be newline escape by backslashes in strings. @@ -2698,3 +2698,3 @@ Thu Mar 11 18:23:50 1999 WATANABE Tetsu - * ext/socket/socket.c (Init_socket): UDPsocket was ommited. + * ext/socket/socket.c (Init_socket): UDPsocket was omitted. @@ -2777,4 +2777,4 @@ Mon Mar 1 14:05:12 1999 Yukihiro Matsu * eval.c (rb_call0): adjust argv for optional arguments. super - without arguments emit superclasse method with the value from - optinal arguments. enabled as experiment. + without arguments emit superclass method with the value from + optional arguments. enabled as experiment. @@ -2866,5 +2866,5 @@ Tue Feb 23 12:32:41 1999 WATANABE Hirof - * eval.c (rb_load): tilde expandion moved to find_file. + * eval.c (rb_load): tilde expansion moved to find_file. - * eval.c (find_file): tilde expandion added. + * eval.c (find_file): tilde expansion added. @@ -2915,3 +2915,3 @@ Fri Feb 19 00:25:57 1999 Yukihiro Matsu - * string.c (rb_str_substr): nagative length raises exception now. + * string.c (rb_str_substr): negative length raises exception now. @@ -2919,3 +2919,3 @@ Fri Feb 19 00:25:57 1999 Yukihiro Matsu - * array.c (rb_ary_subseq): nagative length raises exception now. + * array.c (rb_ary_subseq): negative length raises exception now. @@ -2925,4 +2925,4 @@ Thu Feb 18 20:57:04 1999 Tadayoshi Funa - * time.c (time_strftime): `\0' within format string shoule not be - ommited in the result. + * time.c (time_strftime): `\0' within format string should not be + omitted in the result. @@ -2994,3 +2994,3 @@ Sun Feb 14 22:36:40 1999 EGUCHI Osamu - * sprintf.c (rb_f_sprintf): `%G' was ommited. + * sprintf.c (rb_f_sprintf): `%G' was omitted. @@ -3003,3 +3003,3 @@ Sun Feb 14 12:47:48 1999 EGUCHI Osamu * configure.in (AC_REPLACE_FUNCS): add checks for functions - insinf, isnan, and finite. + isinf, isnan, and finite. @@ -3077,3 +3077,3 @@ Sat Feb 6 03:06:17 1999 Yukihiro Matsu - * re.c (match_getter): accessng $~ without matching caused SEGV. + * re.c (match_getter): accessing $~ without matching caused SEGV. @@ -3109,3 +3109,3 @@ Thu Feb 4 11:56:24 1999 Yukihiro Matsu - * numeric.c (rb_num2long): missing/vsnprintf.c does not supprt + * numeric.c (rb_num2long): missing/vsnprintf.c does not support floating points. @@ -3149,3 +3149,3 @@ Tue Feb 2 17:11:26 1999 WATANABE Tetsu - * string.c (rb_str_gsub_bang): too small realoc condition. + * string.c (rb_str_gsub_bang): too small realloc condition. @@ -3166,3 +3166,3 @@ Sat Jan 30 13:38:24 1999 Yukihiro Matsu * regex.c (re_compile_pattern): mbchars should match with \w - within character classs. Was matching with \W. + within character class. Was matching with \W. @@ -3463,3 +3463,3 @@ Mon Dec 7 18:24:50 1998 WATANABE Tetsu - * ruby.c (set_arg0): $0 supprt for HP-UX. + * ruby.c (set_arg0): $0 support for HP-UX. @@ -3626,3 +3626,3 @@ Tue Nov 10 00:22:11 1998 EGUCHI Osamu - * configure.in: elf supprt for FreeBSD 3.x + * configure.in: elf support for FreeBSD 3.x @@ -3757,3 +3757,3 @@ Thu Oct 15 13:54:48 1998 Yukihiro Matsu - * parse.y (arg): local variabls can be accessed within right side + * parse.y (arg): local variables can be accessed within right side expression in assignment, notably in blocks. @@ -3871,3 +3871,3 @@ Mon Sep 14 14:42:27 1998 Yukihiro Matsu - * string.c (scan_once): comsume at leaset on character. + * string.c (scan_once): consume at least on character. @@ -4199,3 +4199,3 @@ Fri Jul 3 11:20:46 1998 Yukihiro Matsu - * marshal.c (r_bytes): remove weird casting bwetween pointer and int. + * marshal.c (r_bytes): remove weird casting between pointer and int. @@ -4658,3 +4658,3 @@ Mon Apr 27 16:59:17 1998 Yukihiro Matsu * ext/gtk/gtk.c (Init_gtk): use timeout, not idle to avoid - comsuming CPU too much. + consuming CPU too much. @@ -4999,3 +4999,3 @@ Mon Mar 30 11:12:29 1998 Yukihiro Matsu - * file.c (f_test): raises exception for unkown command. + * file.c (f_test): raises exception for unknown command. @@ -5116,3 +5116,3 @@ Wed Mar 18 17:46:31 1998 Yukihiro Matsu - * regex.c (re_match): forwading failure point popped too much. + * regex.c (re_match): forwarding failure point popped too much. @@ -5231,3 +5231,3 @@ Fri Mar 6 17:23:07 1998 Yukihiro Matsu * ext/curses/curses.c (curses_finalize): restore original state at - interpreter temination. + interpreter termination. @@ -5275,3 +5275,3 @@ Tue Mar 3 08:04:56 1998 Tadayoshi Funa - * struct.c (struct_alloc): imcomplete struct initialization made + * struct.c (struct_alloc): incomplete struct initialization made GC to access unallocated addresses. @@ -5646,3 +5646,3 @@ Mon Jan 5 16:59:13 1998 WATANABE Hirof - * file.c (file_s_basename): removes any extention by ".*". + * file.c (file_s_basename): removes any extension by ".*". @@ -5784,3 +5784,3 @@ Fri Dec 12 00:50:25 1997 Yukihiro Matsu - * parse.y (yycompile): do not clear eval_tree. thus enable multipe + * parse.y (yycompile): do not clear eval_tree. thus enable multiple command line script by option `-e'. @@ -5865,3 +5865,3 @@ Wed Nov 26 18:18:05 1997 Yukihiro Matsu - * lib/mkmf.rb: generate Makefile for extention modules out of ruby + * lib/mkmf.rb: generate Makefile for extension modules out of ruby source tree. use like `ruby -r mkmf extconf.rb'. @@ -6063,3 +6063,3 @@ Fri Oct 3 10:51:10 1997 Yukihiro Matsu - * eval.c (rb_provide): module extentions should always be `.o'. + * eval.c (rb_provide): module extensions should always be `.o'. @@ -6259,3 +6259,3 @@ Mon Sep 1 13:42:48 1997 Yukihiro Matsu - * eval.c (rb_call): alias occured in the module body caused SEGV. + * eval.c (rb_call): alias occurred in the module body caused SEGV. @@ -6278,3 +6278,3 @@ Fri Aug 29 11:10:21 1997 Yukihiro Matsu * variable.c (rb_name_class): can't name class before String class - is initilialized. + is initialized. @@ -6312,3 +6312,3 @@ Wed Aug 27 11:32:42 1997 Yukihiro Matsu - * variable.c (find_class_path): avoid inifinite loop. + * variable.c (find_class_path): avoid infinite loop. @@ -6329,3 +6329,3 @@ Tue Aug 26 13:43:47 1997 Yukihiro Matsu - * class.c (mod_anscestors): list superclasses and included modules + * class.c (mod_ancestors): list superclasses and included modules in priority order. @@ -6344,3 +6344,3 @@ Sat Aug 23 21:39:05 1997 Yukihiro Matsu - * parse.y (asignable): remove unnecessary local variable + * parse.y (assignable): remove unnecessary local variable initialize by nil. @@ -6409,3 +6409,3 @@ Fri Aug 15 15:49:46 1997 Yukihiro Matsu - * eval.c (rb_eval): clear method cache at class extention. + * eval.c (rb_eval): clear method cache at class extension. -- 小松克行 / Katsuyuki Komatsu <komatsu@sarion.co.jp>