Commit graph

16970 commits

Author SHA1 Message Date
adam
19f3242141 Changes 1.08:
* Upgrading to Module::Install::DSL 1.00
* Removing use UNIVERSAL, it does some evil stuff
2011-08-13 07:47:41 +00:00
adam
b416213cf0 Changes 1.06:
* Moving to a production version
* Upgrading to Module::Install::DSL 1.00
* Removing evil use UNIVERSAL
2011-08-13 07:46:03 +00:00
taca
b6c383caba Update devel/ZenTest package to 4.6.1.
=== 4.6.1 / 2011-08-11

* 3 bug fixes:

  * Fix for option flags and unhandled error warning in autotest. (dbackeus)
  * Fix option w/ args handling and restart by storing ARGV in options[:args]
  * Fixed autotest --rc option handling. (simplybusiness)
2011-08-13 02:06:29 +00:00
taca
a366ba3d0e Update devel/ruby-rdoc package to 3.9.2.
=== 3.9.2 / 2011-08-11

* Bug fix
  * Loosened TIDYLINK regexp to allow any content in the link section like:
    <tt>{foo}[rdoc-ref:SomeClass]</tt>
2011-08-13 02:05:42 +00:00
adam
99532d2003 Revision bump after updating perl to 5.14.1 2011-08-12 19:21:45 +00:00
adam
c0f7d45f34 Changes 1.10:
* Upgrading to Module::Install::DSL 1.00
* Removing nasty evil use UNIVERSAL;
* Fix 03_noindex.t to ignore MYMETA.yml
2011-08-12 19:20:05 +00:00
adam
97db40bf1c Revision bump after updating perl to 5.14.1 2011-08-12 19:09:59 +00:00
adam
6e00f12562 Changes 0.20:
* The KQueue watcher checks that a file has a file descriptor to avoid
  watching closed files
2011-08-12 19:09:06 +00:00
adam
df364c19b7 Revision bump after updating perl to 5.14.1 2011-08-12 18:57:13 +00:00
adam
138645fd31 Changes 0.1602:
* Fixed code generation for package_static methods.

Changes 0.1601:
* Do not try to rebuld the grammar during CPAN installation.

Changes 0.16:
* Allow renaming destructors and fixed parsing of virtual ones.
2011-08-12 18:56:24 +00:00
adam
3e5b45077c Revision bump after updating perl to 5.14.1 2011-08-12 18:47:30 +00:00
taca
7139a43bbd Refelect dependency due to gemspec.
Bump PKGREVISION.
2011-08-12 16:39:31 +00:00
taca
020f75cfb3 Update devel/ruby-thrift_client package to 0.6.3.
v0.6.3

* Document the :connect_timeout option.
* Add support for specifying client-side timeouts when using FramedTransport
* set transport timeout after connection is established
* Add a method `add_callback` allowing a client to register a block that is
  invoked at a certain event.
* Fixup socket timeouts.
2011-08-12 16:38:48 +00:00
taca
57d596e1f1 Update devel/ruby-test-unit package to 2.3.1.
Changes are unknown.
2011-08-12 16:38:04 +00:00
taca
73cf7060f0 No need to patch gemspec since newer rubygems handles gracefully. 2011-08-12 16:37:05 +00:00
taca
fca85f5406 Update devel/ruby-rcov package to 0.9.10.
* Fix COMMENT line.
* Changes are unknown.
2011-08-12 16:36:01 +00:00
taca
f061de7a03 Update devel/ruby-polyglot pacakge to 0.3.2.
== 0.3.2 2011-07-27

* 1 minor fix:
  * Load file without extension if found exactly as required
2011-08-12 16:33:05 +00:00
taca
25a831884c Add dependency to hoe due to gemspec.
Bump PKGREVISION.
2011-08-12 16:31:45 +00:00
taca
6eb41853d8 Update devel/ruby-getopt package to 1.4.1.
== 1.4.1 - 17-Jul-2011
* Now works with Ruby 1.9.x. Thanks go to Shura for the patch.
* Refactored the gemspec. Gem building code is now handled by Rake tasks.
* Refactored the Rakefile. Added a default task, removed the old install
  task, and namespaced the gem related tasks.
2011-08-12 16:31:07 +00:00
taca
8670948b0f Update ruby-gemcutter to 0.7.0.
* Support newer rubygems.
* Added api and yank command test.
* Added --platform option.
* And a few bug fixes.
2011-08-12 16:30:00 +00:00
taca
8f6b675b24 Pass CCDLFLAGS to C compiler to fix recent build problem. 2011-08-12 16:29:04 +00:00
taca
59db837774 Update patch for latest rubygems. No functional change. 2011-08-12 16:26:48 +00:00
taca
1d4a78437e Restrict dependency to ruby-debug-base package.
Bump PKGREVISION.
2011-08-12 16:25:03 +00:00
taca
0a1d71810c Update hoe package to 2.11.0.
=== 2.11.0 / 2011-08-08

* 2 minor enhancements:

  * Bypass sudo on install_gem if GEM_HOME is writable (ala rvm).
  * rcov plugin should set libs to lib, test, and '.'. (tenderlove)

* 1 bug fix:

  * Fixed windoze detection on jruby. *sigh* (myabc)

=== 2.10.0 / 2011-06-30

* 3 minor enhancements:

  * Added parse_urls to deal with array and hash style url lists in README.txt.
  * Added urls accessor.
  * Deprecated url accessors.

* 1 bug fix:

  * Specified wrong version of racc in racc plugin.

=== 2.9.6 / 2011-06-22

* 3 bug fixes:

  * Fixed hoe dep to be a spermy (~>) dep
  * Hard coded rake dependency as ~> 0.8 so we don't collide with other libs
  * Removed circular dependency check. Hasn't been needed in a long while.

=== 2.9.5 / 2011-06-21

* 2 minor enhancements:

  * Extended #dependency to work post-spec creation in case a task wants to add a dep.

* 4 bug fixes:

  * Fixed dependency for :inline plugin.
  * Fixed minor 1.9.3 warnings.
  * Fixed sow to obey gem naming conventions.  It no longer munges - to _.
  * Switched hoe deps from >= to ~>.
2011-08-12 16:23:46 +00:00
taca
a3b6485cfc Update ZenTest package to 4.6.0.
=== 4.6.0 / 2011-07-22

* 6 minor enhancements:

  * Added -p (plain diff) and made -u (unified diff) the default for unit_diff.
  * Added ./tmp to default exclusions.
  * Autotest defaults unit_diff to nil now, to allow minitest's enhanced assert_equal to shine.
  * Autotest will raise if the :died handler doesn't handle the exception. (ralfebert)
  * Dropped 1.8.6 as a default tag/branch to build in multiruby.
  * autotest can now be automatically 'narrowed' on the command-line.
    * eg: `autotest lib test/test_blah.rb`

* 7 bug fixes:

  * Believe it or not... but some ppl use zentest. Fixed nested class vs module bug
  * Fix to turn on jruby's support for ObjectSpace. (stepheneb)
  * Fixed a rubygems deprecation in autotest
  * Fixed unit_diff scanning for minitest output.
  * Normalized shebangs to fix problems on windows (luis)
  * autotest/isolate.rb sets GEM_HOME as well as GEM_PATH.
  * Fixed 1.9.3 warnings.
2011-08-12 16:23:00 +00:00
taca
a55e737b5c Current version of this package dosen't have any dependency to
other packages.

Bump PKGREVISION.
2011-08-12 16:11:33 +00:00
taca
9c123d0d5c Add and enable ruby-loquacious and ruby-templater. 2011-08-12 16:09:47 +00:00
taca
b5102a7797 Importing ruby-templater package version 1.0.0.
Templater has the ability to both copy files from A to B and also to
render templates using ERB. Templater consists of four parts:

- Actions (File copying routines, templates generation and directories
  creation routines).
- Generators (set of rules).
- Manifolds (generator suites).
- The command line interface.

Hierarchy is pretty simple: manifold has one or many public and
private generators. Public ones are supposed to be called by end
user. Generators have one or more action that specify what they do,
where they take files, how they name resulting files and so forth.
2011-08-12 16:08:19 +00:00
taca
557535a617 Importing ruby-loquacious version 1.8.1.
Descriptive configuration files for Ruby written in Ruby.

Loquacious provides a very open configuration system written in ruby and
descriptions for each configuration attribute. The attributes and descriptions
can be iterated over allowing for helpful information about those attributes to
be displayed to the user.
2011-08-12 16:04:22 +00:00
taca
ec6e9015cc Reduce patch file since newer rubygems handles gemspec better.
Bump PKGREVISION.
2011-08-12 16:01:39 +00:00
taca
6d0f773e50 Avoid to define constant Deprecate since it is conflict with rubygems.
Newer rubygems poorly defines module Deprecate which could be
Gem::Deprecate.

Bump PKGREVISION.
2011-08-12 15:56:38 +00:00
taca
8b841f4229 Update ruby-rdoc package to 3.9.1.
=== 3.9.1 / ??

* Bug fixes
  * Fix RDoc::Markup parser for a header followed by a non-text token.  Issue
    #56 by Adam Tait
  * Fix RDoc::Markup::ToHtmlCrossref#gen_url for non-<tt>rdoc-ref</tt> links.
  * Fix bug report URL when rdoc crashes.

=== 3.9 / 2011-07-30

* Minor enhancements
  * RDoc::Parser::C now supports :doc: and :nodoc: for class comments
  * Added the <tt>rdoc-ref:</tt> link scheme which links to a named reference.
    <tt>rdoc-ref:</tt> can resolve references to classes, modules, methods,
    files, etc.  This can be used to create cross-generator named links unlike
    the <tt>link:</tt> scheme which is dependent upon the exact file name.
    Issue #53 by Simon Chiang
  * Pulled RDoc::CrossReference out of RDoc::Markup::ToHtmlCrossref.
    Cross-references can now be created easily for non-HTML formatters.
* Bug fixes
  * `ri []` and other special methods now work properly.  Issue #52 by
    ddebernardy.
  * `ri` now has space between class comments from multiple files.
  * :stopdoc: no longer creates Object references.  Issue #55 by Simon Chiang
  * :nodoc: works on class aliases now.  Issue #51 by Steven G. Harms
  * Remove tokenizer restriction on header lengths for verbatim sections.
    Issue #49 by trans
2011-08-12 15:21:33 +00:00
taca
b68ff7efe3 Switch to use OVERRIDE_GEMSPEC. 2011-08-12 15:17:01 +00:00
adam
0f7c8376e9 Changes 3.03:
* Test fix: Try all @INC-derived typemap locations.
2011-08-12 13:58:47 +00:00
adam
dc2eda95b5 Revision bump after updating perl to 5.14.1 2011-08-12 13:53:57 +00:00
adam
d0e1493adb Correct LICENSE 2011-08-12 13:50:23 +00:00
adam
da12714760 Revision bump after updating perl to 5.14.1 2011-08-12 13:45:42 +00:00
adam
c586249605 Changes 1.59:
* Prevent mixing non-native and native newlines in MANIFEST files
2011-08-12 13:44:25 +00:00
adam
d7a49e0935 Revision bump after updating perl to 5.14.1 2011-08-12 12:54:07 +00:00
adam
741c6301ce Changes 1.17:
* Derek Lamb's patch to avoid an uninitialised variable error.
* Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods).
  Note g77 is still the default if both it and gfortran are present.
* Rob's big Win32 patch (Nov 2010 version)
* IMPORTANT. Added in simplification of GNU fortran compilers
  (g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code
  but made a slightly different implementaion introducing a 'Generic' 'GNU'
  database entry to which others point.
  This also superceded some of the above patches.
  Hope this works!
* Removed places where .gcclibs() is added to the link line, this appears to
  no loner be necessary. Routine left in there (but orphaned) just in case.
2011-08-12 12:53:06 +00:00
adam
f1ac0ee1f7 Revision bump after updating perl to 5.14.1 2011-08-12 12:49:40 +00:00
adam
e8d6711e78 Changes 0.304:
* More robust detection of gcc toolchains on Win32
* Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm instead
2011-08-12 12:46:08 +00:00
adam
e1a171664a Changes 1.17:
* Remove test boilerplate the reorganisation of dual-life modules in the perl
  code made unnecessary.
* Remove Shell::Command - that module is now available in the Shell::Command
  distribution on CPAN.
2011-08-12 12:44:03 +00:00
adam
9ee46cf17e Changes 0.28.02.02:
* Different file names used for test files; allows EU::CB tests
  to be run in parallel.
2011-08-12 12:41:03 +00:00
adam
cee88256be Revision bump after updating perl to 5.14.1 2011-08-12 12:27:44 +00:00
adam
37e8eda0dd Revision bump after updating perl to 5.14.1 2011-08-12 12:13:52 +00:00
adam
92e971c57e Changes 1.20: unknown 2011-08-12 12:03:39 +00:00
adam
d381ae5d81 Changes 4.03:
* do not avoid the clock_gettime call on GNU/Linux anymore, as EV
  links against -lpthread anyways - as a result, EV might now take
  advantage of fast userspace clock_gettime implementations,
  but also links against -lrt.
* (libev) lots of event port bug workarounds.
* (libev) officially support files in I/O watchers.
* (libev) new function ev_feed_signal.
* fix documentation parts still refering to the 3.x API.
2011-08-12 12:02:11 +00:00
adam
1015b6ac96 Revision bump after updating perl to 5.14.1 2011-08-12 11:59:16 +00:00
adam
027bc39e0d Changes 2.05:
* new 'output' option to redirect TraceUse result to a file
2011-08-12 11:58:10 +00:00
adam
f63ae91eb5 Changes 0.11: unknown 2011-08-12 11:56:24 +00:00
adam
f7a1496ed2 Revision bump after updating perl to 5.14.1 2011-08-12 11:51:39 +00:00
adam
53ff757e87 Changes 0.10:
* Fix a minor packaging problem
2011-08-12 11:50:51 +00:00
adam
dbfbe20d47 Changes 0.11:
* You should now pass the error message in 'message' parameter explicitly to
  display as an error
* Use the first frame, not the second frame to capture error message

Changes 0.10:
* Don't ignore the top frame. This should be donw using the ignore_package
  option
2011-08-12 11:49:35 +00:00
adam
ec24d216ca Changes 1.27:
* Skip some tests on 5.13.8+ that are no longer relevant because of a change
  in the Perl core.
2011-08-12 11:47:39 +00:00
adam
7495a5ac5a Revision bump after updating perl to 5.14.1 2011-08-12 11:45:31 +00:00
adam
7c81c22320 Changes 0.77:
* [no changes]

Changes 0.76_50:
* Split out HEK size calculation into hek_size(). Add the shared HE overhead.
* Handle shared hash key scalars correctly.
* GvNAME() is shared from 5.10 onwards.
* Count HvNAME(), the HV "aux" struct, the mro_meta struct, and ENAMEs.

Changes 0.76:
* Just fix the version number in the line below.
2011-08-12 11:43:55 +00:00
adam
7b1732fd3f Changes 1.003.012:
* Remove some old code to avoid a future Moose warning
2011-08-12 11:40:55 +00:00
obache
e458426093 Not CONFLICTS with p5-libwww>=6.x.
Bump PKGREVISION.
2011-08-12 09:25:47 +00:00
adam
dc5ea40335 Revision bump after updating perl to 5.14.1 2011-08-12 08:29:30 +00:00
adam
dac7eb7914 Changes 0.15:
* Bump dependency on namespace::clean to 0.20
2011-08-12 08:27:58 +00:00
adam
3cb3487300 Changes 4.06:
* Fixed risk of nytprofhtml failure due to over-long filenames RT-62319
* Improved handling of Class::MOP/Moose generated methods.
* Improved handling of embedded filenames, e.g., "(eval N)[$path]"
* Updated and clarified usecputime=1 docs.
* Updated tests for (expected) new functionality in Sub::Name.
* Updated tests for changes in perl 5.13.x.
* Added special handling for the perl built-in accept()
   Effectively the clock stops ticking while in accept().
   This makes profiles of pure-perl web servers more useful.
* Added --no-mergeevals option to nytprofhtml.
* Added "If Statement and Subroutine Timings Don't Match" and
    "If Headline Subroutine Timings Don't Match the Called Subs"
    sections to the DATA COLLECTION AND INTERPRETATION docs.
* Added note to the docs re profiling applications that use Coro.
2011-08-12 08:24:55 +00:00
adam
bcb0e6cb2b Revision bump after updating perl to 5.14.1 2011-08-12 08:21:32 +00:00
adam
c6e5591715 Revision bump after updating perl to 5.14.1 2011-08-12 07:42:49 +00:00
adam
6d3938d0c4 Changes 0.04:
* To detect a perl with ${^GLOBAL_PHASE}, check for the feature itself instead
  of a specific perl version.
* Update the documentation to reflect the use of ${^GLOBAL_PHASE} if available.
* Stop depending on Scope::Guard for the tests.
* Upgrade ppport.h from version 3.13 to 3.19.

Changes 0.03:
* Drop the XS code on perl versions recent enough to have ${^GLOBAL_PHASE}.
* Drop code to support perls older than 5.6.  We've always been depending on
  5.6 anyway.
  + Use XSLoader without a fallback to DynaLoader.
  + Use our instead of use vars.
2011-08-12 07:40:48 +00:00
adam
6876da7bbf Revision bump after updating perl to 5.14.1 2011-08-12 07:36:06 +00:00
adam
7149379fc9 Revision bump after updating perl to 5.14.1 2011-08-12 07:24:09 +00:00
adam
c21b5af191 Changes 0.006005:
* Add a flag for controlling 'redefined' warnings when installing subs into
  namespaces.
2011-08-12 07:23:28 +00:00
adam
bde21eb762 Revision bump after updating perl to 5.14.1 2011-08-12 07:18:35 +00:00
adam
86e5e8974d Changes 0.79:
* Test against 5.12.4, 5.14.1, 5.15.0 and 5.15.1.
* Fix inc_sub test failures dependant on whether JSON:PP was installed.
2011-08-12 07:17:27 +00:00
adam
0ca0145f35 Changes 1.64:
* Add support for GNU/kFreeBSD
2011-08-12 07:07:33 +00:00
adam
68c7373c4f Changes 0.93:
* Add support for gcc that have version number in the command name.
* Fix about that the command path include space character.
2011-08-12 07:05:32 +00:00
adam
613bca6608 Revision bump after updating perl to 5.14.1 2011-08-12 06:56:59 +00:00
adam
1ba2ad1f63 Changes 0.12:
* skip some tests if ~/.perldb exists
* add an example called debugger.pl
2011-08-12 06:55:53 +00:00
adam
f23d599e77 Revision bump after updating perl to 5.14.1 2011-08-12 06:53:37 +00:00
adam
0a71a8ed81 Changes 6.24:
* Spaces are ignored in the SetDate/ForceDate config values.
* Fixed a bug where 'in one week' wasn't correctly parsed.
* Fixed a bug where options passed in to the 'new' as a listref weren't handled
  properly.
* Newest zoneinfo data (tzdata 2011g)
2011-08-12 06:52:03 +00:00
adam
d0125ef359 Revision bump after updating perl to 5.14.1 2011-08-12 06:39:40 +00:00
adam
46a7067f6d Changes 0.96:
* Fixing bug
2011-08-12 06:38:28 +00:00
adam
90a71c716d Revision bump after updating perl to 5.14.1 2011-08-12 06:37:04 +00:00
adam
1040fd2e20 Changes 0.59:
* XML::Simple utf8 testing disabled, looks like XML::SAX works with utf8, but
  XML::Parser does not
* Recommend against using XML::Simple if you need to work with utf8 until this
  is resolved
* Fixes http://rt.cpan.org/Public/Bug/Display.html?id=68871

Changes 0.58:
* Added utf8 to the decode in the JSON deserializing code.
* Fixes https://rt.cpan.org/Public/Bug/Display.html?id=68125

Changes 0.57:
* Updated remainder of test suite to armor against XML::Simple dependency
  problems that I first attempted to fix in 0.53.
2011-08-12 06:34:44 +00:00
adam
aba033a174 Changes 0.33:
* Added DTidy (): stream DDumper output through Perl::Tidy
* Upped copyright to 2011
2011-08-12 06:30:57 +00:00
adam
cac130177a Revision bump after updating perl to 5.14.1 2011-08-12 06:28:39 +00:00
adam
da6c467b7c Changes 0.107:
* mkopt now prefers named parameters; docs updated
* added the name_test parameter to mkopt
2011-08-12 06:27:04 +00:00
adam
82f50a5ce8 Revision bump after updating perl to 5.14.1 2011-08-12 06:15:06 +00:00
adam
78e6644e1d Revision bump after updating perl to 5.14.1 2011-08-11 17:21:06 +00:00
adam
2568044e61 Changes 2.020:
* Add DumperObject for getting at the underlying obj
* create DwarnF for formatting Dumper'd output
* Create Ddie for die'ing output
2011-08-11 17:20:00 +00:00
adam
2312a8d971 Changes 2.32:
* Disable overloading in a <=5.8.8 safe way

Changes 2.31:
* React to Strawberry perl $. strangeness
2011-08-11 17:17:29 +00:00
adam
90f3160fb4 Changes 1.19:
* Add skips to tests to make perl-5.8 happy

Changes 1.18:
* Don't downgrade is_utf8-strings with MIME::Base64
* Deal with the perl-5.13 (?^:...) regex construct
* croak on bad add_dump_filter argument
2011-08-11 17:14:09 +00:00
adam
10dfee8d6e Revision bump after updating perl to 5.14.1 2011-08-11 17:10:40 +00:00
adam
e4998732f2 Changes 1.15:
* port to Perl 5.15.0, where the op type aelemfast has been split into
  aelemfast and aelemfast_lex
* test compatibility with Devel::CallParser

Changes 1.14:
* bugfix: never unhook peephole optimiser, because unhooking is liable
  to fail if anything else hooked it
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
  mutant Perl 5.8 that has it
* test POD syntax and coverage
2011-08-11 17:09:33 +00:00
adam
c873132aae Revision bump after updating perl to 5.14.1 2011-08-11 17:05:19 +00:00
adam
8b1d96a6a1 Changes 6.59:
Doc Fixes
* Corrected the repository location
Bug Fixes
* Removed the %INC check from _has_cpan_meta and updated the CPAN::Meta
  bundled with EUMM to one that doesn't set $VERSION in a begin block
  so it can't appear to be loaded, thus causing us to mistakenly try
  and call methods on CPAN::Meta modules - this is due to older versions
  in site_perl shadowing our installation of other bundled modules.
2011-08-10 12:01:13 +00:00
adam
364bd6d409 Changes 1.4401:
* Removed Module::Load::Conditional dependency
2011-08-10 11:38:29 +00:00
adam
f1c43c42b6 Changes 1.2001:
* Fix failing test on Windows due to glob expansion of "~"
2011-08-10 10:51:31 +00:00
adam
20becec009 Changes 1.13:
* Bumped minimum version of Perl to 5.006
* Test pass with a non-existant ~/.cpan
* Tests tweaked for better failure into
* Fixing missing tarball in distribution

Changes 1.12:
* Moving to a production version
* Updating Module::Install to 1.00
2011-08-10 10:11:59 +00:00
adam
c786f5b4b9 Revision bump after updating perl to 5.14.1 2011-08-10 10:06:58 +00:00
adam
ef9b516099 Changes 0.12:
* Grok dist names ending with something numeric containing underscores

Changes 0.11:
* Remove potential -withoutworldwriteables suffix
2011-08-10 10:01:37 +00:00
adam
7df880a89f Changes 2.07:
* unknown
2011-08-10 10:00:00 +00:00
adam
a0deb5269e Changes 1.9800:
* RT 69463: fix memory leak in CacheMgr
2011-08-10 09:52:50 +00:00
adam
f2631fe026 Ouch: commit distinfo as well 2011-08-10 08:46:11 +00:00
adam
95da8c6e9e Revision bump after updating perl to 5.14.1 2011-08-10 08:40:57 +00:00
adam
a2908209c0 Changes 1.21:
* Updated from bleadperl:
  - Make Unicode constants under use utf8 work again
* Make tests pass under old Perls
2011-08-10 08:39:56 +00:00
adam
bb7b7fdb59 Changes 2.14:
* Resolved 63080: module can write multiline values but not read them
* Removed -w from tests to allow tests with tainting on
2011-08-10 08:38:37 +00:00
adam
4769da70de Changes 0.900:
* Change of Maintainers.
* Reordered Changes to latest first.
* Module::Build::Compat creating Makefile.PL traditional
* LICENSE file created (in Build.PL)
* 21184: require v5.7.3
* Doc patches per RT queue
2011-08-10 08:37:14 +00:00
adam
03990e55ca Changes 2.68:
* Typo correction: https://rt.cpan.org/Ticket/Display.html?id=69003
2011-08-10 08:34:33 +00:00
adam
91bdb39f08 Changes 0.18:
* bump up version of IO::File required

Changes 0.17:
* avoid test failures on Win32 by using . instead of TMPDIR for writing test
  files
2011-08-10 08:33:08 +00:00
adam
76d44e6bc8 Changes 1.05:
* support Module::Install::ExtraTests 0.007
* properly set is => 'rw' in inherited classes
* silence lc warnings on undef under perl 5.12
2011-08-10 08:30:07 +00:00
adam
836db802fd Changes 2.50:
* fixed rt.cpan.org 63487 documentation error.
* fixed rt.cpan.org 61302, now croak if the config file parameter is
  a directory and directory include is not turned on.
* fixed rt.cpan.org 60429 META.yml typo
* added new option -AllowSingleQuoteInterpolation, which turns on interpolation
  for variables inside single quotes.
* added test case for the new option
2011-08-10 08:26:25 +00:00
adam
64a9b25150 Revision bump after updating perl to 5.14.1 2011-08-10 08:24:35 +00:00
adam
167d4c477c Changes 0.16:
* Config::AutoConf::Linker moved to ExtUtils::LibBuilder.
2011-08-10 08:22:50 +00:00
adam
e8f0fa828e Changes 0.38:
* Resolve RT 69984: Array handling regression when using equals format
2011-08-10 08:20:17 +00:00
adam
f71b49a53a Changes 0.23:
* fix test suite's method of checking availability of plugins

Changes 0.22:
* add XML::NamespaceSupport to XML format deps, silence YAML warnings in tests

Changes 0.21:
* fix t/64-extfail.t to pass when t/lib is in @INC
2011-08-10 08:16:42 +00:00
adam
13d6f815ef Changes 2.037:
* No Changes

Changes 2.036:
* Added offset patramter to CRC32

Changes 2.035:
* No Changes
2011-08-10 06:49:29 +00:00
adam
591830d08c Changes 2.037:
* No Changes

Changes 2.036:
* No Changes

Changes 2.035:
* No Changes
2011-08-10 06:47:42 +00:00
adam
34a7406954 Revision bump after updating perl to 5.14.1 2011-08-10 06:45:27 +00:00
adam
de5e8c5523 Changes 3.4:
* remove "regexp" category. this is rather painful as it's a large class, but
  unfortunately, somebody thought emitting a warning when you match more than
  32kb of text is in some way useful, which spoils the whole category.
* use META.json instead of META.yml - apparently YAML parsers don't actually
  exist
2011-08-10 06:44:29 +00:00
adam
0431de9480 Revision bump after updating perl to 5.14.1 2011-08-10 06:43:11 +00:00
adam
feddb506f0 Changes 1.11:
* Fix assignment to lvalue accessors that point at an uninitialized hash
  element.

Changes 1.10:
* We don't occasionally crash during END any more. Instead, we rely on the OS
  to reap a bit of memory after perl was shut down anyway.
* Tiny refactoring for smaller object size.

Changes 1.09:
* Fix: Predicates return value, not bool
* TODO test for perl-crashing bug (in perl) that can happen
  on (arcane) XSUB aliasing on perls < 5.8.9
  We're open for work-around patches.
2011-08-10 06:42:39 +00:00
adam
1d9e9f8925 Revision bump after updating perl to 5.14.1 2011-08-10 06:36:17 +00:00
adam
cc36449108 Changes 0.07:
* Clean up after Class::C3 on pre-5.10 perls.
2011-08-10 06:35:42 +00:00
adam
d7f7c792b2 Revision bump after updating perl to 5.14.1 2011-08-10 06:30:21 +00:00
adam
ac588d2e11 Changes 0.9300:
* t/coretests.pm:
  Reorder tests and include both positive and negative test for exception.
* README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
  t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm,
  vutil/vxs.xs:
  Fix problem with UNIVERSAL::VERSION
2011-08-10 06:24:06 +00:00
adam
621f610a16 Revision bump after updating perl to 5.14.1 2011-08-10 04:31:04 +00:00
adam
68dc84f87a Changes 1.12:
* Remove usage of undocumented Package::Stash APIs from the tests. This
  prevents the tests from failing on Package::Stash >= 0.18.
2011-08-10 04:30:01 +00:00
adam
c079a53bc5 Revision bump after updating perl to 5.14.1 2011-08-10 04:24:24 +00:00
adam
ad975b5179 Changes 1.07:
* Move from Test::Exception to Test::Fatal

Changes 1.06:
* Add support for: modifier ["name1", "name2"] => sub {}
2011-08-10 04:23:14 +00:00
adam
dd8a6c139b Revision bump after updating perl to 5.14.1 2011-08-10 04:18:22 +00:00
adam
db34751c9c Changes 1.25:
* Updating to Module::Install::DSL 1.00
* Updating copyright year
2011-08-10 04:17:23 +00:00
adam
67ea1df6df Revision bump after updating perl to 5.14.1 2011-08-10 04:14:51 +00:00
adam
8ce4b3f979 Changes 0.204:
* Documented that this module is obsolete.
* Clarified the license
2011-08-10 04:14:11 +00:00
adam
32898aa385 Revision bump after updating perl to 5.14.1 2011-08-10 04:05:44 +00:00
ryoon
fa74b7c2e9 Drop buildlink to graphics/cairo to reduce dependency.
See http://mail-index.netbsd.org/tech-pkg/2011/08/02/msg007484.html

Bump PKGREVISION.
2011-08-09 16:28:03 +00:00
adam
b973ee8526 Revision bump after updating perl to 5.14.1 2011-08-09 10:09:20 +00:00
adam
773a48e779 Changes 1.001000:
* Add Class::C3::Componentised::ApplyHooks features

Changes 1.0009:
* Stop importing Carp functions (and thus polluting the inheritor namespaces)
* Make sure $_ is properly preserved even if the loaded module is negligent
  enough to change it
* Added missing copyright statement
2011-08-09 10:08:01 +00:00
adam
4209a5f1cc Revision bump after updating perl to 5.14.1 2011-08-09 10:00:16 +00:00
obache
6377096f81 As noted in Changes 0.10003, only require MRO::Compat for older perls,
so drop dependency on p5-MRO-Compat.
2011-08-09 09:54:15 +00:00
adam
9cc4b384d4 Changes 2.00:
* Switching to a production release

Changes 1.99_04:
* Upgrading to Module::Install::DSL 1.00
* Bumping minimum version of Perl to 5.006
* Fixing indenting, style and layout issues.
* Added debugging entries to all the new code.
* Removed on use of _load_ancestors that was not needed
* Updating copyright a couple of times :/

Changes 1.99_03:
* Upgrading to Module::Install 0.76
* Localising $@ during evals

Changes 1.99_02:
* Fixing some back-compatibility bugs in the new tests

Changes 1.99_01:
* Vast swathes of additional functionality
2011-08-09 09:46:31 +00:00
adam
10d7d3616f Changes 1.08:
* Upgrading to Module::Install 1.00
* Fixed 56492: [PATCH] Fix spelling error
2011-08-09 09:44:33 +00:00
adam
a15283545b Revision bump after updating perl to 5.14.1 2011-08-09 09:43:06 +00:00
adam
eb39cee61b Changes 0.10003:
* Only require MRO::Compat for older perls
* Add SYNOPSIS
* Add examples for methods that get used most often

Changes 0.10002:
* Fix grave bug of XS-enabled simple accessors clobbering an
  existing 'around' overlay installed in the same method slot
* Require bugfixed XSAccessor, remove Win32 caveat

Changes 0.10001:
* Fix an ActiveState Win32 incompatibility
* Fix spurious method re-invocation warnings after Class::Unload

Changes 0.10000:
* Fix perl 5.6 failures
* Add test-time deferred coderef reinvocation checks
* Another minor (8%) speedup
2011-08-09 09:42:00 +00:00
adam
dbb02cd07f Revision bump after updating perl to 5.14.1 2011-08-09 09:34:45 +00:00
adam
ab8cd1c114 Changes 0.11:
Fixed:
* Tests will not use Test::Differences version 0.60 or greater

Changes 0.10:
Fixed:
* Setting PERL_CAPTURE_TINY_TIMEOUT to 0 will disable timeouts
2011-08-09 09:25:28 +00:00
adam
7b91268c14 Revision bump after updating perl to 5.14.1 2011-08-09 09:20:58 +00:00
adam
1fc9907c5a Changes 1.39:
* Remove CImpl and simplify structure into just Cache::FastMmap module making
  all XS calls just function calls in Cache::FastMmap namespace

Changes 1.38:
* Fix build process that was completely broken after moving files around into
  different directories
2011-08-09 09:19:45 +00:00
adam
7ad0b9502c Revision bump after updating perl to 5.14.1 2011-08-09 09:15:01 +00:00
adam
00b16a23a3 Changes 0.27:
* Switch to Module::Package at YAPC 2011 ++

Changes 0.26:
* Fixed doc bug reported by KENTNL++
* Tweaked Makefile.PL

Changes 0.25:
* Fixed a bug caused by Readonly::XS (schwern++)
* Removed the new methods and autobox methods.
  They didn't add much except confusion.
* Documented that you can use isTrue and isFalse as methods.
* '&boolean(1,2,3) now dies like boolean(1,2,3)'
* '&boolean() now dies like boolean()'

Changes 0.24:
* '@Schwern++ found out how to make true and false immutable.
  Kudos to #strategicdata++.'
* Document the boolean() function.
* Added is_true and is_false methods.
* Added boolean, is_true, and is_false autobox methods
2011-08-09 09:14:11 +00:00
adam
934f96a26d Revision bump after updating perl to 5.14.1 2011-08-09 09:11:32 +00:00
adam
79a30c0ffd Changes 0.40:
Fixes
* Using the BackPAN index from gitpan.integra.net which is kept up to date.
* Make all the primary keys not null to quiet a new DBIx::Class
  warning (and its a good idea).
2011-08-09 09:04:26 +00:00
adam
f52ab02e97 Changes 0.15:
* Try harder to add ExtUtils::Depends to META.yml's configure_requires

Changes 0.14:
* Predeclare carp and croak with proper signature
* Add ExtUtils::Depends to META.yml's configure_requires
2011-08-09 07:55:51 +00:00
adam
f2ab326ee0 Revision bump after updating perl to 5.14.1 2011-08-09 07:36:34 +00:00
adam
2a20bbff6f Changes 0.44:
* rm references to deprecated CALL_FPTR
* Makefile.PL fix
* add GitHub repo
* update ppport.h
2011-08-09 07:35:41 +00:00
adam
7abbf2dc5f Revision bump after updating perl to 5.14.1 2011-08-09 07:33:08 +00:00
adam
84ea901860 Revision bump after updating perl to 5.14.1 2011-08-09 06:52:35 +00:00
wiz
bce1b2c9ce Update to 2.18. Addresses PR 45224.
2.18	Apr 16 2011
        - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)

2.17	Mar 02 2011
        - Just an intermediate release!
          (in order to get help on fixing Class::MethodMaker for 5.14)
        - already fixed breakage with 5.13.3 (rt#66196)
          (CvGV is now an rvalue, so use CvGV_set instead of assigning
          directly -- credits to ANDK, rafl and Zefram)
        - added test for no warnings to additionally be able to bisect
          annoying warnings since 5.13.2
        - Stay tuned -- 2.18 will hopefully completely revitalize C:MM
          for Perl 5.13+.
2011-08-08 20:44:51 +00:00
tnn
9c7712093e nbtar and gtar(1) produce identical trees, drop EXTRACT_USING. 2011-08-08 14:00:00 +00:00
adam
c45a869f60 Revision bump after updating perl to 5.14.1 2011-08-07 12:52:28 +00:00
obache
9ca9bdd89d As noted in Changes, no longer needs p5-File-Path >= 2.07. 2011-08-07 10:04:33 +00:00
obache
af05b6edc3 As noted in Changes, require p5-Algorithm-Diff 1.19. 2011-08-07 10:01:09 +00:00
obache
77807de710 As Changes 0.004, require newser Lexical::SealREquireHints, it's 0.005 2011-08-07 09:54:14 +00:00
adam
b44d0242c1 Revision bump after updating perl to 5.14.1 2011-08-07 08:19:30 +00:00
adam
13cc2e9159 Changes 5.71:
* Merge another test change from core:
  Use "lvalue" attribute for testing since "locked" is deprecated.
2011-08-07 08:18:18 +00:00
adam
9a7f6aa98f Revision bump after updating perl to 5.14.1 2011-08-07 08:16:40 +00:00
adam
29dd17d526 Revision bump after updating perl to 5.14.1 2011-08-07 08:15:28 +00:00
adam
4d17a19df5 Changes 2.75:
* POD spelling fixes

Changes 2.74:
* portability fix for perl >= 5.14

Changes 2.73:
* Makefile.PL fix

Changes 2.72:
* fix conflict with use re 'taint'
2011-08-07 08:14:48 +00:00
adam
02581fe69d Changes 0.004:
* bugfix: require bugfixed version of Lexical::SealRequireHints
* document that Perls prior to 5.9.3 don't propagate the right lexical
  state into string eval
* test that handlers are scoped correctly across swash loading
2011-08-07 08:11:02 +00:00
adam
e72253e3cf Changes 0.91:
* Typo fixes in documentation
* POD link fix.
2011-08-07 08:07:00 +00:00
adam
be76f5f162 Revision bump after updating perl to 5.14.1 2011-08-07 08:05:31 +00:00
adam
4bee0ee3fc Revision bump after updating perl to 5.14.1 2011-08-07 08:03:22 +00:00
adam
d9a2c003c6 Changes 1.03:
* Moving to a production version
* Upgrading to Module::Install::DSL 1.00
2011-08-07 08:02:38 +00:00
adam
aeb61aefb4 Revision bump after updating perl to 5.14.1 2011-08-07 08:01:11 +00:00
adam
87c400c610 Changes 0.07:
* oops, depends Algorithm::Diff 1.19 again ;)

Changes 0.06:
* depends Algorithm::Diff 0.19
2011-08-07 08:00:00 +00:00
adam
39b6252215 Revision bump after updating perl to 5.14.1 2011-08-07 07:55:16 +00:00
adam
fd420fdf8b Changes 0.27:
- Hotfix for `perlbrew install` command

Changes 0.26:
- Fix GH 119
- Fix t/08.exit_status.t for cpantesters
- Fix several bugs in `exec` command
- Implement GH 103 - install -v shows build.log
- Add -Dusedevel when installing blead perl

Changes 0.25:
- suggest when user types wrong commands.
- Improvements about self-upgrade.
- exit with non-zero status code when there's some sort of error.
- Added verification of existing alias before attempting unalias.
- Fix `install-cpanm` for due to a recenet github cert update.
2011-08-07 07:52:46 +00:00
adam
56c22f380f Changes 0.9.6:
* Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
  File::Path >= 2.07.

Changes 0.9.5:
* Avoid using done_testing so this works on older systems
2011-08-07 07:47:51 +00:00
adam
21b4c619bc Changes 0.18:
* hmmm. i released broken dist at last night with too much alchole...

Changes 0.17:
* fixed cpan doc fix

Changes 0.16:
* skip perl distribution not only for perl-X.Y.Z.tar.gz but also
  perl-X.Y.Z.tar.bz2

Changes 0.15:
* --compare-changes deprecated. It can use cpan-listchanges instead

Changes 0.14:
* doc enhancements
2011-08-07 07:43:34 +00:00
adam
ddf8a67cec Changes 1.4008:
* Added experimental --skip-configure
* Delay load Module::Build bootstrap so that -L won't auto-intall
  the latest M::B

Changes 1.4007:
* Remove LWP from Makefile.PL dependencies, since due to the split it brings in
  many dependencies such as HTTP::Daemon and HTTP::Parser (which requires a C
  compiler). HTTP::Tiny is embedded as a last resort anyway, and if Makefile.PL
  is executed via some CPAN client (CPAN.pm, CPANPLUS or cpanminus) it means
  your client is already configured to be able to fetch files over HTTP.
2011-08-07 07:08:26 +00:00
adam
398318271a Changes 0.311:
* require the correct version of Getopt::Long::Descriptive

Changes 0.310:
* classes are now loaded with Class::Load, which should avoid bugs
  where classes are not succesfully loaded by program execution
  continues anyway
* more checking is now done to ensure that plugins are members of the
  correct base class

Changes 0.309:
* skip a failing test on perl 5.8.x

Changes 0.308:
* When App::Cmd::Setup tries to load MyApp::Command, and it exists but
  will not compile, the exception will now propagate.  Previously, it
  failed silently and App::Cmd::Command was used instead.
2011-08-07 07:04:29 +00:00
adam
92221ce8e0 Changes 0.31:
* doc update

Changes 0.3:
* new cascading attribute for subcommands

Changes 0.2:
* New Feature: Cascading Subcommand
* Deprecated Feature: Long Option Subcommand (still work)
* Abundant DOCs

Changes 0.103:
* Release

Changes 0.102:
* Re-upload

Changes 0.10:
* Update document

Changes 0.09:
* Fix the command pattern used in help.
2011-08-07 06:58:43 +00:00
adam
65041ae29a Revision bump after updating perl to 5.14.1 2011-08-07 06:52:49 +00:00
adam
03a2b3afd5 Changes 5.34:
* AE::TLS didn't support both cert_file and key at the same time,
  due to some copy&paste bug
* improve AE::Handle timeout documentation slightly.
2011-08-07 06:05:31 +00:00
adam
5020d66c61 Changes 0.15:
* Standardize the tests' Mouse/Moose loading eval/skip code

Changes 0.14:
* Skip t/004-x-modules-mouse.t if you don't have MouseX::Types 0.03 since
  older versions do not work with modern Mouse
2011-08-07 05:59:47 +00:00
adam
bc322f205e Revision bump after updating perl to 5.14.1 2011-08-07 05:49:30 +00:00
adam
ebf38bd213 Revision bump after updating perl to 5.14.1 2011-08-07 05:38:14 +00:00
adam
557f833e91 Revision bump after updating perl to 5.14.1 2011-08-06 20:00:57 +00:00
wiz
1080e82dfa Do not install yacc.1. Addresses PR 45161 by Thomas Cort.
Add comment to patch-aa while here.
2011-08-06 17:15:42 +00:00
wiz
84cad0b5e5 Update to 3.280:
Version 3.28 - 12 May 2011

   - added an enhancement to the tiled-image compression method when compressing
     floating-point image using the standard (lossy) quantization method.  In
     cases where an image tile cannot be quantized,  The floating-point pixel values
     will be losslessly compressed with gzip before writing them to the tile-
     compressed file.  Previously, the uncompressed pixel values would have
     been written to the file, which obviously requires more disk space.

   - made significant internal changes to the structure of the tile compression
     and uncompression routines in imcompress.c to make them more modular and
     easier to maintain.

   - modified configure.in and configure to force it to build a Universal
     binary on Mac OS X.

   - modified the ffiter function in putcol.c to properly clean up allocated
     memory if an error occurs.

   - in quantize.c, when searching for the min and max values in a float array,
     initialize the max value to -FLT_MAX instead of FLT_MIN (and similarly
     for double array).
2011-08-06 15:44:20 +00:00
adam
5a2c9d42dc Changes 1.312:
* Apply Stephen Oberholtzer's patch to fix a test freeze.
* IO::Handle->blocking() is broken on MSWin32, locking up
  t/10_units/04_drivers/01_sysrw.t in some cases. Stephen provided a
  patch to Perl and to POE to work around the issue. It's portable
  enough that things shouldn't immediately break after Perl is fixed.
* Resolves rt.cpan.org ticket 69769.
* getnameinfo() returns host and port in the opposite order of
  unpack_sockaddr_in(). Swap the return values so the right ones appear
  in ARG1 and ARG2. Thanks to Luiz Eduardo Roncato Cordeiro at CERT
  Brazil for spotting the problem and suggesting the fix. This should
  resolve his rt.cpan.org ticket, #68959.
* Add stack traces to _data_handle_remove() failures.
* Add note about Perl 5.6 issues with '>&' open mode
* Document using getsockname to verify a listening socket
* Localize $SIG{__DIE__} when rethrowing userspace exceptions from a
  safe point. Avoids shenanigans at a distance when reporting on
  userspace errors. May thwart someone's exception handling, but I
  don't know a good way to satisfy everyone here. Suggestions?
* Don't fail t/00_info.t if POE::Test::Loops is unavailable.
* This test dependency is intended to be optional, and the loop tests
  should be skipped if the user doesn't want them. Problem reported by
  skbz in irc.perl.org #poe, related to cpanm installing
  POE::Test:Loops in a user-local directory but not looking there when
  installing POE.
* Fix mangled stdio checks. This one passes all tests.
2011-08-06 13:24:20 +00:00
adam
9e8972b858 Changes 1.312:
Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants it.
2011-08-06 13:15:54 +00:00
wiz
aa9e9e6459 Update to 0.5.3:
mdds 0.5.3

* mixed_type_matrix

  * re-implemented the filled storage for better performance, with two
    separate implementations for zero and emtpy matrix types.  The
    newer implementation should improve object creation time
    considerably.
2011-08-06 10:53:30 +00:00
wiz
e0b0395cd2 Update to 1.5.2:
2011-7-24 meld 1.5.2
=====================

  New features:

    * Add a new menu item and shortcut for switching between panes in
      file comparisons (Kai Willadsen)
    * Support type-ahead search in version control views (Oliver Gerlich)

  Fixes:

    * Non-editable files are now handled properly when doing sensitivity
      setting of change actions, and actions on the central change bar are
      presented accordingly (Piotr Piastucki, Kai Willadsen)
    * Fix incorrect comparison display in files containing FF or NEL linebreak
      literals (Kai Willadsen)
    * Updates to the Fossil version control support (Jan Danielsson)
    * Use faster validity check for Bazaar repositories (Kai Willadsen)
    * Many minor updates and other fixes (Tomasz Bury, Alan Horkan,
      Julian Taylor, Kai Willadsen)

  Translation updates
2011-08-06 10:45:21 +00:00
wiz
217cd652ff Update to 1.9.1:
Mercurial 1.9.1 (2011-08-01)

This is a regular bugfix release. It fixes several regressions
introduced in 1.9. The hgweb server now disables MIME type guessing
by default to avoid a potential cross-site scripting issue when
hosting untrusted repositories (issue2923). See UpgradeNotes for
more info.

    dispatch: make sure global options on the command line take precedence
    eol: ignore IOError from deleted files in commitctx
    hgcia: set default value of strip to -1 (issue2891)
    hgweb: do not ignore [auth] if url has a username (issue2822)
    hgweb: handle 'baseurl' configurations with leading slash (issue2934)
    hgweb: raw file mimetype guessing configurable, off by default (BC) (issue2923)
    httpclient: import ca33b88d143c from py-nonblocking-http (issue2932)
    patch: fix parsing patch files containing CRs not followed by LFs
    rebase: block collapse with keepbranches on multiple named branches (issue2112)
    rebase: reset bookmarks (issue2265 and issue2873)
    revert: restore check for uncommitted merge (issue2915) (BC)
    revsets: catch type error on tip^p1(tip) (issue2884)
    revsets: do the right thing with x^:y (issue2884)
    subrepo: handle adding svn subrepo with a svn:external file in it (issue2931)
    subrepo: use working copy of .hgsub to filter status (issue2901)
    url: store and assume the query part of an url is in escaped form (issue2921)
    util: rename the util.localpath that uses url to urllocalpath (issue2875)
    verify: filter messages about missing null manifests (issue2900)
    web: output a correct date in short format (issue2902)
2011-08-06 10:21:19 +00:00
tron
26ae5e9635 Update "p5-Mouse-0.93" package 0.93. Changes since version 0.70:
- Make sure weak attributes remain weak when cloning (Moose 2.0007)
- Replace C++-style comments (//) with C89-style comments(/* */)
  (RT #67412)
- $type_constraint->check() accepts extra arguments for extensibility
  (requested by @lestrrat)
- Fix an abuse of a private Perl API, which changed at Perl 5.13.10
  (Thanks to avar)
- Support the DOES() method for Mouse::Object
-  Disable foreign class warnings introduced at 0.71, which affects
   compatibility with Moose (and will re-introduce in more compatible
   way in the future)
- Workaround SL4A where mro.pm doesn't exist even if Perl >= 5.10.0
  (reported by @hide_o_55)
- Fix packaging issues
- META.yml was not updated (reported by @shohex)
- `make realclean` should remove xshelper.h
  (patched by Ingy dot Net, and modified by gfx)
- Type coercion routines have been refactored; coercions are compiled
  on demand.
- Role application to instances cached anonymous classes in wrong way
- Fix an error message to be compatible with Moose's
- Fix build problems
- Fix tests not to depend on platforms
- 'Int' type constraint passed dualvars (e.g. $!) while Moose's doesn't
- Wrong name for a method in Mouse::Meta::TypeConstraint:
  s/is_a_subtype_of/is_a_type_of/
- $type_constraint->type_parameter didn't return the correct value
  if it's a subtype of paramterized type constraints
- Roles which attributes has no methods could affect cache invalidation
- Resolve RT #61906 (Syohei Yoshida): A single 'accessor' did
  not define the method for the attribute
- Fix a mis-use of aTHX_/pTHX_ in XS (Vincent Pit)
- Resolve RT #61852 (Vincent Pit): Parametrized type constraints didn't
  call their "where" clause anymore.
- Mouse::Object::DESTROY could fail to call DEMOLISHes in some cases
  (reported by @typester).
- Fix tests failed against 5.6.2
- Combination of 'isa' and 'does' for has() sugar was incorrectly
  proccessed in Mouse::PurePerl.
- Fix foreign class checking routines. Please update MouseX::Foreign.
- Workaround 5.6.problems
- Fix edge cases of handles => sub { ... }
- Aoid warnigs on attribute cloning
- Diamond inheritanc without C3 mro cauld cause problems in Mouse::XS
- Workaround Test::Builder2 problem again.
  Loading Mouse before loading Test::Builder 2.00_01 could causes SEGV,
  so I ensure to load Test::Builder first.
- Fix some compatibility issues on perl 5.6.2
- Resolve RT #61613 (Brett)
- Internal refatoring has removed a number of incompatibilities
  in Mouse::PurePerl.
- Error messages from duck types are now compatible with Moose.
- Inheritance from non-Mouse classes now produces warnings.
  Use MouseX::Foreign if you want this type of inheritance.
- A new module Mouse::Meta::Role::Application has been added.
  It doesn not affect public APIs, but internals are radically
  changed. For users, using Mouse without roles should consume
  less memory.
- Meta class reinitialization caused by Mouse::Util::MetaRole
  did not work correctly
2011-08-06 10:16:56 +00:00
tron
3d7a7c86c1 Update p5-Devel-PPPort to version 3.19.03. Chance since version 3.19.03:
- fix CPAN #50763: mistaken use of $[
      (thanks to Zefram for spotting this)
- remove spurious PUSHMARK from Perl_ppaddr_t
      (thanks to Gerard Goossen for providing a patch)
- improved support for newer compilers in buildperl.pl
      (thanks to Philippe Bruhat (BooK) for providing a patch)
- added support for the following API
  memEQs
  memNEs
- lots of small toolchain updates
- fix a warning emitted by the test suite with older perls
- added support for the following API
  newSVpvs_share
  get_cvn_flags
  get_cvs
      (thanks to Goro Fuji for providing a patch to
      implement all of these, fixes CPAN #47174)
- keep up with latest core changes
2011-08-06 10:02:34 +00:00
adam
7229c4b175 Fix buidling on Mac OS X 10.7 2011-08-05 00:36:09 +00:00
wiz
9253beda17 Add upstream bug report URL. 2011-08-04 23:58:35 +00:00
wiz
d8614a74c9 Get rid of pkg-config build dependency. 2011-08-04 23:52:04 +00:00
joerg
9e9b529406 Adjust assembler constraint to work with Clang. From FreeBSD. 2011-08-02 17:02:38 +00:00
obache
19c5701265 Update cutter to 1.1.8.
== [release-1-1-8] 1.1.8: 2011-07-31

=== Cutter

==== Improvements

  * Supported notify-send availability detection.
  * Added --mode=play option that plays test result from
    test log.
  * Updated documents for Solaris 10.
  * Supported assertion failures in other thread. Bug #3341429
    [Reported by Romain Tartière]

==== Changes

  * Added Debian GNU/Linux wheezy support.
  * Removed Ubuntu Maverick Meerkat support.
  * Added Ubuntu Natty Narwhal support.
  * Removed Fedora 14 support.
  * Added Fedora 15 support.

=== cut-diff

==== Improvements

  * Made --label option optional.
2011-08-02 12:15:00 +00:00
tnn
d17bf8a91e PR pkg/45192: Alex Hornung: add DragonFly support to xulrunner thread_posix 2011-08-01 08:17:16 +00:00
dholland
4c2380f814 Fix void main, which clang won't accept. While here, fix an LP64 issue
caught by gcc (malloc without stdlib.h) so bump PKGREVISION.
2011-08-01 05:37:12 +00:00
dholland
85c16edea6 Fix bug that was emitting #line directives with a line number of 0, which
clang strenuously objects to. Fixes clang build of audio/gmpc and maybe
others. PKGREVISION -> 2.
2011-08-01 05:03:44 +00:00
dholland
74c8335013 Fix broken build. 2011-07-31 22:15:36 +00:00
adam
a6bd260069 Changes 2.8.5:
* Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
* Use devenv instead of msbuild for vs2010.
* Revert "With very long file names, VS 2010 was unable to compile files."
* Use relative paths for custom command inputs.
* Look for VCExpress as a possible build tool as well as devenv.
* KWSys: Recognize color TERM=screen-256color-bce
* find_library: Use lib->lib64 conversion in CXX-only projects
* libarchive: Install COPYING with CMake documentation
* FindJNI: Search in Fedora arch-specific JVM location
* FindSWIG: Use NAMES in find_program directives
* Documentation: Fix spelling / formatting errors
* FindBoost: Fixes
* FindBoost: Also search for 1.46.1
* Detect VS 2010 SP1, faster and more robust detection
* Fix a memory leak.
* Fix for bug10798.  VS10 did not append -I flags with COMPILE_FLAGS prop.
* Append and do not clobber CMAKE_CXX_FLAGS in the test.
* Use bin tree for inclues to avoid -I with spaces in the path.
* One more try.  Use full path by default, and relative on broken compilers.
* Fix for bug11927, external project git clone step always runs vs10.
* XL: Place Fortran modules with -qmoddir= flag
* Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity
* Xcode: Fix parallel build depends with universal binaries
* Fix style errors added by parent and grandparent
* Use cascading-if for per-config test and install code
* CTest: Report tests not run due to unknown configuration
* GNU: Fix CMAKE_INCLUDE_SYSTEM_FLAG_<lang> value
* Teach find_(library|package) about Linux multiarch
* Test find_package multiarch support
* more...
2011-07-31 22:04:03 +00:00
tnn
0ae1edcaf1 The file throw_gcc.h gets installed when building with some GCC versions.
Instead of dealing with conditional PLIST logic, create an empty file.
2011-07-31 18:00:05 +00:00
cheusov
a892a547d9 Add {,nb*} suffix to dependencies. Approved by joerg@ 2011-07-29 22:09:15 +00:00
ryoon
4a17f1887e Add gmock 2011-07-29 15:21:45 +00:00
bouyer
ce4cd97403 Update to 0.14, OK sketch@
Changes since 0.03:
0.14  Fri Jun 03 2011
	- The filename memory is now a part of the object (not a package variable
	  any more). This was a bug.
	- Since <fork> is not performed on Windows OS as on Linux, I removed the
	  <eval> and <warn> from 0.13 and add an INFO to the documentation.
	- Updated the documentation.

0.13  Wed Jun 01 2011
	- Add ability to define the user identifier for the daemon if you want to
	  run it under other user then the parent (request from Holger Gläss).
	- Add <eval> and <warn> for OS not supporting POSIX::setsid (e.g. Windows).
	- Updated the documentation.

0.12  Tue Mai 24 2011
	- Init() did not close all filehandles reliably in some cases. Thanks again
	  to Rob Brown for reporting.
	- Text improvement in the documentation.

0.11  Mon Mai 23 2011
	- Init() didn't close all filehandles reliably (see also bug report at
	  http://rt.perl.org/rt3/Ticket/Display.html?id=72526). Thanks to Rob Brown
	  for reporting and offering a patch.
	- Attributes 'dont_close_fh' AND 'dont_close_fd' added so we can define
	  file handles and descriptors that must be preserved from the parent into
	  the child (daemon).
	- Updated the documentation.
	- In some environment it is not allowed to open anonymous files. In this
	  case now a 'pid_file' must be defined. Thanks to Holger Gläss for
	  reporting.

0.10  Fri Apr 01 2011
	- Improvement how Init() determines whether it was passed a blessed object

0.09  Tue Mar 15 2011
	- Fix for a possibly not reseted numbered match variable ($1).
	- Typo fix and text improvement in the documentation.

0.08  Sun Mar 13 2011
	- The <open> Mode of the daemon file handles STDIN, STDOUT, STDERR can be
	  specified now. The default Mode values are the same as before.
	- Updated the documentation.

0.07  Thu Feb 17 2011
	- Add signal processing to Kill_Daemon().
	- Updated the documentation.

0.06  Mon Jan 17 2011
	- A lot of documentation was add to the source code.
	- Daemon STDIN was fixed to "read" now instead of "write".
	- Replaced global filehandles with scalars.
	- Add a <die> if <chdir> fails.
	- Updated the documentation and add a note to the documentation about the
	  behavior of process-group Signals.

0.05  Thu Okt 28 2010
	- Fixed a problem when using the old method of calling Proc::Daemon::Init
	  without object (reported by Alex Samorukov). The parent process didn't
	  exit.
	- Fixed a problem with Proc::ProcessTable 0.44: Under some conditions
	  'cmndline' retruns with space and/or other characters at the end.
	- Update and small fixes in the documentation.

0.04  Sun Okt 24 2010
	- Added functions: new(), adjust_settings(), fix_filename(), Status(),
	  Kill_Daemon(), get_pid() and get_pid_by_proc_table_attr().
	- Init() now returns the PID of the daemon.
	- Fork() now allways returns values like Perls built-in 'fork' does.
	- Description was rewritten, extended and moved to the new Daemon.pod file.
	- Additional test are done at installation.
	- $SIG{'HUP'} was set to be valid only 'local' (bug report).
	- POSIX::EAGAIN() was added to Fork() (bug report).
2011-07-29 15:21:11 +00:00
ryoon
06a82b03ae Import gmock-1.6.0 (googlemock) as devel/gmock from wip/gmock
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, Google C++ Mocking Framework (or Google Mock for
short) is a library for writing and using C++ mock classes. Google Mock:

* lets you create mock classes trivially using simple macros,
* supports a rich set of matchers and actions,
* handles unordered, partially ordered, or completely ordered expectations,
* is extensible by users, and
* works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian.
2011-07-29 15:18:29 +00:00
pettai
a2e51646be Minor Makefile tweak 2011-07-28 21:54:08 +00:00
pettai
0015bb84d3 Change MASTER_SITES to the new distribution point 2011-07-27 22:23:43 +00:00
dholland
7485e3b731 When using clang, use devel/ucpp as the C preprocessor, as clang's cpp
destroys tabs in makefiles and thereby causes things to fail miserably.
2011-07-26 16:05:27 +00:00
hans
3eb526c939 Fix build on SunOS. 2011-07-26 14:17:52 +00:00
cheusov
6f404fcec5 Dependency on lua-lrexlib-pcre was added.
This fixes PR 45169 by Luke Mewburn.
Approved by lukem@
2011-07-25 20:10:50 +00:00
obache
9864934d93 fix a typo, PR#45135. 2011-07-24 13:11:43 +00:00
cheusov
352c13e6e4 New packages: lua-lrexlib{,-{posix,pcre,onig}} 2011-07-24 09:53:32 +00:00
cheusov
ee43c2c326 Lrexlib is a binding of three regular expression library APIs
(POSIX, PCRE and Oniguruma) to Lua 5.1.
    This package provides a meta package
2011-07-24 08:51:26 +00:00
cheusov
997eff5769 Lrexlib is a binding of three regular expression library APIs
(POSIX, PCRE and Oniguruma) to Lua 5.1.
    This package provides Lua module for Oniguruma regular expressions
2011-07-24 08:50:40 +00:00
cheusov
3cebd24f11 Lrexlib is a binding of three regular expression library APIs
(POSIX, PCRE and Oniguruma) to Lua 5.1.
    This package provides Lua module for POSIX regular expressions
2011-07-24 08:50:03 +00:00
cheusov
c6028a0b55 Lrexlib is a binding of three regular expression library APIs
(POSIX, PCRE and Oniguruma) to Lua 5.1.
2011-07-24 08:49:29 +00:00
obache
43b8f3b75a Update py-subvertpy to 0.8.2.
Based on PR#45165 by Petr Pavlu.

0.8.2   2011-06-17 "mathematically annoying"

 BUG FIXES

  * Abort immediately if a callback raises an exception.
    (Jelmer Vernooij)

  * Fix leaking of error objects. (Jelmer Vernooij)

0.8.1   2011-06-02 "ornithologic reptile"

 FEATURES

  * Add subvertpy.wc.WorkingCopy.conflicted. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.resolved_conflict. (Jelmer Vernooij)

  * Add subvertpy.client.Client.mkdir. (Jelmer Vernooij)

 BUG FIXES

  * Fix compilation on OS X. (#728574)

  * Keep reference to commit callback in editor. (Jelmer Vernooij, #732120)

  * Properly check return values of PyInt_AsLong() in various places.

  * Convert times and file sizes to 64 bit integer objects.
    (Jelmer Vernooij, #786156)

0.8.0   2011-03-02 "("

 FEATURES

  * Add --version option to subvertpy-fast-export. (Jelmer Vernooij)

  * Add basic manual page for subvertpy-fast-export. (Jelmer Vernooij)

  * Automatically convert the appropriate errors to socket.gaierror.
    (Jelmer Vernooij)

  * Add subvertpy.wc.set_adm_dir(). (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.has_binary_prop. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.get_ancestry. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.maybe_set_repos_root.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.add_repos_file.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.mark_missing_deleted.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.remove_from_revision_control.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.relocate. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.crop_tree. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.translated_stream. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.text_modified. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.props_modified. (Jelmer Vernooij)

  * Add subvertpy.wc.CommittedQueue. (Jelmer Vernooij)

  * Add subvertpy.wc.get_actual_target. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.is_wc_root. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.transmit_text_deltas. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.transmit_prop_deltas. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.probe_retrieve, subvertpy.wc.WorkingCopy.retrieve.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.probe_try. (Jelmer Vernooij)

  * Add subvertpy.client.export. (Jelmer Vernooij)

 DEPRECATIONS

  * ERR_UNKNOWN_HOSTNAME and ERR_EAI_NONAME are deprecated
    and will be removed in the next version of subvertpy.
    Instead, subvertpy will raise socket.gaierror.
    (Jelmer Vernooij)

  * Use svn_fs_paths_changed2() if available. (Jelmer Vernooij)

 BUG FIXES

  * Fix handling of DST in time_from_cstring. (Max Bowsher, #656226)

  * Re-using a WorkingCopy object after calling close() on it
    now raises an exception rather than trigger a segfault.
    (Jelmer Vernooij)

  * Fix type mismatch in svn.ra.get_dir(). (Jelmer Vernooij, #686663)

  * Cope with trailing slash being specified to subvertpy.wc.revision_stats().
    (Ronny Pfannschmidt)

 API BREAKS

  * WorkingCopy.entry() will now raise KeyError if the specified entry was not found.
    (Jelmer Vernooij)

0.7.5   2010-10-26

 BUG FIXES

  * Fix compatibility with Subversion 1.4 and 1.5. (Max Bowsher)

0.7.4   2010-09-25

 FEATURES

  * Add constants ERR_APR_OS_START_EAIERR and ERR_APR_OS_ERRSPACE_SIZE.
    (Jelmer Vernooij)

  * Implement subvertpy.wc.match_ignore_list. (Jelmer Vernooij)

  * Add subvertpy.ra.RemoteAccess.iter_log(). (Jelmer Vernooij)

  * Add subvertpy.wc.STATUS_* constants. (Jelmer Vernooij)

  * Add subvertpy.wc.api_version(), subvertpy.ra.api_version().
    (Dan Villiom Podlaski Christiansen, Jelmer Vernooij)

 DEPRECATION

  * Avoid deprecation warnings for svn.client.Client.copy,
        svn.client.Client.propset, svn.client.Client.propget,
        svn.client.Client.do_update.
    (Jelmer Vernooij)

  * Avoid deprecation warnings for svn.ra.RemoteAccess.do_update,
        svn.ra.RemoteAccess.do_switch, svn.ra.RemoteAccess.do_diff.
    (Jelmer Vernooij)

  * Avoid deprecation warnings for svn.wc.WorkingCopy.propset,
        svn.wc.WorkingCopy.walk_entries,
        svn.wc.WorkingCopy.add, svn.wc.WorkingCopy.close,
        svn.wc.WorkingCopy.crawl_revisions,
        svn.wc.WorkingCopy.update_editor,
        svn.wc.ensure_adm.
    (Jelmer Vernooij)

 * Add ERR_ENTRY_NOT_FOUND constant. (Jelmer Vernooij)

 * Add subvertpy.ra.RemoteAccess.get_url(). (Dan Villiom Podlaski Christiansen)

 BUG FIXES

  * Fix compilation using Visual C++.
    (Ronald Blaschke, #612056)

  * Return an empty dictionary rather than None when there are no revision
    properties.  (Jelmer Vernooij)

  * Link against all libraries that are somehow called.
    (Daniel Johnson, Jelmer Vernooij, #615015)

  * Include check for apr util headers. (Jelmer Vernooij, #615017)

  * Fix reference leaks in Auth and SubversionException handling.
    (Jelmer Vernooij, #436406)

  * Canonicalize paths in subvertpy.ra.RemoteAccess.get_locations().
    (Jelmer Vernooij)

0.7.3.1    2010-07-27

 BUG FIXES

  * Fix compilation against Subversion 1.5. (Jelmer Vernooij)

0.7.3    2010-07-21

 BUG FIXES

  * Canonicalize paths to subvertpy.wc.check_wc. (Ronny Pfannschmidt)

  * Canonicalize paths to subvertpy.repos.Repos. (Dan Villiom Podlaski
                                                  Christiansen)

  * Cope with leading slashes in paths. (David Wolever, #527239)

  * Various methods are now a bit more liberal in accepting any
    sort of sequence rather than explicitly requiring lists.
    (Jelmer Vernooij)

 FEATURES

  * Implement subvertpy.client.Client.diff. (Dan Villiom Podlaski Christiansen,
                                       Jelmer Vernooij)

  * Support ``revprops`` argument to subvertpy.client.Client.commit.
    (Jelmer Vernooij)

  * Implement subvertpy.wc.get_pristine_contents(). (Jelmer Vernooij)

  * Use better error messages when possible.
    (Dan Villiom Podlaski Christiansen)

  * Implement subvertpy.ra.get_platform_specific_client_providers().
    (Dan Villiom Podlaski Christiansen)

0.7.2    2010-01-03

 BUG FIXES

  * Fix inconsistencies between PyArg_ParseTuple arguments and variables,
    which caused crashes on some 64-bit platforms. (Václav Slavík, #488780)

  * Add constant for ERR_NODE_UNKNOWN_KIND. (Dan Villiom Podlaski Christiansen)

  * Add svn.client.proplist() binding. (Dan Villiom Podlaski Christiansen,
                                        Jelmer Vernooij)

  * Add svn.client.list() binding. (Dan Villiom Podlaski Christiansen,
                                    Jelmer Vernooij)

0.7.1    2009-10-20

 BUG FIXES

  * Fix APR include path on Windows. (Ronald Blaschke, #456321)

0.7.0    2009-10-20

 FEATURES

  * Add definition for ERR_EAI_NONAME. (John Szakmeister)

  * Add subvertpy.repos.FileSystem methods: youngest_revision, revision_root,
    revision_proplist.  (Jelmer Vernooij)

  * Add subvertpy.repos.{delete,Repository.has_capability,hotcopy}.
    (Jelmer Vernooij)

  * Add subvertpy-fast-export script, based on svn-fast-export.py by Chris Lee
    included with bzr-fast-import. (Jelmer Vernooij)

0.6.9    2009-09-10

 BUG FIXES

  * Cope with leading slashes in paths specified to
    subvertpy.ra.RemoteAccess.get_{dir,file}(). Thanks Ronny for the bugreport.
    (#405713)

  * Don't send too large svndiff windows as newer versions of libsvn
    will barf. (CVE2009-2411, #413113)

0.6.8    2009-06-18

 FEATURES

  * Support svn.client.Client.delete(keep_local=True)

  * Support svn.wc.WorkingCopy.delete(keep_local=True)

  * Define ERR_RA_DAV_FORBIDDEN.

0.6.7    2009-06-01

 BUG FIXES

  * Replace PyExc_ArgumentError with PyExc_TypeError.

  * Fix compilation with MSVC++.

 FEATURES

  * Support RemoteAccess.stat.

  * Support svn.client.add(parents=false)

  * Support uuid argument to svn.ra.RemoteAccess().
2011-07-22 14:54:45 +00:00
obache
1d954582da Update bzr-svn to 1.0.2, for compatible with bzr-2.1.
bzr-svn 1.0.2					  2010-01-22

 BUG FIXES

  * Cope with Google code Subversion repositories a bit better in the
    layout detection code. (Jelmer Vernooij)

  * Push tags when pushing to a new repository. (Jelmer Vernooij, #459444)

  * Cope with non-ascii URLs.
   * During connect. (#456548, Jelmer Vernooij)
   * During repository creation. (#458008, Jelmer Vernooij)

  * Cope with non-ascii characters in svn author names. (#460392,
    Jelmer Vernooij)

  * Fix expected URL in Repository.__repr__ tests that sometimes causes
    troubles if the temporary directory contains special characters.
	(John Szakmeister, #460899)

  * Cope with pushing new non-mainline revisions.  (Jelmer Vernooij, #416328)

  * Support probing for Subversion repositories over existing HTTP transports
    using pycurl. (Jelmer Vernooij, #424626)

  * Show Subversion revno and uuid in "bzr version-info". (Jelmer Vernooij,
    #490771)

  * Properly handle invalid Subversion revision numbers. (Jelmer Vernooij,
    #504376)

 PERFORMANCE

  * When updating the log cache, fetch from newest to oldest revision as
    the Subversion database backends are optimized for this.
	(John Szakmeister)

  * Fetch history information newest revision to oldest revision because of
    speed.  (John Szakmeister, #453789)

  * Add extra constraints in sqlite database. (Jelmer Vernooij)

 FEATURES

  * New variant of the 'trunk' layout named 'trunk-variable' that accepts
    branches with any level of nesting, at some performance cost.
    (Jelmer Vernooij)


bzr-svn	1.0.1					  2009-10-20

 BUG FIXES

  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)

  * Only use tdb if Tdb.get is there. (Jelmer Vernooij, #440211)

  * Cope with xdg_cache_home sometimes containing unicode. (Jelmer Vernooij)

  * Provide right infrastructure for bzrlib.tests.per_foreign_vcs.
    (Jelmer Vernooij)
2011-07-22 14:17:37 +00:00
obache
326ca51000 + py-testtools 2011-07-22 14:16:06 +00:00
obache
d174f514b4 Import py-testtools-0.9.11 as devel/py-testtools.
testtools is a set of extensions to the Python standard library's unit testing
framework. These extensions have been derived from many years of experience
with unit testing in Python and come from many different sources. testtools
also ports recent unittest changes all the way back to Python 2.4.
2011-07-22 14:15:01 +00:00
taca
8ffb1bfd96 Set RUBY_RDOC_REQD to 3.4 as for gemspec and now rails command of
www/ruby-rails3 package should be work.

Bump PKGREVISION.
2011-07-22 03:40:52 +00:00
taca
2fe467d542 Update ruby-rdoc pacakge to 3.8.
It was really needed by devel/ruby-railties, sigh.

=== 3.8 / ??

* Minor enhancements
  * RDoc::Parser::C can now discover methods on ENV and ARGF.
  * RDoc::Parser::C now knows about rb_cSocket and rb_mDL.
* Bug fixes
  * Updating Object in an ri data store with new data now removes methods,
    includes, constants and aliases.

=== 3.7 / 2011-06-27

* Minor enhancements
  * New directive :category: which allows methods to be grouped into sections
    more cleanly.  See RDoc::Markup for details.
  * Document-class for RDoc::Parser::C now supports Foo::CONST as well as
    CONST.
  * ri method output is now a comma-separated list when displayed
    interactively.  Pull Request #39 by Benoit Daloze.
  * RDoc::ClassModule#merge now prefers the argument's information over the
    receiver's (it now behaves like Hash#merge! instead of a backwards
    Hash#merge!).
  * RDoc::Markup#convert now accepts an RDoc::Markup::Document instance
  * RDoc now owns the code for generating RDoc and ri data when gems install
  * Added RDoc::RDoc::reset
  * Added RDoc::CodeObject#file_name
* Bug fixes
  * ri no longer crashes when attempting to complete a plain [.
  * ri data now tracks which file information came from so it can process
    removals and changes to:
    * Classes and Modules
    * Methods
    * Attributes
    * Includes
    * Constants
    You will need to rebuild your ri data for it to update properly.  Issue
    #21 by Sven Riedel
  * Signal and SignalException no longer clobber each other
  * RDoc::Parser::C no longer creates classes when processing aliases.
  * RDoc::Text#strip_stars handles Document-method for methods with =, ! and ?
    now.
  * RDoc::Parser::C now allows .cpp files to be used with the "in" comment on
    rb_define_method.  Bug #35 by Hanmac.
  * RDoc::Parser::Ruby no longer eats content when =begin/=end documentation
    blocks are followed by a documentable item.  Issue #41 by mfn.
  * RDoc::Markup::Formatter and subclasses now allow an optional +markup+
    parameter for adding custom markup.  The example in
    RDoc::Markup::Formatter will now work.  Issue #38 by tsilen.
  * RDoc::Parser::C can now distinguish between class methods and instance
    methods in Document-method.  Issue #36 by Vincent Batts.
  * RDoc now encodes file names in the output encoding.  Issue #33 by Perry
    Smith.
  * ri data generation for method aliases no longer duplicates the class in
    #full_name
2011-07-22 03:18:44 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
tnn
2353c3e348 --disable-ipc was removed from mozilla-common.mk, but we still need it here 2011-07-21 12:17:55 +00:00
drochner
b5a49dfb49 fix project properties tab crash, from John Marino per PR pkg/45135
(PKGREV bumped)
2011-07-19 18:32:13 +00:00
joerg
124e47c5d3 Drop lvalue cast to allow building with Clang. 2011-07-19 13:57:17 +00:00
joerg
795b5174ac Like lang/f2c, disable -Werror when building with clang. 2011-07-19 13:53:30 +00:00
tron
8da3ffe3d1 Use patch provided by the ATK maintainers to fix GNOME bug 654767. Tested
under NetBSD/amd64 5.1_STABLE and Mac OS 10.6.8.

Bump package revision because the shared library version was increased.
2011-07-18 12:02:02 +00:00
tron
0f9d7c3b34 Fix shared library version number based on OBATA Akio's analysis in
GNOME bug 654767. The package is now compatible with previously built
binary packages under Mac OS X.
2011-07-17 12:04:26 +00:00
dholland
5f03df1051 Update roundup to 1.4.19. Set LICENSE.
Three years of development, way too much to include here. If anyone's
curious the list is in CHANGES.txt in the distfile.
2011-07-17 02:24:13 +00:00
ryoon
79221f75c4 Fix dead HOMEPAGE. 2011-07-15 13:38:04 +00:00
obache
03059a8f89 + py-funcparserlib 2011-07-15 13:35:56 +00:00
obache
606de3b991 Import py-funcparserlib-0.3.5 as devel/py-funcparserlib.
Parser combinators are just higher-order functions that take parsers as their
arguments and return them as result values. Parser combinators are:
 * First-class values
 * Extremely composable
 * Tend to make the code quite compact
 * Resemble the readable notation of xBNF grammars

Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that
it's very easy to write them without thinking about look-aheads and all that
hardcore parsing stuff. But the recursive descent parsing is a rather slow
method compared to LL(k) or LR(k) algorithms.

So the primary domain for funcparserlib is parsing little languages or external
DSLs (domain specific languages).

The library itself is very small. Its source code is only 0.5 KLOC, with lots of
comments included. It features the longest parsed prefix error reporting, as
well as a tiny lexer generator for token position tracking.
2011-07-15 13:34:02 +00:00
abs
d08c72fd34 Fix PLIST - at least on amd64 NetBSD 5.99 2011-07-15 13:08:15 +00:00
abs
7898f821c6 Fix MASTER_SITES so distfile can be downloaded 2011-07-15 13:04:56 +00:00
adam
84eadb8d7d Changes 2.28.2:
* gmmproc:
  - _WRAP_METHOD: Add optional parameter functionality.
  - _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering.
  - _WRAP_METHOD: Add the possibility of an output parameter.
  - Protect documentation with m4 quotes.
Gio:
* DBus::Connection::emit_signal(): Replace empty strings with 0, because
  gio fails with "", apparently unnecessarily.
Build:
* Removed now-unused doctooldir variable from pkgconfig files.
2011-07-15 12:22:08 +00:00
ryoon
320e0d21c2 Update to 2.0.1
Changelog:

Changes in version 2.0.1:
=========================
*
* Bug 652205: Use const instead G_CONST_RETURN
* Bug 649307: Clarify AtkPlug and AtkSocket docs
* Bug 551489: Fix doc of atk_text_get_text_before_offset
* Bug 588083: Information about return value of some AtkText methods can be clearer
* Added Alejandro Piñåiro Iglesias as maintainer
* Updated .gitignore
* VS 2008/2010 support update
* New Zulu translation added, Esperanto and Catalan updated

Changes in version 2.0.0:
=========================
*
*Translation update.

Changes in version 1.91.92:
=========================
*
*BGO#638377: Add text_insert, text_remove, and text_update signals
*Reviewed Serbian Translation
*Fix introspection for atk_text_get_bounded_ranges
*Visual C++ 2010 Project Files
*Updated Spanish translation

Changes in version 1.33.6:
=========================
*
*Returns FALSE on atk_object_add_relationship if it is already included
*Bug 640574: gobject-introspection annotation and documentation fixes
*Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
*Add missing Makefiles to AC_CONFIG_FILES
*Fixes for the MSVC Project Files
*Update deprecated autoconf macros and use new libtool syntax
*Documentation fixes
*Translation updates
2011-07-15 08:07:03 +00:00
spz
9f4bb660a7 add CONFLICTS (thanks wiz@ for the reminder)
add a missing LICENSE and fix a few COMMENT
2011-07-14 21:47:34 +00:00
obache
65b1e717eb Set upper bound API_DEPENDS guard, not to allow newer xulrunner. 2011-07-14 11:31:02 +00:00
tron
dadd0f1974 Disable automatic detection of "git" binary and thereby the convert
of "archive.dir.tar.gz" to "archive.git.tar.gz". We now get a consistent
package list on system with and without GIT installed. Bump package
revision again.
2011-07-13 20:50:05 +00:00
wiz
f06afe9281 Update to 0.4.5.
Diffuse 0.4.5 - 2011-07-13
- fixed a bug in CVS and Subversion support that prevented Diffuse from displaying some removed files
- added syntax highlighting for JSON files
- added menu items and keyboard shortcuts for "First Tab" and "Last Tab"
- added "--line" command line option
- fixed a bug that caused deleted files to be ignored when using the '-m' option
- fixed a bug that incorrectly encoded pasted text if utf_8 was not specified in the Region Settings preferences
- state information is now stored in ~/.local/share/diffuse
- Diffuse now uses a patience diff-based algorithm to align lines
- added command line option to specify a label to display instead of the file name
- added preference to display the right margin
- added Cristian Marchi's Italian translation
- fixed a bug that could cause "Save As..." to fail with some user specified encodings
2011-07-13 14:45:39 +00:00
abs
c131674f77 install autopoint & gettextize - bump pkgrevision 2011-07-13 14:26:01 +00:00
tnn
e658955ff1 ${LOWER_OPSYS} -> netbsd 2011-07-13 12:04:06 +00:00
tnn
618094bacf Fix some dragonfly build issues. 2011-07-12 15:12:36 +00:00
wiz
f945682d64 Update to 2.5:
* Changes in version 2.5 (2011-05-14):

** Grammar symbol names can now contain non-initial dashes:

  Consistently with directives (such as %error-verbose) and with
  %define variables (e.g. push-pull), grammar symbol names may contain
  dashes in any position except the beginning.  This is a GNU
  extension over POSIX Yacc.  Thus, use of this extension is reported
  by -Wyacc and rejected in Yacc mode (--yacc).

** Named references:

  Historically, Yacc and Bison have supported positional references
  ($n, $$) to allow access to symbol values from inside of semantic
  actions code.

  Starting from this version, Bison can also accept named references.
  When no ambiguity is possible, original symbol names may be used
  as named references:

    if_stmt : "if" cond_expr "then" then_stmt ';'
    { $if_stmt = mk_if_stmt($cond_expr, $then_stmt); }

  In the more common case, explicit names may be declared:

    stmt[res] : "if" expr[cond] "then" stmt[then] "else" stmt[else] ';'
    { $res = mk_if_stmt($cond, $then, $else); }

  Location information is also accessible using @name syntax.  When
  accessing symbol names containing dots or dashes, explicit bracketing
  ($[sym.1]) must be used.

  These features are experimental in this version.  More user feedback
  will help to stabilize them.

** IELR(1) and canonical LR(1):

  IELR(1) is a minimal LR(1) parser table generation algorithm.  That
  is, given any context-free grammar, IELR(1) generates parser tables
  with the full language-recognition power of canonical LR(1) but with
  nearly the same number of parser states as LALR(1).  This reduction
  in parser states is often an order of magnitude.  More importantly,
  because canonical LR(1)'s extra parser states may contain duplicate
  conflicts in the case of non-LR(1) grammars, the number of conflicts
  for IELR(1) is often an order of magnitude less as well.  This can
  significantly reduce the complexity of developing of a grammar.

  Bison can now generate IELR(1) and canonical LR(1) parser tables in
  place of its traditional LALR(1) parser tables, which remain the
  default.  You can specify the type of parser tables in the grammar
  file with these directives:

    %define lr.type lalr
    %define lr.type ielr
    %define lr.type canonical-lr

  The default-reduction optimization in the parser tables can also be
  adjusted using `%define lr.default-reductions'.  For details on both
  of these features, see the new section `Tuning LR' in the Bison
  manual.

  These features are experimental.  More user feedback will help to
  stabilize them.

** LAC (Lookahead Correction) for syntax error handling:

  Canonical LR, IELR, and LALR can suffer from a couple of problems
  upon encountering a syntax error.  First, the parser might perform
  additional parser stack reductions before discovering the syntax
  error.  Such reductions can perform user semantic actions that are
  unexpected because they are based on an invalid token, and they
  cause error recovery to begin in a different syntactic context than
  the one in which the invalid token was encountered.  Second, when
  verbose error messages are enabled (with %error-verbose or the
  obsolete `#define YYERROR_VERBOSE'), the expected token list in the
  syntax error message can both contain invalid tokens and omit valid
  tokens.

  The culprits for the above problems are %nonassoc, default
  reductions in inconsistent states, and parser state merging.  Thus,
  IELR and LALR suffer the most.  Canonical LR can suffer only if
  %nonassoc is used or if default reductions are enabled for
  inconsistent states.

  LAC is a new mechanism within the parsing algorithm that solves
  these problems for canonical LR, IELR, and LALR without sacrificing
  %nonassoc, default reductions, or state merging.  When LAC is in
  use, canonical LR and IELR behave almost exactly the same for both
  syntactically acceptable and syntactically unacceptable input.
  While LALR still does not support the full language-recognition
  power of canonical LR and IELR, LAC at least enables LALR's syntax
  error handling to correctly reflect LALR's language-recognition
  power.

  Currently, LAC is only supported for deterministic parsers in C.
  You can enable LAC with the following directive:

    %define parse.lac full

  See the new section `LAC' in the Bison manual for additional
  details including a few caveats.

  LAC is an experimental feature.  More user feedback will help to
  stabilize it.

** %define improvements:

*** Can now be invoked via the command line:

  Each of these command-line options

    -D NAME[=VALUE]
    --define=NAME[=VALUE]

    -F NAME[=VALUE]
    --force-define=NAME[=VALUE]

  is equivalent to this grammar file declaration

    %define NAME ["VALUE"]

  except that the manner in which Bison processes multiple definitions
  for the same NAME differs.  Most importantly, -F and --force-define
  quietly override %define, but -D and --define do not.  For further
  details, see the section `Bison Options' in the Bison manual.

*** Variables renamed:

  The following %define variables

    api.push_pull
    lr.keep_unreachable_states

  have been renamed to

    api.push-pull
    lr.keep-unreachable-states

  The old names are now deprecated but will be maintained indefinitely
  for backward compatibility.

*** Values no longer need to be quoted in the grammar file:

  If a %define value is an identifier, it no longer needs to be placed
  within quotations marks.  For example,

    %define api.push-pull "push"

  can be rewritten as

    %define api.push-pull push

*** Unrecognized variables are now errors not warnings.

*** Multiple invocations for any variable is now an error not a warning.

** Unrecognized %code qualifiers are now errors not warnings.

** Character literals not of length one:

  Previously, Bison quietly converted all character literals to length
  one.  For example, without warning, Bison interpreted the operators in
  the following grammar to be the same token:

    exp: exp '++'
       | exp '+' exp
       ;

  Bison now warns when a character literal is not of length one.  In
  some future release, Bison will start reporting an error instead.

** Destructor calls fixed for lookaheads altered in semantic actions:

  Previously for deterministic parsers in C, if a user semantic action
  altered yychar, the parser in some cases used the old yychar value to
  determine which destructor to call for the lookahead upon a syntax
  error or upon parser return.  This bug has been fixed.

** C++ parsers use YYRHSLOC:

  Similarly to the C parsers, the C++ parsers now define the YYRHSLOC
  macro and use it in the default YYLLOC_DEFAULT.  You are encouraged
  to use it.  If, for instance, your location structure has `first'
  and `last' members, instead of

      # define YYLLOC_DEFAULT(Current, Rhs, N)                             \
        do                                                                 \
          if (N)                                                           \
            {                                                              \
              (Current).first = (Rhs)[1].location.first;                   \
              (Current).last  = (Rhs)[N].location.last;                    \
            }                                                              \
          else                                                             \
            {                                                              \
              (Current).first = (Current).last = (Rhs)[0].location.last;   \
            }                                                              \
        while (false)

  use:

      # define YYLLOC_DEFAULT(Current, Rhs, N)                             \
        do                                                                 \
          if (N)                                                           \
            {                                                              \
              (Current).first = YYRHSLOC (Rhs, 1).first;                   \
              (Current).last  = YYRHSLOC (Rhs, N).last;                    \
            }                                                              \
          else                                                             \
            {                                                              \
              (Current).first = (Current).last = YYRHSLOC (Rhs, 0).last;   \
            }                                                              \
        while (false)

** YYLLOC_DEFAULT in C++:

  The default implementation of YYLLOC_DEFAULT used to be issued in
  the header file.  It is now output in the implementation file, after
  the user %code sections so that its #ifndef guard does not try to
  override the user's YYLLOC_DEFAULT if provided.

** YYFAIL now produces warnings and Java parsers no longer implement it:

  YYFAIL has existed for many years as an undocumented feature of
  deterministic parsers in C generated by Bison.  More recently, it was
  a documented feature of Bison's experimental Java parsers.  As
  promised in Bison 2.4.2's NEWS entry, any appearance of YYFAIL in a
  semantic action now produces a deprecation warning, and Java parsers
  no longer implement YYFAIL at all.  For further details, including a
  discussion of how to suppress C preprocessor warnings about YYFAIL
  being unused, see the Bison 2.4.2 NEWS entry.

** Temporary hack for adding a semicolon to the user action:

  Previously, Bison appended a semicolon to every user action for
  reductions when the output language defaulted to C (specifically, when
  neither %yacc, %language, %skeleton, or equivalent command-line
  options were specified).  This allowed actions such as

    exp: exp "+" exp { $$ = $1 + $3 };

  instead of

    exp: exp "+" exp { $$ = $1 + $3; };

  As a first step in removing this misfeature, Bison now issues a
  warning when it appends a semicolon.  Moreover, in cases where Bison
  cannot easily determine whether a semicolon is needed (for example, an
  action ending with a cpp directive or a braced compound initializer),
  it no longer appends one.  Thus, the C compiler might now complain
  about a missing semicolon where it did not before.  Future releases of
  Bison will cease to append semicolons entirely.

** Verbose syntax error message fixes:

  When %error-verbose or the obsolete `#define YYERROR_VERBOSE' is
  specified, syntax error messages produced by the generated parser
  include the unexpected token as well as a list of expected tokens.
  The effect of %nonassoc on these verbose messages has been corrected
  in two ways, but a more complete fix requires LAC, described above:

*** When %nonassoc is used, there can exist parser states that accept no
    tokens, and so the parser does not always require a lookahead token
    in order to detect a syntax error.  Because no unexpected token or
    expected tokens can then be reported, the verbose syntax error
    message described above is suppressed, and the parser instead
    reports the simpler message, `syntax error'.  Previously, this
    suppression was sometimes erroneously triggered by %nonassoc when a
    lookahead was actually required.  Now verbose messages are
    suppressed only when all previous lookaheads have already been
    shifted or discarded.

*** Previously, the list of expected tokens erroneously included tokens
    that would actually induce a syntax error because conflicts for them
    were resolved with %nonassoc in the current parser state.  Such
    tokens are now properly omitted from the list.

*** Expected token lists are still often wrong due to state merging
    (from LALR or IELR) and default reductions, which can both add
    invalid tokens and subtract valid tokens.  Canonical LR almost
    completely fixes this problem by eliminating state merging and
    default reductions.  However, there is one minor problem left even
    when using canonical LR and even after the fixes above.  That is,
    if the resolution of a conflict with %nonassoc appears in a later
    parser state than the one at which some syntax error is
    discovered, the conflicted token is still erroneously included in
    the expected token list.  Bison's new LAC implementation,
    described above, eliminates this problem and the need for
    canonical LR.  However, LAC is still experimental and is disabled
    by default.

** Java skeleton fixes:

*** A location handling bug has been fixed.

*** The top element of each of the value stack and location stack is now
    cleared when popped so that it can be garbage collected.

*** Parser traces now print the top element of the stack.

** -W/--warnings fixes:

*** Bison now properly recognizes the `no-' versions of categories:

  For example, given the following command line, Bison now enables all
  warnings except warnings for incompatibilities with POSIX Yacc:

    bison -Wall,no-yacc gram.y

*** Bison now treats S/R and R/R conflicts like other warnings:

  Previously, conflict reports were independent of Bison's normal
  warning system.  Now, Bison recognizes the warning categories
  `conflicts-sr' and `conflicts-rr'.  This change has important
  consequences for the -W and --warnings command-line options.  For
  example:

    bison -Wno-conflicts-sr gram.y  # S/R conflicts not reported
    bison -Wno-conflicts-rr gram.y  # R/R conflicts not reported
    bison -Wnone            gram.y  # no conflicts are reported
    bison -Werror           gram.y  # any conflict is an error

  However, as before, if the %expect or %expect-rr directive is
  specified, an unexpected number of conflicts is an error, and an
  expected number of conflicts is not reported, so -W and --warning
  then have no effect on the conflict report.

*** The `none' category no longer disables a preceding `error':

  For example, for the following command line, Bison now reports
  errors instead of warnings for incompatibilities with POSIX Yacc:

    bison -Werror,none,yacc gram.y

*** The `none' category now disables all Bison warnings:

  Previously, the `none' category disabled only Bison warnings for
  which there existed a specific -W/--warning category.  However,
  given the following command line, Bison is now guaranteed to
  suppress all warnings:

    bison -Wnone gram.y

** Precedence directives can now assign token number 0:

  Since Bison 2.3b, which restored the ability of precedence
  directives to assign token numbers, doing so for token number 0 has
  produced an assertion failure.  For example:

    %left END 0

  This bug has been fixed.
2011-07-12 14:12:13 +00:00
wiz
33ccb7302d Update to 1.9:
1.1. Major features
    New fileset file matching support
    Improved remote changeset discovery
    New command server mode to improve application integration
    Experimental generaldelta storage scheme
    Experimental new http client library

1.2. Command changes
    HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT
    manifest: add new option --all
    aliases: add positional arguments to non-shell aliases
    add: introduce a warning message for non-portable filenames (issue2756)
    add: notify when adding a file that would cause a case-folding collision
    bisect: new command to extend the bisect range (issue2690)
    bookmarks: allow deactivating current bookmark with -i
    bundle: update current bookmark to most recent revision on current branch
    diff: make diff -c aware of revision sets
    help: add -c/--command flag to only show command help (issue2799)
    help: add -e/--extension switch to display extension help text
    help: move hgignore man page into built-in help (issue2769)
    http: correctly handle redirects from http to https
    identify: list bookmarks for remote repositories
    import: add --bypass option
    paths: Add support for -q/--quiet
    pushkey: add hooks for pushkey/listkeys
    revset: add aliases
    revset: add ^ and ~ operators from parentrevspec extension
    revset: add a revset command to get bisect state
    revset: add desc(string) to search in commit messages
    revset: add follow(filename) to follow a filename's history across copies
    revset: introduce filelog() to emulate log's fast path
    revset: add a last() function

1.3. Web changes
    add bookmarks listing to raw style and summary pages
    support alternate logo url
    add base link to file log for paper and coal styles (issue2452)
    paper, coal: display diffstat on the changeset page
    elapsed time calculation dynamic (javascript)
    provide diffstat and summary on the changeset page

1.4. Extension changes
    hgcia: handle URL like in notify (issue2406)
    rebase: add -m/--message to rebase --collapse (issue2389)
    Updating hgext.extdiff to use revsets
    bash_completion: enable alias auto-complete
    bugzilla: add XMLRPC interface
    color: add support for terminfo-based attributes and color
    convert/mtn: add support for using monotone's "automate stdio" when available
    convert/svn: stop using svn bindings when pushing to svn
    convert: add bookmark support for hg and git backends
    convert: add svnrev, svnpath and svnuuid template keywords
    extdiff: add repository root as a variable
    graphlog: support more log command features with revsets
    keyword: convert a verbatim block to a field list
    keyword: offer additional datefilters when the extension is enabled
    mq: add a 'mq()' revset predicate that returns applied mq csets
    notify: send changesets on 'outgoing' hook, updated doc
    progress: add speed format
    rebase: add --tool argument for specifying merge tool
    rebase: allow for rebasing descendants onto ancestors on different named branches
    record: add an option to backup all wc modifications
    record: add qrefresh -i/--interactive
    record: add white space diff options
    record: alias qrecord to qnew -i/--interactive

1.5. Bug fixes
    bookmarks: allow create/move bookmark without making it current (issue2788)
    bookmarks: do not forward merged bookmark (issue1877)
    changegroup: do not count closed new heads (issue2697)
    config: handle comment lines in continuations (issue2854)
    dispatch: propagate ui command options to the local ui (issue2523)
    eol: make the hook check all new heads, not only tip (issue2666)
    grep: don't print data from binary files for matches (issue2614)
    http: report unexpected unparsable push responses (issue2777)
    httprepo: handle large lengths by bypassing the len() operator
    httprepo: long arguments support (issue2126)
    httprepo: proper handling of invalid responses without content-type (issue2019)
    httprepo: send URL redirection notices to stderr (issue2828)
    localrepo: don't add deleted files to list of modified/added files (issue2761)
    localrepo: ignore tags to unknown nodes (issue2750)
    merge: drop resolve state for mergers with identical contents (issue2680)
    patch: do not patch unknown files (issue752)
    path_auditor: check filenames for basic platform validity (issue2755)
    rebase: don't mark file as removed if missing in parent's manifest (issue2725)
    rebase: preserve mq series order after rebasing (issue2849)
    rebase: restore mq guards after rebasing (issue2107)
    revset: report a parse error if a revset is not parsed completely (issue2654)
    scmutil: improve path calculation for install-relative RC files (issue2841)
    set NOT_CONTENT_INDEXED on .hg dir (issue2694)
    sslutil: fall back to commonName when no dNSName in subjectAltName (issue2798)
    subrepo: be more careful with deletions of .hgsub and .hgsubstate (issue2844)
    subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
    subrepo: svn abort now depends on exit code (issue2833)
    subrepo: be smarter about what's an absolute path (issue2808)
    svn subrepo: attempt work around obstructed checkouts (issue2752)
    svn subrepos: work around checkout obstructions (issue2752)
    tags: catch more corruption during cache parsing (issue2779)
    util: add Mac-specific check whether we're in a GUI session (issue2553)
2011-07-12 11:27:53 +00:00
tnn
7772292a5f Fix libevent detection when using libevent from pkgsrc. 2011-07-12 11:12:36 +00:00