pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ruby18-base



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jun 10 12:46:47 UTC 2009

Modified Files:
        pkgsrc/lang/ruby18-base: PLIST distinfo
Removed Files:
        pkgsrc/lang/ruby18-base/patches: patch-bi

Log Message:
Update ruby18-base package to 1.8.7.173 (Ruby 1.8.7-p173).

Mon Jun  8 10:58:41 2009  NAKAMURA Usaku  <usa%ruby-lang.org@localhost>

        * eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check
          with another method.

Mon Jun  8 08:15:36 2009  Yukihiro Matsumoto  <matz%ruby-lang.org@localhost>

        * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
          segmentation fault caused by (insanely) long decimal values.
          backported from 1.9. CVE-2009-1904

        * ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i,
          BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split,
          BigDecimal_inspect): ditto.

Mon Jun  8 08:15:36 2009  Yukihiro Matsumoto  <matz%ruby-lang.org@localhost>

        * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
          exp is bigger than DBL_MANT_DIG.

Wed Jun  3 21:16:30 2009  Tanaka Akira  <akr%fsij.org@localhost>

        * file.c: include fcntl.h for O_RDONLY on Solaris.

Wed Jun  3 21:09:56 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * util.c (rv_strdup): macro to duplicate nul-terminated string.
          [ruby-core:22852]

        * util.c (ruby_dtoa): allocates one more byte to get rid of buffer
          overrun.  a patch from Charlie Savage at [ruby-core:22604].

Wed Jun  3 21:09:56 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * util.c (ruby_dtoa): allocates one more byte to get rid of buffer
          overrun.  a patch from Charlie Savage at [ruby-core:22604].

Wed Jun  3 21:05:44 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
          [ruby-core:22600]

Wed Jun  3 20:54:23 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * eval.c (rb_eval): needs to guard intermediate string objects.
          based on a patch from Brent Roman <brent AT mbari.org> a
          [ruby-core:22584].

Tue May 26 21:24:01 2009  URABE Shyouhei  <shyouhei%ruby-lang.org@localhost>

        * Makefile.in (update-rubyspec, test-rubyspec): Catch up to
          rubyspec merge.  A patch by Brian Ford at [ruby-core:21032]

Tue May 26 21:21:49 2009  Akinori MUSHA  <knu%iDaemons.org@localhost>

        * lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal
          method name typo. [Bug #1173]

Tue May 26 21:16:55 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * file.c (rb_file_s_extname): fix for spaces before extention.
          [ruby-dev:38044]

Tue May 26 21:09:21 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * win32/win32.c (_CrtDbgReportW): prevent from false positive
          assertions in msvcrtd.  [ruby-core:22116]

Tue May 26 21:02:13 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.
          [ruby-talk:328195], [ruby-core:22142]

Tue May 26 21:00:08 2009  Nobuyoshi Nakada  <nobu%ruby-lang.org@localhost>

        * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
          Patch by Kornelius Kalnbach.  [ruby-core:20992].

        * test/ostruct/test_ostruct.rb: test for inspect.
          Patch by Kornelius Kalnbach.  [ruby-core:20992].

Tue May 26 20:50:32 2009  Tanaka Akira  <akr%fsij.org@localhost>

        * eval.c (rb_thread_schedule): handle EBADF of select as well.
          [ruby-core:21264]


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/ruby18-base/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/ruby18-base/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/ruby18-base/patches/patch-bi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index