[前][次][スレッド一覧][上]
ruby-changes:2201-2300
2201 2007-10-14 01:32 [ko1@a... ] nobu - Ruby:r13692 (trunk): * encoding.c (rb_cEncoding): new Encoding class.
2202 2007-10-14 02:20 [ko1@a... ] nobu - Ruby:r13693 (trunk): * inits.c (rb_call_inits): call Init_Encoding.
2203 2007-10-14 03:56 [ko1@a... ] nobu - Ruby:r13694 (ruby_1_8, trunk): * win32/mkexports.rb: deal with __fastcall name decorations.
2204 2007-10-14 04:08 [ko1@a... ] nobu - Ruby:r13695 (ruby_1_8, trunk): * configure.in (AC_SYS_LARGEFILE): keep results also in command
2205 2007-10-14 11:14 [ko1@a... ] akr - Ruby:r13696 (trunk): * lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash is
2206 2007-10-14 17:32 [ko1@a... ] nobu - Ruby:r13697 (trunk): * encoding.c (rb_obj_encoding): rdoc update. a patch from David
2207 2007-10-15 00:36 [ko1@a... ] akr - Ruby:r13698 (trunk): add a test for .
2208 2007-10-15 01:19 [ko1@a... ] akr - Ruby:r13699 (ruby_1_8, trunk): * ext/socket/socket.c (s_accept_nonblock): make accepted fd
2209 2007-10-15 09:58 [ko1@a... ] nobu - Ruby:r13700 (trunk, ruby_1_8): * marshal.c (r_bytes0): check if source has enough data.
2210 2007-10-15 10:07 [ko1@a... ] nobu - Ruby:r13701 (trunk, ruby_1_8): * marshal.c (r_bytes0): commit miss.
2211 2007-10-15 10:12 [ko1@a... ] nobu - Ruby:r13702 (trunk): * bootstraptest/test_knownbug.rb: a test for moved to test/ruby/test_marshal.rb now.
2212 2007-10-15 10:31 [ko1@a... ] akr - Ruby:r13703 (trunk): * process.c (pst_to_s): returns a string such as "pid 10220 exit 1"
2213 2007-10-15 11:45 [ko1@a... ] nobu - Ruby:r13704 (ruby_1_8, trunk): * marshal.c (r_bytes0): refined length check.
2214 2007-10-15 13:24 [ko1@a... ] nobu - Ruby:r13705 (trunk): * numeric.c (flo_round): should be number but not rounding factor.
2215 2007-10-15 17:29 [ko1@a... ] usa - Ruby:r13706 (ruby_1_8): * ext/openssl/lib/openssl/buffering.rb (read, readpartial): revert
2216 2007-10-15 21:41 [ko1@a... ] knu - Ruby:r13707 (ruby_1_8): * NEWS: Mention shellwords and tempfile enhancements.
2217 2007-10-15 22:10 [ko1@a... ] knu - Ruby:r13708 (ruby_1_8): * NEWS: Merge some of the sub-sections, as the differences were
2218 2007-10-15 22:13 [ko1@a... ] knu - Ruby:r13709 (ruby_1_8): reword a bit
2219 2007-10-15 22:15 [ko1@a... ] knu - Ruby:r13710 (ruby_1_8): Merge from trunk.
2220 2007-10-15 22:30 [ko1@a... ] knu - Ruby:r13711 (ruby_1_8): Mention ipaddr enhancements. Prepend stars to list items while I'm here.
2221 2007-10-16 01:28 [ko1@a... ] matz - Ruby:r13712 (trunk): * encoding.c (Init_Encoding): define #to_s to show encoding name
2222 2007-10-16 01:41 [ko1@a... ] matz - Ruby:r13713 (trunk): * enum.c (enum_inject): RDoc update. a patch from David Flanagan
2223 2007-10-16 13:26 [ko1@a... ] nobu - Ruby:r13714 (trunk): * string.c (rb_str_new4): should copy encoding. a patch from NARUSE,
2224 2007-10-16 13:50 [ko1@a... ] matz - Ruby:r13715 (trunk): * encoding.c (enc_to_s): rename function.
2225 2007-10-16 14:06 [ko1@a... ] matz - Ruby:r13716 (trunk): * re.c (rb_reg_s_union): encoding of all regexp objects should
2226 2007-10-16 14:48 [ko1@a... ] nobu - Ruby:r13717 (trunk): * parse.y (parser_regx_options): check if regexp encoding option
2227 2007-10-16 18:17 [ko1@a... ] akr - Ruby:r13718 (trunk): * ruby.c (RUBY_ENCODING_SHIFT): added as enum.
2228 2007-10-16 18:21 [ko1@a... ] akr - Ruby:r13719 (trunk): * ruby.c, debug.c: move debug enum and constants to debug.c.
2229 2007-10-16 18:30 [ko1@a... ] akr - Ruby:r13720 (trunk): * debug.c: use enum for constants for gdb if possible.
2230 2007-10-16 18:39 [ko1@a... ] akr - Ruby:r13721 (trunk): NODE_LMASK is also possible for enum.
2231 2007-10-16 18:47 [ko1@a... ] akr - Ruby:r13722 (trunk): Regexp.union("a", "a") causes SEGV.
2232 2007-10-16 19:48 [ko1@a... ] nobu - Ruby:r13723 (trunk): * re.c (rb_reg_s_union): check for encoding of original object.
2233 2007-10-16 20:06 [ko1@a... ] akr - Ruby:r13724 (trunk): It should be ArgumentError that
2234 2007-10-17 01:57 [ko1@a... ] nobu - Ruby:r13725 (trunk): * re.c (rb_reg_initialize_m): allow binary encoding option.
2235 2007-10-17 02:51 [ko1@a... ] nobu - Ruby:r13726 (trunk): * string.c (rb_str_ord): use encoding.
2236 2007-10-17 03:06 [ko1@a... ] nobu - Ruby:r13727 (trunk): * enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode to
2237 2007-10-17 03:37 [ko1@a... ] nobu - Ruby:r13728 (trunk): * re.c (rb_reg_desc): set encoding.
2238 2007-10-17 05:07 [ko1@a... ] nobu - Ruby:r13729 (trunk): * encoding.c (rb_primary_encoding): added Encoding.primary_encoding.
2239 2007-10-17 05:26 [ko1@a... ] nobu - Ruby:r13730 (trunk): * encoding.c (enc_list): seems a commit miss.
2240 2007-10-17 06:18 [ko1@a... ] nobu - Ruby:r13731 (trunk): * encoding.c (rb_enc_alias, rb_enc_find_index): changed
2241 2007-10-17 11:31 [ko1@a... ] nobu - Ruby:r13732 (trunk): * encoding.c (rb_enc_from_encoding, rb_enc_register): associate index
2242 2007-10-17 14:21 [ko1@a... ] matz - Ruby:r13733 (trunk): * re.c (rb_reg_s_union): the last check was not complete.
2243 2007-10-17 17:40 [ko1@a... ] nobu - Ruby:r13734 (trunk): * ruby.c (proc_options): fixed reversed condition.
2244 2007-10-18 10:58 [ko1@a... ] akr - Ruby:r13735 (ruby_1_8): * ruby.h (RCLASS_IV_TBL): defined.
2245 2007-10-18 15:58 [ko1@a... ] matz - Ruby:r13736 (trunk): * range.c (range_first): takes first n element if argument is
2246 2007-10-18 16:41 [ko1@a... ] matz - Ruby:r13737 (trunk): * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more
2247 2007-10-18 17:12 [ko1@a... ] matz - Ruby:r13738 (trunk): * enum.c (enum_find_index): update RDoc. a patch from David Flanagan
2248 2007-10-18 17:14 [ko1@a... ] matz - Ruby:r13739 (trunk): * range.c (Init_Range): typo fixed.
2249 2007-10-19 10:55 [ko1@a... ] nobu - Ruby:r13740 (trunk): * range.c (range_last): removed unused variables.
2250 2007-10-19 10:58 [ko1@a... ] nobu - Ruby:r13741 (trunk): * range.c (range_last): commit miss.
2251 2007-10-19 11:36 [ko1@a... ] nobu - Ruby:r13742 (trunk): * ruby.c (process_options): set primary encoding from the parser
2252 2007-10-19 16:41 [ko1@a... ] nobu - Ruby:r13743 (trunk): * parse.y (parser_regx_options, reg_compile_gen): relaxened encoding
2253 2007-10-19 20:08 [ko1@a... ] nobu - Ruby:r13744 (trunk): * encoding.c (rb_id_encoding): returns ID "encoding".
2254 2007-10-20 11:49 [ko1@a... ] nobu - Ruby:r13745 (trunk): * file.c (rb_get_path): returns frozen string.
2255 2007-10-21 18:29 [ko1@a... ] nobu - Ruby:r13746 (trunk): * encoding.c (rb_enc_default, rb_enc_primary): return pointers to
2256 2007-10-21 21:20 [ko1@a... ] kou - Ruby:r13747 (ruby_1_8): * lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk.
2257 2007-10-21 21:25 [ko1@a... ] kou - Ruby:r13748: * reverted commit miss in r13747.
2258 2007-10-21 21:27 [ko1@a... ] kou - Ruby:r13749 (ruby_1_8): * fixed commit miss in r13747: committed a missing file.
2260 2007-10-22 11:03 [ko1@a... ] nobu - Ruby:r13751 (trunk): * encoding.c (enc_check_encoding): returns index now.
2261 2007-10-22 11:06 [ko1@a... ] nobu - Ruby:r13752 (trunk): * encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss.
2262 2007-10-22 12:41 [ko1@a... ] akr - Ruby:r13753 (trunk): add a test for .
2263 2007-10-23 00:29 [ko1@a... ] matz - Ruby:r13754 (trunk): * enum.c (enum_cycle): hide temporary array from ObjectSpace.
2264 2007-10-23 00:30 [ko1@a... ] matz - Ruby:r13755 (trunk): * ruby.c (proc_options): allow space after -E (encoding) option.
2265 2007-10-23 10:43 [ko1@a... ] nobu - Ruby:r13756 (trunk): * ruby.c (process_options): encoding set by command line option takes
2266 2007-10-23 10:49 [ko1@a... ] nobu - Ruby:r13757 (trunk): * ChangeLog: reorderd.
2267 2007-10-23 13:44 [ko1@a... ] nobu - Ruby:r13758 (trunk): * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.
2268 2007-10-23 16:41 [ko1@a... ] akr - Ruby:r13759 (trunk): rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.
2269 2007-10-23 17:16 [ko1@a... ] akr - Ruby:r13760 (ruby_1_8): rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.
2270 2007-10-24 14:55 [ko1@a... ] akr - Ruby:r13761 (trunk): use Dir.mktmpdir.
2271 2007-10-24 15:04 [ko1@a... ] akr - Ruby:r13762 (ruby_1_8, trunk): doc. wording fix.
2272 2007-10-24 15:20 [ko1@a... ] akr - Ruby:r13763 (trunk): use Dir.mktmpdir.
2273 2007-10-24 15:30 [ko1@a... ] akr - Ruby:r13764 (trunk): forgot to modify TestDBM2 and TestGDBM2.
2274 2007-10-24 16:11 [ko1@a... ] akr - Ruby:r13765 (trunk): specify prefix for Dir.mktmpdir.
2275 2007-10-24 17:09 [ko1@a... ] nobu - Ruby:r13766 (trunk): * parse.y (parser_tokspace): make space in token buffer.
2276 2007-10-25 04:48 [ko1@a... ] jeg2 - Ruby:r13768 (trunk): * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the error
2277 2007-10-25 04:49 [ko1@a... ] jeg2 - Ruby:r13767 (trunk): * lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):
2278 2007-10-25 05:00 [ko1@a... ] jeg2 - Ruby:r13769 (trunk): * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly start
2279 2007-10-25 06:24 [ko1@a... ] jeg2 - Ruby:r13770 (trunk): * lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug that
2280 2007-10-25 08:05 [ko1@a... ] jeg2 - Ruby:r13771 (ruby_1_8): Merged 13767, 13768, 13769, and 13770 from trunk.
2281 2007-10-25 09:53 [ko1@a... ] akira - Ruby:r13772 (trunk): * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS
2282 2007-10-25 14:08 [ko1@a... ] davidflanagan - Ruby:r13773 (trunk): * parse.y (parser_tokspace): increment tokidx
2283 2007-10-25 14:19 [ko1@a... ] nobu - Ruby:r13774 (trunk, ruby_1_8): * io.c (rb_io_tell, rb_io_seek): check errno too.
2284 2007-10-26 01:53 [ko1@a... ] matz - Ruby:r13775 (trunk): * array.c (rb_ary_assoc): check and convert inner arrays (assocs)
2285 2007-10-26 02:05 [ko1@a... ] matz - Ruby:r13776 (trunk): * hash.c (rb_hash_s_create): check and convert argument hash
2286 2007-10-26 02:06 [ko1@a... ] matz - Ruby:r13777 (trunk): * parse.y (parser_yylex): dot at the head of the line denote line
2287 2007-10-26 04:22 [ko1@a... ] matz - Ruby:r13778 (trunk): * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch from
2288 2007-10-26 06:35 [ko1@a... ] jeg2 - Ruby:r13779 (trunk): * lib/net/telnet.rb (Net::Telnet#login): Making the password prompt
2289 2007-10-26 06:47 [ko1@a... ] jeg2 - Ruby:r13780 (ruby_1_8): Merged 13779 from trunk.
2290 2007-10-26 07:22 [ko1@a... ] jeg2 - Ruby:r13782 (ruby_1_8): Merged 13781 from trunk.
2291 2007-10-26 07:46 [ko1@a... ] jeg2 - Ruby:r13781 (trunk): * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in
2292 2007-10-26 14:52 [ko1@a... ] davidflanagan - Ruby:r13783 (trunk): array.c: raise IndexError for negative length in rb_ary_fill
2293 2007-10-26 15:01 [ko1@a... ] nobu - Ruby:r13784 (trunk): * misc/ruby-style.el (ruby-style-{case,label}-indent): adjust for
2294 2007-10-26 17:01 [ko1@a... ] nobu - Ruby:r13785 (trunk, ruby_1_8): * numeric.c (fix_pow): returns infinity for 0**-1.
2295 2007-10-26 17:14 [ko1@a... ] nobu - Ruby:r13786 (trunk, ruby_1_8): * numeric.c (fix_pow): returns 1.0 for 0**0.0.
2296 2007-10-26 17:38 [ko1@a... ] nobu - Ruby:r13787 (trunk): * numeric.c (int_chr): take an optional encoding parameter.
2297 2007-10-28 21:56 [ko1@a... ] akr - Ruby:r13788 (trunk): * lib/open-uri.rb: :redirect option implemented to disable redirects.
2298 2007-10-29 17:18 [ko1@a... ] nobu - Ruby:r13789 (trunk): * encoding.c (rb_enc_compatible): ASCII encoding is compatible with
2299 2007-10-29 17:20 [ko1@a... ] nobu - Ruby:r13790 (trunk): * encoding.c (rb_enc_replicate): new function to replicate encoding.
2300 2007-10-29 17:58 [ko1@a... ] nobu - Ruby:r13791 (trunk): * string.c (rb_str_substr): perfomance improvement.
[前][次][スレッド一覧][上]