Commit graph

8 commits

Author SHA1 Message Date
wen
4505ad48a9 Update to 1.35
Update LICENSE

Upstream changes:
1.35, 2015-06-10 ^

    Change to Artistic License 2.0
    Add more misc tests. Add use strict to Set::Object::Weak
2015-08-29 03:53:00 +00:00
mef
35c749c02f Update 1.28 to 1.34
-------------------
1.34, 2013-12-25
    *   Make synopsis examples work (tadzik)

1.33, 2013-12-13
    *   Fix RT #90070: Improve pod for sorted @$set in list context vs
        unsorted ->elements (ftobin)

    *   Fix RT #87658: Typo in pod (dsteinbrunner)

1.32, 2013-05-15 rurban (released 2013-12-13)
    *   Reverts Changes.pod patch RT#85244 as it conflicts with the
        Set::Object pod on metacpan. Also RT #85246

1.31, 2013-05-13 rurban
    *   Changes.pod patch by Gregor Hermann, debian perl group - RT#85244

1.30, 2013-04-04 rurban (new maintainer)
    *   Fixes for 5.16 and newer - RT#83426 Sort by member names, not the
        refs. Fix wrong weak test with globals. Changed to lexicals and use
        strict/warnings.

    *   Fix t/misc/segfault.t, check SvMAGICAL before doing "mg_find"

    *   Fixed wrong C format types in warnings and "SET_OBJECT_MAGIC_backref".
        Added PREREQ_PMs, make Test::LeakTrace and Moose an optional
        dependency for t/misc/more_leaks.t

    *   Improve thread-safety (forbid concurrent writes), but still dealing
        with Attempt to free non-existent shared string and Unbalanced string
        table refcount: (1) for "8" during global destruction. - RT #22760

    *   Add missing typemap entry const char * for 5.6

1.29, 13 Feb 2013
    *   Fixed a typo in a function which really shouldn't exist - RT#79653

    *   Marked a couple of functions as deprecated for removal (including the
        above function).

    *   Fixed the magic cleanup code to use the appropriate macro/function to
        clean up the magic list instead of trying to do it itself.
        Unsurprisingly, fixes a memory leak. (RT#69967, also RT#67289)
2015-02-15 08:20:54 +00:00
sno
e28581f0a7 Updating devel/p5-Set-Object from 1.27nb1 to 1.28
pkgsrc changes:
- add license definition

Upstream changes:
1.28, 22 Jul 2010
    * Fixed a portability concern for some platforms' C compilers
      (that do not support //-style comments) - RT#52690
    * Valid SIGNATURE file - RT#50492
2010-09-01 06:06:58 +00:00
he
82fd597139 Update from version 1.26 to 1.27.
Pkgsrc changes:
 o Remove patch, no longer needed

Upstream changes:

1.27, 15 Jan 2009
       o   Fix a typo that affected building against Perls with debugging
           enabled.
       o   A minor #define refactor (Yuval).
       o   Squash some long-standing warnings I had been ignoring for ages and
           Havard Eidnes prompted me to fix by logging an RT ticket for it.
       o   Squash some global clean-up warnings.
2009-01-20 23:48:57 +00:00
tonnerre
8fe81c0066 Add build fix for cases where assert() is not a no-op. See also CPAN bug
#40356 which confirms this.
2008-12-09 07:24:14 +00:00
he
877627f345 Update from version 1.25nb1 to 1.26.
Upstream changes:

1.26, 13 Oct 2008
    * Methods which destroyed $@ due to internal use of eval now
      properly call local($@) (Yuval)
    * Fix a leak and a corner case with weak set magic, and squash
      some warnings (Yuval)
    * Define behaviour when dealing with return values from operations
      on weak sets. No longer hard-coded "Set::Object" - may affect
      Set::Object sub-classes (Sam)
2008-11-17 22:08:17 +00:00
he
8587a6157c Update from version 1.22 to 1.25. Changes:
1.25, 22 Jul 2008 ^

    * Portability: support Perls before 5.7.3, and make this
      dependency explicit in the Makefile.PL

1.24, 20 Jul 2008 ^

    * Remove threads test which had inadvertantly slipped into the
      MANIFEST from source control, and add comprehensive documentation
      on the state of thread support in this module.
    * Correct other silly MANIFEST mistakes.

1.23, 18 Jul 2008 ^

    * Make behaviour when dealing with items which were undef
      defined. Previously it might segfault (or Bus Error on Mac OS
      X) on some operations and Perl versions, or result in an empty
      string being inserted.
    * Fix a minor compile problem on IRIX, reported by David Cantrell.
2008-07-27 18:55:04 +00:00
abs
43e13ef06c Import p5-Set-Object-1.22
This module implements a Set of objects, that is, a collection of
objects without duplications. It is similar to a Smalltalk IdentitySet.
2008-06-23 04:06:23 +00:00