Guest User

Untitled

a guest
Jul 18th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. Index: ChangeLog
  2. ===================================================================
  3. --- ChangeLog (revision 30330)
  4. +++ ChangeLog (working copy)
  5. @@ -169,10 +169,6 @@
  6.  
  7. * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]
  8.  
  9. -Tue Nov 17 08:54:04 2010 James Edward Gray II <jeg2@ruby-lang.org>
  10. -
  11. - * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]
  12. -
  13. Tue Nov 16 22:30:39 2010 Yusuke Endoh <mame@tsg.ne.jp>
  14.  
  15. * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)
  16. @@ -461,10 +457,6 @@
  17.  
  18. * bootstraptest/test_method.rb: add a test for [ruby-core:30534].
  19.  
  20. -Wed Sep 22 01:49:52 2010 Koichi Sasada <ko1@atdot.net>
  21. -
  22. - * bootstraptest/test_method.rb: add a test for [ruby-core:30534].
  23. -
  24. Mon Sep 20 23:23:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
  25.  
  26. * dir.c (bracket): get rid of scanning at the end of the pattern
  27. @@ -634,11 +626,6 @@
  28. * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enabling
  29. stubs". Thanks, Akio Tajima [ruby-dev:42159].
  30.  
  31. -Mon Oct 4 12:43:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
  32. -
  33. - * parse.y (regexp): dregexp has literal string only at the head
  34. - and successors are array. [ruby-core:32682]
  35. -
  36. Tue Aug 10 11:26:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>
  37.  
  38. * lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.
  39. @@ -699,13 +686,6 @@
  40. * vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc
  41. from method. Bug #3786, Bug #3860, [ruby-core:32501]
  42.  
  43. -Wed Oct 6 11:52:12 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
  44. -
  45. - * io.c (fptr_finalize): write_mutex might have been destroyed
  46. - already in finalization phase, as the order of finalizers is not
  47. - guaranteed. rb_mutex_t should be used in place of Mutex object
  48. - in the future.
  49. -
  50. Sun Sep 19 13:44:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
  51.  
  52. * configure.in (LIBRUBY_SO): fix an oversight of replace
  53. @@ -2209,11 +2189,6 @@
  54.  
  55. [ruby-dev:38849]
  56.  
  57. -Wed May 12 09:21:05 2010 NARUSE, Yui <naruse@ruby-lang.org>
  58. -
  59. - * re.c (rb_reg_initialize_m): fix wrong index for the lang
  60. - option's value 'N'. reported by Masaya TARUI via IRC.
  61. -
  62. Tue May 11 21:53:18 2010 Yusuke Endoh <mame@tsg.ne.jp>
  63.  
  64. * test/rake/test_task_arguments.rb: makes ENV empty during tests
  65. @@ -2249,38 +2224,6 @@
  66.  
  67. * common.mk (dln_find.o): fix dependency.
  68.  
  69. -Tue May 11 01:20:43 2010 Aaron Patterson <aaron@tenderlovemaking.com>
  70. -
  71. - * ext/psych/parser.c (parse): Return strings encoded as
  72. - Encoding.default_internal if set.
  73. -
  74. -Mon May 10 06:59:19 2010 NARUSE, Yui <naruse@ruby-lang.org>
  75. -
  76. - * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
  77. - is miniruby, it can run after miniruby is built.
  78. -
  79. -Mon May 10 03:36:56 2010 Yusuke Endoh <mame@tsg.ne.jp>
  80. -
  81. - * vm_eval.c (eval_string_with_cref): propagative filename and line_no
  82. - of binding. [ruby-dev:38767] [ruby-core:28307]
  83. -
  84. - * vm_core.h (rb_binding_t), proc.c: add filename and line_no fields to
  85. - preserve them.
  86. -
  87. -Mon May 10 02:29:51 2010 Yusuke Endoh <mame@tsg.ne.jp>
  88. -
  89. - * cont.c (fiber_switch): raise FiberError when returning to dead
  90. - fiber. [ruby-dev:40833]
  91. -
  92. -Sun May 16 11:39:15 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
  93. -
  94. - * include/ruby/missing.h (signbit): add missing prototype.
  95. -
  96. -Sun May 16 10:49:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
  97. -
  98. - * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.
  99. - a patch by Masaya TARUI <tarui AT prx.jp>.
  100. -
  101. Sun May 9 23:07:53 2010 Yusuke Endoh <mame@tsg.ne.jp>
  102.  
  103. * proc.c (proc_dup): copy blockprocval. proc_dup is used by
  104. @@ -2296,11 +2239,6 @@
  105. * ext/psych/parser.c (parse): Return strings encoded as
  106. Encoding.default_internal if set.
  107.  
  108. -Mon May 10 06:59:19 2010 NARUSE, Yui <naruse@ruby-lang.org>
  109. -
  110. - * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
  111. - is miniruby, it can run after miniruby is built.
  112. -
  113. Mon May 10 03:36:56 2010 Yusuke Endoh <mame@tsg.ne.jp>
  114.  
  115. * vm_eval.c (eval_string_with_cref): propagative filename and line_no
Add Comment
Please, Sign In to add comment