[前][次][番号順一覧][上]

ruby-changes:3301-3400

   3301 2007-12-30 17:44 [ko1@a...            ] nobu -  Ruby:r14794 (trunk): * encoding.c (Init_Encoding): registered rb_encoding differs from
   3302 2007-12-30 18:19 [ko1@a...            ] akr -  Ruby:r14795 (trunk): update force_encoding document.
   3303 2007-12-30 20:01 [ko1@a...            ] usa -  Ruby:r14796 (trunk): * bootstraptest/test_knownbug.rb: support DOSISH.
   3304 2007-12-30 21:42 [ko1@a...            ] akr -  Ruby:r14797 (trunk): timeout larger area.
   3305 2007-12-30 21:54 [ko1@a...            ] nobu -  Ruby:r14798 (trunk): * parse.y (program, yycompile0): too early to drop lex_lastline in
   3306 2007-12-30 22:48 [ko1@a...            ] tadf -  Ruby:r14799 (trunk): * lib/date.rb (_valid_time?): I'm not sure to recommend such an
   3307 2007-12-30 22:50 [ko1@a...            ] tadf -  Ruby:r14800 (ruby_1_8): * lib/date.rb (_valid_time?): I'm not sure to recommend such an
   3308 2007-12-30 23:20 [ko1@a...            ] eban -  Ruby:r14801 (trunk): * golf_prelude.rb (@@golf_hash): for performance improvement.
   3309 2007-12-30 23:49 [ko1@a...            ] usa -  Ruby:r14802 (trunk): * golf_prelude.rb (String#/): define / as split, as association of
   3310 2007-12-30 23:57 [ko1@a...            ] akr -  Ruby:r14803 (trunk): fix \xc2\xa0 as \xc2\xa1.
   3311 2007-12-31 02:31 [ko1@a...            ] akr -  Ruby:r14804 (trunk): add more tests for sub, gsub, sub!, gsub!.
   3312 2007-12-31 05:58 [ko1@a...            ] usa -  Ruby:r14805 (trunk): * test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps.
   3313 2007-12-31 06:08 [ko1@a...            ] nobu -  Ruby:r14806 (trunk): * include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.
   3314 2007-12-31 06:52 [ko1@a...            ] nobu -  Ruby:r14807 (ruby_1_8, trunk): * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross
   3315 2007-12-31 07:39 [ko1@a...            ] nobu -  Ruby:r14808 (trunk): * main.c, goruby.c (RUBY_MAIN_INIT): removed.
   3316 2007-12-31 09:33 [ko1@a...            ] nobu -  Ruby:r14809 (trunk): * golf_prelude.rb: find words with underscore.
   3317 2007-12-31 14:53 [ko1@a...            ] akr -  Ruby:r14810 (trunk): fix typos.  
   3318 2007-12-31 15:43 [ko1@a...            ] akr -  Ruby:r14811 (trunk): fix typos.  
   3319 2007-12-31 18:07 [ko1@a...            ] akr -  Ruby:r14812 (trunk): fix a typo. 
   3320 2007-12-31 19:39 [ko1@a...            ] akr -  Ruby:r14813 (trunk): * string.c (IS_7BIT): removed.
   3321 2007-12-31 21:56 [ko1@a...            ] akr -  Ruby:r14814 (trunk): fix typos.  
   3322 2007-12-31 22:57 [ko1@a...            ] matz -  Ruby:r14815 (trunk): * thread_pthread.c (native_sleep): timespec tv_sec may overflow on
   3323 2007-12-31 23:18 [ko1@a...            ] gotoyuzo -  Ruby:r14816 (trunk): * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
   3324 2007-12-31 23:54 [ko1@a...            ] nobu -  Ruby:r14819 (trunk): * ruby.c (proc_options, process_options): delays finding encoding
   3325 2007-12-31 23:58 [ko1@a...            ] nobu -  Ruby:r14820 (trunk): * ruby.c (proc_options, process_options): delays finding encoding
   3326 2008-01-01 00:04 [ko1@a...            ] nobu -  Ruby:r14818 (trunk): * test/webrick/test_httpproxy.rb: set properties.
   3327 2008-01-01 00:04 [ko1@a...            ] nobu -  Ruby:r14817 (trunk): * string.c (rb_str_resize): embeds if ptr is null.  
   3328 2008-01-01 01:04 [ko1@a...            ] nobu -  Ruby:r14821 (trunk): * ruby.c (process_options): rejects dummy encoding.
   3329 2008-01-01 01:29 [ko1@a...            ] nobu -  Ruby:r14822 (trunk): * encoding.c (rb_to_encoding): raises for non-nil, non-encoding,
   3330 2008-01-01 01:32 [ko1@a...            ] matz -  Ruby:r14823 (trunk): * bootstraptest/test_knownbug.rb: shut up syntax error
   3331 2008-01-01 01:34 [ko1@a...            ] matz -  Ruby:r14824 (trunk): * bootstraptest/test_knownbug.rb: more portable way
   3332 2008-01-01 14:17 [ko1@a...            ] matz -  Ruby:r14825 (trunk): * string.c (rb_str_substr): offset movement bug.  a patch from
   3333 2008-01-01 14:44 [ko1@a...            ] matz -  Ruby:r14826 (trunk): * lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:
   3334 2008-01-01 16:04 [ko1@a...            ] akr -  Ruby:r14827 (trunk): add a test: "y".count("a\\-z") should be 0.
   3335 2008-01-01 17:51 [ko1@a...            ] nobu -  Ruby:r14828 (trunk): * io.c (rb_io_mode_enc): encoding spec is not allowed in binary mode.
   3336 2008-01-01 21:24 [ko1@a...            ] akr -  Ruby:r14829 (trunk): * include/ruby/encoding.h (rb_isascii): defined.
   3337 2008-01-01 22:19 [ko1@a...            ] akr -  Ruby:r14830 (trunk): abolish warnings by previous change.
   3338 2008-01-01 23:17 [ko1@a...            ] akr -  Ruby:r14831 (trunk): * common.mk: dependency updated.
   3339 2008-01-01 23:56 [ko1@a...            ] akr -  Ruby:r14832 (trunk): thread_pthread.h -> thread_$(THREAD_MODEL).h.
   3340 2008-01-02 00:22 [ko1@a...            ] naruse -  Ruby:r14833 (trunk): * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.
   3341 2008-01-02 01:22 [ko1@a...            ] akr -  Ruby:r14834 (trunk): * enc/depend: dependency updated.
   3342 2008-01-02 02:31 [ko1@a...            ] akr -  Ruby:r14835 (trunk): thread_pthread.c -> thread_$(THREAD_MODEL).c.
   3343 2008-01-02 09:04 [ko1@a...            ] tadf -  Ruby:r14836 (trunk): * sample/cal.rb: just updated with the newest version.
   3344 2008-01-02 09:08 [ko1@a...            ] tadf -  Ruby:r14837 (ruby_1_8): * sample/cal.rb: just updated with the newest version.
   3345 2008-01-02 09:12 [ko1@a...            ] tadf -  Ruby:r14838 (trunk): * sample/goodfriday.rb: examples for date are enough.  retired.
   3346 2008-01-02 09:15 [ko1@a...            ] tadf -  Ruby:r14839 (trunk): removed an entry.
   3347 2008-01-02 09:19 [ko1@a...            ] tadf -  Ruby:r14840 (ruby_1_8): * sample/goodfriday.rb: examples for date are enough.  retired.
   3348 2008-01-02 10:15 [ko1@a...            ] tadf -  Ruby:r14841 (trunk): * sample/time.rb: use Process.times instead of Time.times.
   3349 2008-01-02 10:19 [ko1@a...            ] tadf -  Ruby:r14842 (ruby_1_8): * sample/time.rb: use Process.times instead of Time.times.
   3350 2008-01-02 10:46 [ko1@a...            ] tadf -  Ruby:r14843 (trunk): use hard tab.
   3351 2008-01-02 10:48 [ko1@a...            ] tadf -  Ruby:r14844 (ruby_1_8): use hard tab.
   3352 2008-01-02 10:57 [ko1@a...            ] usa -  Ruby:r14845 (ruby_1_8): * 2007-01-02
   3353 2008-01-02 10:58 [ko1@a...            ] usa -  Ruby:r14846 (trunk): * 2008-01-02
   3354 2008-01-02 11:37 [ko1@a...            ] akr -  Ruby:r14847 (trunk): * missing/strcasecmp.c: removed.  Ruby don't use locale dependent
   3355 2008-01-02 14:02 [ko1@a...            ] akr -  Ruby:r14848 (trunk): * common.mk (strcasecmp.o): removed.
   3356 2008-01-02 14:42 [ko1@a...            ] akr -  Ruby:r14849 (trunk): * include/ruby/missing.h (strcasecmp): removed.
   3357 2008-01-02 15:24 [ko1@a...            ] akr -  Ruby:r14850 (trunk): * util.c (ruby_strtoul): locale independent strtoul is implemented to
   3358 2008-01-02 15:29 [ko1@a...            ] akr -  Ruby:r14851 (trunk): use signed char explicitly for table in scan_digits.
   3359 2008-01-02 15:53 [ko1@a...            ] akr -  Ruby:r14852 (trunk): describe about OS.
   3360 2008-01-02 16:09 [ko1@a...            ] akr -  Ruby:r14853 (trunk): don't need to include ruby/util.h.
   3361 2008-01-02 23:53 [ko1@a...            ] akr -  Ruby:r14854 (trunk): * util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer.
   3362 2008-01-03 02:48 [ko1@a...            ] akr -  Ruby:r14855 (trunk): * bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.
   3363 2008-01-03 05:07 [ko1@a...            ] akr -  Ruby:r14856 (trunk): * enc/us_ascii.c: add us_ascii_ prefix for functions to ease
   3364 2008-01-03 11:16 [ko1@a...            ] usa -  Ruby:r14857 (trunk): * 2007-01-03
   3365 2008-01-03 11:29 [ko1@a...            ] nobu -  Ruby:r14858 (ruby_1_8, trunk): * io.c (fptr_finalize): clear errno first.  
   3366 2008-01-03 11:46 [ko1@a...            ] akr -  Ruby:r14859 (trunk): * time.c: don't mention an obsolete library, ParseDate.
   3367 2008-01-03 12:12 [ko1@a...            ] akr -  Ruby:r14860 (trunk): update golf dependency.
   3368 2008-01-03 12:24 [ko1@a...            ] akr -  Ruby:r14861 (trunk): update dependency for alloca.o and dmydln.o.
   3369 2008-01-03 13:31 [ko1@a...            ] akr -  Ruby:r14862 (trunk): downcase MUL_OVERFLOW.  it is a local variable.
   3370 2008-01-03 14:38 [ko1@a...            ] akr -  Ruby:r14863 (trunk): * parse.y (parser_magic_comment): use STRNCASECMP.
   3371 2008-01-03 15:13 [ko1@a...            ] akr -  Ruby:r14864 (trunk): * include/ruby/encoding.h (rb_isascii): simplified.
   3372 2008-01-03 17:44 [ko1@a...            ] akr -  Ruby:r14865 (trunk): * encoding.c (rb_isalnum): defined.
   3373 2008-01-03 17:56 [ko1@a...            ] akr -  Ruby:r14866 (trunk): * regenc.h (onigenc_ascii_is_code_ctype): put back.
   3374 2008-01-03 18:40 [ko1@a...            ] akr -  Ruby:r14867 (trunk): * encoding.c: (rb_tolower, rb_toupper): body was exchanged.
   3375 2008-01-03 19:48 [ko1@a...            ] ko1 -  Ruby:r14868 (trunk): * bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.
   3376 2008-01-03 20:26 [ko1@a...            ] ryan -  Ruby:r14869 (trunk): Added known bug from ruby-coRe: 14537
   3377 2008-01-03 20:27 [ko1@a...            ] ko1 -  Ruby:r14870 (trunk): * eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.
   3378 2008-01-03 22:21 [ko1@a...            ] akr -  Ruby:r14871 (trunk): * include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.
   3379 2008-01-03 23:49 [ko1@a...            ] akr -  Ruby:r14872 (trunk): add a test for getc with stateful conversion.
   3380 2008-01-04 00:41 [ko1@a...            ] akr -  Ruby:r14873 (trunk): * io.c (io_ungetc): move data in buffer if it is required to store the
   3381 2008-01-04 00:55 [ko1@a...            ] matz -  Ruby:r14874 (trunk): * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.
   3382 2008-01-04 01:20 [ko1@a...            ] nobu -  Ruby:r14875 (ruby_1_8, trunk): * win32.h: only VC6 needs extern "C++" for math.h.  
   3383 2008-01-04 02:48 [ko1@a...            ] akr -  Ruby:r14876 (trunk): * re.c (rb_reg_search): iterate onig_match for reverse mode.
   3384 2008-01-04 02:58 [ko1@a...            ] akr -  Ruby:r14877 (trunk): * enc/euc_jp.c: remove eucjp_ prefix.  breakpoint can be specified as
   3385 2008-01-04 10:24 [ko1@a...            ] matz -  Ruby:r14878 (trunk): * re.c (rb_reg_search): avoid inner loop for reverse search.
   3386 2008-01-04 12:14 [ko1@a...            ] akr -  Ruby:r14879 (trunk): unused variable removed.
   3387 2008-01-04 14:02 [ko1@a...            ] akr -  Ruby:r14880 (trunk): * re.c (rb_reg_prepare_re): check string encoding.  Oniguruma doesn't
   3388 2008-01-04 16:26 [ko1@a...            ] akr -  Ruby:r14881 (trunk): * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): use
   3389 2008-01-04 18:41 [ko1@a...            ] akr -  Ruby:r14882 (trunk): parenthesize macro arguments.
   3390 2008-01-04 23:09 [ko1@a...            ] nobu -  Ruby:r14883 (trunk, ruby_1_8): * time.c (time_arg): use converted object.  
   3391 2008-01-05 01:30 [ko1@a...            ] nobu -  Ruby:r14884 (trunk): * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
   3392 2008-01-05 01:47 [ko1@a...            ] matz -  Ruby:r14885 (trunk): * ruby.c (proc_options): update according to the last API revert.
   3393 2008-01-05 01:52 [ko1@a...            ] matz -  Ruby:r14886 (trunk): * eval.c (Init_eval): move instance_eval and instance_exec to
   3394 2008-01-05 02:15 [ko1@a...            ] matz -  Ruby:r14887 (trunk): * string.c (trnext): should enable backslash escape.
   3395 2008-01-05 02:22 [ko1@a...            ] akr -  Ruby:r14888 (trunk): * include/ruby/ruby.h (rb_intern): memorize interned ID for constant
   3396 2008-01-05 11:51 [ko1@a...            ] akr -  Ruby:r14889 (trunk): * encoding.c (Init_Encoding): alias csWindows31J to Windows-31J.
   3397 2008-01-05 12:35 [ko1@a...            ] akr -  Ruby:r14890 (trunk): update rdoc.
   3398 2008-01-05 13:04 [ko1@a...            ] nobu -  Ruby:r14891 (trunk): * ruby.c (proc_options): no need for intermediate object.
   3399 2008-01-05 14:45 [ko1@a...            ] nobu -  Ruby:r14892 (trunk): * string.c (rb_str_resize): copy at old length but not new length.
   3400 2008-01-05 16:52 [ko1@a...            ] nobu -  Ruby:r14893 (trunk): * string.c (rb_str_resize): copy if old data is not empty

[前][次][番号順一覧][上]