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

ruby-changes:18901-19000

  18901 2011-02-21 00:40 [ko1@a...            ] Ruby:r30926 (trunk): * test/ruby/test_system.rb (TestSystem#test_system_at):
  18902 2011-02-21 00:40 [ko1@a...            ] Ruby:r30927 (trunk): * 2011-02-21       
  18903 2011-02-21 10:02 [ko1@a...            ] Ruby:r30928 (trunk): * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to use
  18904 2011-02-21 10:06 [ko1@a...            ] Ruby:r30929 (trunk): * ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handling
  18905 2011-02-21 10:49 [ko1@a...            ] Ruby:r30930 (trunk): moving autoload to require so that the correct files are required
  18906 2011-02-21 10:56 [ko1@a...            ] Ruby:r30931 (trunk): * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in maps
  18907 2011-02-21 11:00 [ko1@a...            ] Ruby:r30932 (trunk): * ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON event
  18908 2011-02-22 02:42 [ko1@a...            ] Ruby:r30933 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?
  18909 2011-02-22 02:42 [ko1@a...            ] Ruby:r30934 (trunk): * 2011-02-22       
  18910 2011-02-22 03:09 [ko1@a...            ] Ruby:r30935 (trunk): should have used anchor, not oid
  18911 2011-02-22 03:09 [ko1@a...            ] Ruby:r30936 (trunk): * ext/psych/lib/psych/streaming.rb: refactor streaming methods to a
  18912 2011-02-22 03:09 [ko1@a...            ] Ruby:r30937 (trunk): * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help with
  18913 2011-02-22 06:13 [ko1@a...            ] Ruby:r30938 (trunk): Apply documentation patch from mathew murphy.  [Bug #4149]
  18914 2011-02-22 12:42 [ko1@a...            ] Ruby:r30939 (trunk): * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,
  18915 2011-02-22 14:35 [ko1@a...            ] Ruby:r30940 (trunk): * lib/test/unit.rb: Fix merging miss.
  18916 2011-02-22 21:39 [ko1@a...            ] Ruby:r30941 (trunk): * ext/openssl/ossl_digest.c: parenthesize macro arguments.
  18917 2011-02-22 23:16 [ko1@a...            ] Ruby:r30942 (trunk): * lib/test/unit.rb: Fix --ruby option doesn't effect.
  18918 2011-02-23 09:05 [ko1@a...            ] Ruby:r30943 (trunk): Show encoding of compiling regexp.
  18919 2011-02-23 09:05 [ko1@a...            ] Ruby:r30945 (trunk): Fix type of arguments in debug prints.
  18920 2011-02-23 09:05 [ko1@a...            ] Ruby:r30944 (trunk): * 2011-02-23       
  18921 2011-02-23 22:06 [ko1@a...            ] Ruby:r30946 (trunk): * ext/openssl/ossl_engine.c: parenthesize macro arguments.
  18922 2011-02-23 23:08 [ko1@a...            ] Ruby:r30947 (trunk): * test/testunit/test_parallel.rb, test/testunit/parallel/*:
  18923 2011-02-24 10:12 [ko1@a...            ] Ruby:r30949 (trunk): * 2011-02-24       
  18924 2011-02-24 10:12 [ko1@a...            ] Ruby:r30948 (trunk): * test/testunit/tests_for_parallel/misc.rb: Fix bug in r30947.
  18925 2011-02-24 13:48 [ko1@a...            ] Ruby:r30950 (trunk): * common.mk: Use $RUNRUBY for worker process.
  18926 2011-02-24 14:43 [ko1@a...            ] Ruby:r30951 (trunk): * ChangeLog(vim): Modeline for vim
  18927 2011-02-24 22:52 [ko1@a...            ] Ruby:r30952 (trunk): * ChangeLog: style fix.
  18928 2011-02-24 22:52 [ko1@a...            ] Ruby:r30953 (trunk): * vm.c (ruby_vm_destruct): run vm exit hooks after all objects are
  18929 2011-02-24 22:53 [ko1@a...            ] Ruby:r30954 (trunk): * common.mk (love): for the birthday.
  18930 2011-02-24 23:03 [ko1@a...            ] Ruby:r30955 (trunk): * ext/openssl/ossl_hmac.c: parenthesize macro arguments.
  18931 2011-02-25 06:09 [ko1@a...            ] Ruby:r30956 (trunk): * common.mk (love): make ruby, not war.
  18932 2011-02-26 07:12 [ko1@a...            ] Ruby:r30957 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whose
  18933 2011-02-26 07:13 [ko1@a...            ] Ruby:r30958 (trunk): * 2011-02-26       
  18934 2011-02-26 16:18 [ko1@a...            ] Ruby:r30959 (trunk): * lib/test/unit.rb: --jobs-status won't puts over 2 lines.
  18935 2011-02-26 17:03 [ko1@a...            ] Ruby:r30960 (trunk): * ChangeLog: us-ascii only.
  18936 2011-02-26 17:14 [ko1@a...            ] Ruby:r30961 (trunk): * lib/date.rb: [Feature #4257]
  18937 2011-02-26 23:03 [ko1@a...            ] Ruby:r30962 (trunk): * property.        
  18938 2011-02-26 23:36 [ko1@a...            ] Ruby:r30963 (trunk): * ext/date/date_core.c: adjust indent.
  18939 2011-02-26 23:37 [ko1@a...            ] Ruby:r30964 (trunk): * eval_jump.c (rb_exec_end_proc): remove unused variable.
  18940 2011-02-26 23:51 [ko1@a...            ] Ruby:r30965 (trunk): * lib/test/unit.rb, lib/test/unit/parallel.rb: remove trailing spaces.
  18941 2011-02-27 13:17 [ko1@a...            ] Ruby:r30966 (trunk): * ext/openssl/ossl_ns_spki.c: parenthesize macro arguments.
  18942 2011-02-27 13:17 [ko1@a...            ] Ruby:r30967 (trunk): * 2011-02-27       
  18943 2011-02-27 18:03 [ko1@a...            ] Ruby:r30968 (trunk): * lib/test/unit.rb: Refactoring; Worker never use Hash for internal storage.
  18944 2011-02-27 22:03 [ko1@a...            ] Ruby:r30969 (trunk): * test/ruby/test_system.rb (TestSystem#test_system_redirect_win):
  18945 2011-02-28 07:41 [ko1@a...            ] Ruby:r30970 (trunk): * lib/test/unit.rb(Test::Unit::Runner#after_worker_quit):
  18946 2011-02-28 07:41 [ko1@a...            ] Ruby:r30971 (trunk): * 2011-02-28       
  18947 2011-02-28 11:59 [ko1@a...            ] Ruby:r30972 (trunk): * test/testunit/test_parallel.rb: Temporally disable test on Windows.
  18948 2011-02-28 12:28 [ko1@a...            ] Ruby:r30973 (trunk): * ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()
  18949 2011-02-28 12:59 [ko1@a...            ] Ruby:r30974 (trunk): * ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.
  18950 2011-02-28 13:16 [ko1@a...            ] Ruby:r30975 (trunk): * lib/tempfile.rb: Fix example file paths in docs for tempfile.
  18951 2011-02-28 17:34 [ko1@a...            ] Ruby:r30983 (trunk): * version.h: test commit.
  18952 2011-02-28 17:37 [ko1@a...            ] Ruby:r30984 (trunk): * ext/openssl/ossl_pkcs7.c: parenthesize macro arguments.
  18953 2011-02-28 17:42 [ko1@a...            ] Ruby:r30985 (trunk): * version.h: test commit.
  18954 2011-02-28 19:26 [ko1@a...            ] Ruby:r30986 (trunk): * version.h: test commit.
  18955 2011-02-28 22:54 [ko1@a...            ] Ruby:r30987 (trunk): * win32/win32.c (rb_w32_spawn): use shell if a commandline contain
  18956 2011-02-28 23:56 [ko1@a...            ] Ruby:r30988 (trunk): * test/testunit/test_rake_integration.rb (test_with_rake_runner):
  18957 2011-03-01 00:18 [ko1@a...            ] Ruby:r30989 (trunk): * include/ruby/win32.h: define WIN32 if neither _WIN64 nor WIN32 defined. it forces to use push/pop for pack(4) pragma.
  18958 2011-03-01 10:39 [ko1@a...            ] Ruby:r30991 (trunk): * string.c (rb_str_byteslice): Add String#byteslice. 
  18959 2011-03-01 13:29 [ko1@a...            ] Ruby:r30992 (trunk): Fix rdoc of String#byteslice. Feature #4447
  18960 2011-03-01 13:41 [ko1@a...            ] Ruby:r30993 (trunk): * ext/bigdecimal/bigdecimal.c (VpMemAlloc): CVE-2011-0188.
  18961 2011-03-01 16:11 [ko1@a...            ] Ruby:r30994 (trunk): * string.c (rb_str_byteslice): the resulted encoding should keep
  18962 2011-03-01 16:23 [ko1@a...            ] Ruby:r30995 (trunk): * win32/win32.c: revert r30987 because it causes some failures in
  18963 2011-03-01 19:52 [ko1@a...            ] Ruby:r30997 (trunk): * test/date/{test_date.rb,test_date_attr.rb}: 
  18964 2011-03-01 20:56 [ko1@a...            ] Ruby:r30998 (trunk): * test/ruby/test_system.rb (TestSystem#test_system_at):
  18965 2011-03-01 21:54 [ko1@a...            ] Ruby:r30999 (trunk): * lib/test/unit/parallel.rb: For Windows.
  18966 2011-03-01 22:05 [ko1@a...            ] Ruby:r31000 (trunk): * lib/test/unit/parallel.rb: Fix number.
  18967 2011-03-01 22:29 [ko1@a...            ] Ruby:r31001 (trunk): * ext/openssl/ossl_pkey.h: parenthesize macro arguments.
  18968 2011-03-02 14:06 [ko1@a...            ] Ruby:r31002 (trunk): * test/testunit/test_parallel.rb(TestParallel#spawn_runner):
  18969 2011-03-02 14:09 [ko1@a...            ] Ruby:r31004 (trunk): * string.c (rb_str_slice_bang): move treatments which is only needed
  18970 2011-03-02 14:30 [ko1@a...            ] Ruby:r31005 (trunk): * lib/test/unit/parallel.rb: Fix name from `inclement_io` to
  18971 2011-03-02 22:54 [ko1@a...            ] Ruby:r31006 (trunk): * ext/openssl/ossl_pkey_dh.c: parenthesize macro arguments.
  18972 2011-03-02 23:52 [ko1@a...            ] Ruby:r31007 (trunk): * string.c (str_byte_substr): return nil for negative length.
  18973 2011-03-03 00:52 [ko1@a...            ] Ruby:r31008 (trunk): * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encoding
  18974 2011-03-03 01:27 [ko1@a...            ] Ruby:r31010 (trunk): * addr2line.c (uleb128): cast the value to unsigned long.
  18975 2011-03-03 16:13 [ko1@a...            ] Ruby:r31011 (trunk): * strftime.c (STRFTIME): return 0 and ERANGE when precision is too
  18976 2011-03-03 17:13 [ko1@a...            ] Ruby:r31012 (ruby_1_8): Looks like RUBY_PATCHLEVEL was accidentally bumped to 1 in r30302.  Fix it.
  18977 2011-03-03 17:19 [ko1@a...            ] Ruby:r31013 (ruby_1_8): * array.c (rb_ary_collect), enum.c (enum_collect): Add
  18978 2011-03-03 17:54 [ko1@a...            ] Ruby:r31014 (trunk): incompatibility arround REXML is reverted in r31008. ref #3990
  18979 2011-03-03 19:43 [ko1@a...            ] Ruby:r31015 (trunk): * string.c (rb_str_slice_bang): raise error when the string is frozen.
  18980 2011-03-04 00:30 [ko1@a...            ] Ruby:r31016 (trunk): * test/ruby/test_process.rb (test_execopts_redirect): redirecting fd
  18981 2011-03-04 00:30 [ko1@a...            ] Ruby:r31017 (trunk): * process.c (check_exec_redirect_fd, check_exec_redirect): raise
  18982 2011-03-04 00:30 [ko1@a...            ] Ruby:r31019 (trunk): * 2011-03-04       
  18983 2011-03-04 00:30 [ko1@a...            ] Ruby:r31018 (trunk): * golf_prelude.rb (Symbol#call): new method.
  18984 2011-03-04 07:37 [ko1@a...            ] Ruby:r31020 (trunk): * ext/openssl/ossl_pkey_dsa.c: parenthesize macro arguments.
  18985 2011-03-04 21:16 [ko1@a...            ] Ruby:r31021 (trunk): * configure.in: save warnflags. the patch is created by Eric Wong.
  18986 2011-03-04 22:02 [ko1@a...            ] Ruby:r31022 (trunk): * io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need to
  18987 2011-03-04 23:22 [ko1@a...            ] Ruby:r31023 (trunk): * test/testunit/test_parallel.rb
  18988 2011-03-04 23:28 [ko1@a...            ] Ruby:r31024 (trunk): * .gitignoRe: ignore ext/date and ext/-test-/*/*.
  18989 2011-03-05 01:38 [ko1@a...            ] Ruby:r31025 (trunk): * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()
  18990 2011-03-05 01:39 [ko1@a...            ] Ruby:r31026 (trunk): * 2011-03-05       
  18991 2011-03-05 19:45 [ko1@a...            ] Ruby:r31027 (trunk): * test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.
  18992 2011-03-05 23:02 [ko1@a...            ] Ruby:r31028 (trunk): * include/ruby/intern.h: fix a typo of prototype declaration.
  18993 2011-03-06 03:24 [ko1@a...            ] Ruby:r31029 (trunk): * io.c (io_cntl): use rb_thread_io_blocking_region() instead
  18994 2011-03-06 03:25 [ko1@a...            ] Ruby:r31030 (trunk): * 2011-03-06       
  18995 2011-03-06 05:29 [ko1@a...            ] Ruby:r31031 (trunk): * class.c: fix camelCase to snake_case in documentation code examples.
  18996 2011-03-06 22:09 [ko1@a...            ] Ruby:r31032 (trunk): * sample/list.rb (MyElem#initialize): initialize @head
  18997 2011-03-06 22:38 [ko1@a...            ] Ruby:r31033 (trunk): * ext/openssl/ossl_pkey_ec.c: parenthesize macro arguments.
  18998 2011-03-06 23:21 [ko1@a...            ] Ruby:r31034 (trunk): * process.c (maxgroups, proc_setmaxgroups): increase max groups
  18999 2011-03-06 23:42 [ko1@a...            ] Ruby:r31035 (trunk): * process.c (proc_setmaxgroups): added negative value check.
  19000 2011-03-06 23:49 [ko1@a...            ] Ruby:r31036 (trunk): * configure.in: rlim_t use standard RUBY_REPLACE_TYPE mechanism.

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