[前][次][スレッド一覧][上]
ruby-cvs:22101-22200
22101 2008-01-03 15:13 [akr at ruby-lang.org] Ruby:r14864 (trunk): * include/ruby/encoding.h (rb_isascii): simplified.
22102 2008-01-03 17:44 [akr at ruby-lang.org] Ruby:r14865 (trunk): * encoding.c (rb_isalnum): defined.
22103 2008-01-03 17:56 [akr at ruby-lang.org] Ruby:r14866 (trunk): * regenc.h (onigenc_ascii_is_code_ctype): put back.
22104 2008-01-03 18:40 [akr at ruby-lang.org] Ruby:r14867 (trunk): * encoding.c: (rb_tolower, rb_toupper): body was exchanged.
22105 2008-01-03 19:48 [ko1 at ruby-lang.org] Ruby:r14868 (trunk): * bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.
22106 2008-01-03 20:26 [ryan at ruby-lang.or] Ruby:r14869 (trunk): Added known bug from ruby-core:14537
22107 2008-01-03 20:26 [ko1 at ruby-lang.org] Ruby:r14870 (trunk): * eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.
22108 2008-01-03 21:57 [akr at ruby-lang.org] Ruby:r14871 (trunk): * include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.
22109 2008-01-03 23:49 [akr at ruby-lang.org] Ruby:r14872 (trunk): add a test for getc with stateful conversion.
22110 2008-01-04 00:40 [akr at ruby-lang.org] Ruby:r14873 (trunk): * io.c (io_ungetc): move data in buffer if it is required to store the
22111 2008-01-04 00:55 [matz at ruby-lang.or] Ruby:r14874 (trunk): * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.
22112 2008-01-04 01:20 [nobu at ruby-lang.or] Ruby:r14875 (ruby_1_8, trunk): * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]
22113 2008-01-04 02:48 [akr at ruby-lang.org] Ruby:r14876 (trunk): * re.c (rb_reg_search): iterate onig_match for reverse mode.
22114 2008-01-04 02:57 [akr at ruby-lang.org] Ruby:r14877 (trunk): * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as
22115 2008-01-04 10:24 [matz at ruby-lang.or] Ruby:r14878 (trunk): * re.c (rb_reg_search): avoid inner loop for reverse search.
22116 2008-01-04 12:13 [akr at ruby-lang.org] Ruby:r14879 (trunk): unused variable removed.
22117 2008-01-04 14:01 [akr at ruby-lang.org] Ruby:r14880 (trunk): * re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn't
22118 2008-01-04 16:26 [akr at ruby-lang.org] Ruby:r14881 (trunk): * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): use
22119 2008-01-04 18:41 [akr at ruby-lang.org] Ruby:r14882 (trunk): parenthesize macro arguments.
22120 2008-01-04 23:08 [nobu at ruby-lang.or] Ruby:r14883 (trunk, ruby_1_8): * time.c (time_arg): use converted object. [ruby-core:14759]
22121 2008-01-05 01:30 [nobu at ruby-lang.or] Ruby:r14884 (trunk): * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
22122 2008-01-05 01:47 [matz at ruby-lang.or] Ruby:r14885 (trunk): * ruby.c (proc_options): update according to the last API revert.
22123 2008-01-05 01:51 [matz at ruby-lang.or] Ruby:r14886 (trunk): * eval.c (Init_eval): move instance_eval and instance_exec to
22124 2008-01-05 02:15 [matz at ruby-lang.or] Ruby:r14887 (trunk): * string.c (trnext): should enable backslash escape.
22125 2008-01-05 02:21 [akr at ruby-lang.org] Ruby:r14888 (trunk): * include/ruby/ruby.h (rb_intern): memorize interned ID for constant
22126 2008-01-05 11:51 [akr at ruby-lang.org] Ruby:r14889 (trunk): * encoding.c (Init_Encoding): alias csWindows31J to Windows-31J.
22127 2008-01-05 12:35 [akr at ruby-lang.org] Ruby:r14890 (trunk): update rdoc.
22128 2008-01-05 13:04 [nobu at ruby-lang.or] Ruby:r14891 (trunk): * ruby.c (proc_options): no need for intermediate object.
22129 2008-01-05 14:45 [nobu at ruby-lang.or] Ruby:r14892 (trunk): * string.c (rb_str_resize): copy at old length but not new length.
22130 2008-01-05 16:50 [nobu at ruby-lang.or] Ruby:r14893 (trunk): * string.c (rb_str_resize): copy if old data is not empty
22131 2008-01-05 19:42 [suke at ruby-lang.or] Ruby:r14894 (trunk): * test/win32ole/test_win32ole.rb(test_s_locale_change) :add assertion which
22132 2008-01-05 21:17 [suke at ruby-lang.or] Ruby:r14895 (trunk): * test/win32ole/test_win32ole.rb(test_s_codepage_changed) : modify test
22133 2008-01-05 21:49 [akr at ruby-lang.org] Ruby:r14896 (trunk): * vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because
22134 2008-01-06 00:40 [akr at ruby-lang.org] Ruby:r14897 (trunk): add a comment.
22135 2008-01-06 00:53 [naruse at ruby-lang.] Ruby:r14898 (trunk): * lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAA
22136 2008-01-06 01:39 [akr at ruby-lang.org] Ruby:r14899 (trunk): * re.c (rb_reg_initialize_str): /\x80/n is not an error even if script
22137 2008-01-06 03:36 [akr at ruby-lang.org] Ruby:r14900 (trunk): add a test.
22138 2008-01-06 04:14 [akr at ruby-lang.org] Ruby:r14901 (trunk): split combinational tests.
22139 2008-01-06 04:22 [akr at ruby-lang.org] Ruby:r14902 (trunk): unused variable removed.
22140 2008-01-06 09:38 [tadf at ruby-lang.or] Ruby:r14903 (trunk): * lib/date.rb, lib/date/format.rb: introduced some constants
22141 2008-01-06 09:39 [tadf at ruby-lang.or] Ruby:r14904 (ruby_1_8): * lib/date.rb, lib/date/format.rb: introduced some constants
22142 2008-01-06 10:45 [tadf at ruby-lang.or] Ruby:r14905 (ruby_1_8): edited changelog.
22143 2008-01-06 10:57 [usa at ruby-lang.org] Ruby:r14906 (trunk): * 2008-01-06
22144 2008-01-06 10:57 [usa at ruby-lang.org] Ruby:r14907 (ruby_1_8): * 2008-01-06
22145 2008-01-06 11:17 [akr at ruby-lang.org] Ruby:r14908 (trunk): add a test.
22146 2008-01-06 18:11 [technorama at ruby-l] Ruby:r14909 (trunk): * lib/securerandom.rb: Add Win32 support.
22147 2008-01-06 18:25 [akr at ruby-lang.org] Ruby:r14910 (trunk): * include/ruby/encoding.h (rb_enc_str_buf_cat): declared.
22148 2008-01-06 21:15 [akr at ruby-lang.org] Ruby:r14911 (trunk): * re.c (rb_reg_initialize_str): forbid raw non ASCII character
22149 2008-01-07 00:49 [akr at ruby-lang.org] Ruby:r14912 (trunk): * $Date$ keyword removed to avoid inclusion of locale dependent
22150 2008-01-07 00:51 [akr at ruby-lang.org] Ruby:r14913 (trunk): don't use Date keyword itself.
22151 2008-01-07 01:07 [akr at ruby-lang.org] Ruby:r14914 (trunk): * lib/erb.rb (ERB::Revision): cut off locale dependent string in Date
22152 2008-01-07 01:38 [akr at ruby-lang.org] Ruby:r14915 (trunk): * string.c (coderange_scan): optimize ASCII-8BIT string.
22153 2008-01-07 02:37 [akr at ruby-lang.org] Ruby:r14916 (trunk): * string.c (coderange_scan): avoid rb_enc_to_index.
22154 2008-01-07 02:40 [akr at ruby-lang.org] Ruby:r14917 (trunk): add ML ref.
22155 2008-01-07 09:16 [usa at ruby-lang.org] Ruby:r14918 (trunk): * 2008-01-07
22156 2008-01-07 09:42 [drbrain at ruby-lang] Ruby:r14919 (trunk): Clean up comments and whitespace in RDoc generators
22157 2008-01-07 10:36 [drbrain at ruby-lang] Ruby:r14920 (trunk): Collapse namespaces and refactor requires in RDoc
22158 2008-01-07 10:56 [matz at ruby-lang.or] Ruby:r14921 (trunk): add test_knonbug
22159 2008-01-07 11:49 [akr at ruby-lang.org] Ruby:r14922 (trunk): * encoding.c (rb_enc_internal_get_index): extracted from
22160 2008-01-07 11:52 [drbrain at ruby-lang] Ruby:r14923 (trunk): Merge documentation from the same class on ri generation.
22161 2008-01-07 13:55 [akr at ruby-lang.org] Ruby:r14924 (trunk): * re.c (rb_reg_preprocess): fix fixed_enc condition.
22162 2008-01-07 15:46 [nobu at ruby-lang.or] Ruby:r14925 (trunk): * lib/rdoc/generators.rb: set properties.
22163 2008-01-07 15:53 [usa at ruby-lang.org] Ruby:r14926 (trunk): * common.mk, Makefile.in, */Makefile.sub (distclean-local): move
22164 2008-01-07 15:56 [drbrain at ruby-lang] Ruby:r14927 (trunk): Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.
22165 2008-01-07 16:07 [drbrain at ruby-lang] Ruby:r14928 (trunk): Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.
22166 2008-01-07 16:07 [matz at ruby-lang.or] Ruby:r14929 (trunk): add test_knowbug [ruby-core:14813]
22167 2008-01-07 16:11 [drbrain at ruby-lang] Ruby:r14930 (trunk): Namespace TokenStream under RDoc.
22168 2008-01-07 16:48 [akr at ruby-lang.org] Ruby:r14931 (trunk): * include/ruby/oniguruma.h (OnigEncodingType): new member
22169 2008-01-07 18:11 [akr at ruby-lang.org] Ruby:r14932 (trunk): * string.c (str_gsub): move rb_enc_get(str) to out of loop.
22170 2008-01-07 19:01 [matz at ruby-lang.or] Ruby:r14933 (trunk): add test_knownbug [ruby-core:14813]
22171 2008-01-07 19:12 [matz at ruby-lang.or] Ruby:r14934 (trunk): * string.c (Init_String): sym_match arity spec was wrong. a patch
22172 2008-01-07 19:40 [drbrain at ruby-lang] Ruby:r14935 (trunk): Use ERB instead of custom template language for RDoc.
22173 2008-01-07 20:40 [gotoyuzo at ruby-lan] Ruby:r14936 (trunk): * lib/webrick/httpservlet/cgihandler.rb: external encoding of
22174 2008-01-08 00:32 [akr at ruby-lang.org] Ruby:r14937 (trunk): add tests.
22175 2008-01-08 01:28 [akr at ruby-lang.org] Ruby:r14938 (trunk): * string.c (STR_ENC_GET): defined. same as rb_enc_get without
22176 2008-01-08 06:28 [drbrain at ruby-lang] Ruby:r14939 (trunk): Add additional information to RDoc template values
22177 2008-01-08 07:19 [nobu at ruby-lang.or] Ruby:r14940 (trunk): set properties.
22178 2008-01-08 07:57 [akr at ruby-lang.org] Ruby:r14941 (trunk): * string.c (rb_str_buf_append): fix append itself.
22180 2008-01-08 13:06 [nobu at ruby-lang.or] Ruby:r14943 (trunk): * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.
22181 2008-01-08 15:04 [akr at ruby-lang.org] Ruby:r14944 (trunk): * string.c (str_gsub): avoid appending empty pre-match substr.
22182 2008-01-08 15:27 [nobu at ruby-lang.or] Ruby:r14945 (trunk): * enc/utf{16,32}_{be,le}.c: imported from Oniguruma 5.9.1.
22183 2008-01-08 15:40 [nobu at ruby-lang.or] Ruby:r14946 (trunk): * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressed
22184 2008-01-08 15:48 [usa at ruby-lang.org] Ruby:r14947 (trunk): * enc/utf{16,32}_{be,le}.c: use &OnigEncodingName(*) instead of
22185 2008-01-08 16:27 [nobu at ruby-lang.or] Ruby:r14948 (trunk): * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.
22186 2008-01-08 16:27 [nobu at ruby-lang.or] Ruby:r14949: * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.
22187 2008-01-08 18:07 [drbrain at ruby-lang] Ruby:r14950 (trunk): Replace ri with Ryan Davis' cached ri
22188 2008-01-08 18:31 [nobu at ruby-lang.or] Ruby:r14951 (trunk): * set properties.
22189 2008-01-08 18:50 [matz at ruby-lang.or] Ruby:r14952 (trunk): * enum.c (enum_zip): honor length of the receiver, not the
22190 2008-01-08 19:18 [drbrain at ruby-lang] Ruby:r14953 (trunk): Clean up namespacing of RI's classes
22191 2008-01-08 19:49 [drbrain at ruby-lang] Ruby:r14954 (trunk): Speed up Marshal load, fix bug with nested classes' methods
22192 2008-01-08 20:02 [nobu at ruby-lang.or] Ruby:r14955 (trunk, ruby_1_8): * win{32,ce}/Makefile.sub: merged.
22193 2008-01-08 22:35 [naruse at ruby-lang.] Ruby:r14956 (trunk): * encoding.c, Makefile.in, include/ruby/oniguruma.h,
22194 2008-01-08 23:56 [naruse at ruby-lang.] Ruby:r14957 (trunk): * encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.
22195 2008-01-09 01:58 [naruse at ruby-lang.] Ruby:r14958 (trunk): * enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.
22196 2008-01-09 08:42 [jeg2 at ruby-lang.or] Ruby:r14959 (trunk): * enum.c: Updating the documentation of Enumrable#zip to reflect
22197 2008-01-09 13:07 [matz at ruby-lang.or] Ruby:r14960 (trunk): * string.c (rb_enc_cr_str_buf_cat): do not recalculate coderange
22198 2008-01-09 13:46 [gotoyuzo at ruby-lan] Ruby:r14961 (trunk): * lib/webrick/server.rb (WEBrick::HTTPServer#start):
22199 2008-01-09 14:46 [usa at ruby-lang.org] Ruby:r14962 (trunk): * parse.y (parser_prepare): set parser->enc from lex_input for ripper.
22200 2008-01-09 14:52 [nobu at ruby-lang.or] Ruby:r14963 (trunk): * string.c (rb_enc_cr_str_buf_cat, rb_str_buf_append): deal with self
[前][次][スレッド一覧][上]