Next | Query returned 47 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-04-12 01:03:40 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update p5-JSON-XS from version 2.280 to version 2.290 (upstream
version 2.29).

Pkgsrc changes:
- Canonical MASTER_SITES

Upstream changes:
2.29  Wed Mar 17 02:39:12 CET 2010
	- fix a memory leak when callbacks set using filter_json_object
          or filter_json_single_key_object were called (great testcase
          by Eric Wilhelm).
   2010-03-16 11:47:57 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating converters/p5-JSON-XS 2.27 to 2.28

Upstream changes:
2.28  Thu Mar 11 20:30:46 CET 2010
	- implement our own atof function - perl's can be orders of
          magnitudes slower than even the system one. on the positive
          side, ours seems to be more exact in general than perl's.
          (testcase provided by Tim Meadowcroft).
        - clarify floating point conversion issues a bit.
	- update jpsykes csrf article url.
        - updated benchmark section - JSON::PP became much faster!
   2010-02-17 13:47:58 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating converters/p5-JSON-XS from 2.260 to 2.270

Upstream changes:
2.27  Thu Jan  7 07:35:08 CET 2010
	- support relaxed option inside the incremental parser
          (testcase provided by IKEGAMI via Makamaka).
   2009-10-12 13:38:36 by Ulrich Habel | Files touched by this commit (2) | Package updated
Log message:
- updated to 2.26
ChangeLog:
2.26  Sat Oct 10 03:26:19 CEST 2009
	- big integers could become truncated (based on patch
          by Strobl Anton).
	- output format change: indent now adds a final newline, which is
          more expected and more true to the documentation.
   2009-08-08 23:03:31 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for p5 module JSON::XS from 2.240 to 2.250

pkgsrc changes:
  - Adding dependency to devel/p5-common-sense

Upstream changes since 2.24:
2.25  Sat Aug  8 12:04:41 CEST 2009
	- the perl debugger completely breaks lvalue subs - try to work
          around the issue.
	- ignore RMAGICAL hashes w.r.t. CANONICAL.
	- try to work around a possible char signedness issue on aix.
        - require common sense.
   2009-06-14 22:56:06 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
pkgsrc changes:
  - Updating package of p5 module JSON::XS from 2.232 to 2.240 (module
    version 2.24)
  - Setting license to ${PERL5_LICENSE} according to COPYING

Upstream changes:
2.24  Sat May 30 08:25:45 CEST 2009
	- the incremental parser did not update its parse offset
          pointer correctly when parsing utf8-strings (nicely
          debugged by Martin Evans).
	- appending a non-utf8-string to the incremental parser
          in utf8 mode failed to upgrade the string.
        - wording of parse error messages has been improved.
   2009-02-24 20:30:36 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 2.231 to 2.232.

Upstream changes:

2.232 Sun Feb 22 11:12:25 CET 2009
	- use an exponential algorithm to extend strings, to
          help platforms with bad or abysmal==windows memory
          allocater performance, at the expense of some memory
          wastage (use shrink to recover this extra memory).
          (nicely analysed by Dmitry Karasik).

2.2311 Thu Feb 19 02:12:54 CET 2009
        - add a section "JSON and ECMAscript" to explain some
          incompatibilities between the two (problem was noted by
          various people).
	- add t/20_faihu.t.
   2008-12-17 01:10:55 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update from version 2.23nb1 to 1.231.

Upstream changes:

2.231 Thu Nov 20 04:59:08 CET 2008
	- work around 5.10.0 magic bugs where manipulating magic values
          (such as $1) would permanently damage them as perl would
          ignore the magicalness, by making a full copy of the string,
          reported by Dmitry Karasik.
        - work around spurious wanrings under older perl 5.8's.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Next | Query returned 47 messages, browsing 31 to 40 | Previous