Eamon Walsh (1):
Correct the length calculation for the value field of GetPropertyReply.
Julien Cristau (2):
Add RandR 1.3 requests
Fix ShmCompletion event
Julien Danjou (6):
Fix miter spelling
xtest: rename window field
bump version to 1.5
shm: fix Completion event fields
Revert "shm: fix Completion event fields"
Release xcb-proto 1.5
Peter Harris (19):
Most usages of ModMask may also take the special value "Any".
Add altenum (non-exhaustive enum)
Document enum, altenum, and mask
Add (and use) Time/CurrentTime enum.
Add (and use) KeyButMask enum.
Add a variety of 'None' enum types and altenum references.
xinput tweaks
Add enum references to fields in Shape
Add enum references to fields in Composite
Add enum references to fields in XFIXES
Add enum references to fields in Damage
Move enums above their first use in xproto.xml
Add enum references to fields in DPMS
Add enum references to fields in RANDR
Add enum references to fields in XInputExtension
Add enum references to fields in XVideo
Add enum references to fields in RENDER
Add enum references to fields in SYNC
Merge branch 'enum'
File::Find::Rule::Perl provides methods for finding various types
Perl-related files, or replicating search queries run on a distribution
in various parts of the CPAN ecosystem.
File::Find::Rule::VCS provides quick and convenient methods to exclude the
version control directories of several major Version Control Systems
(currently CVS, subversion, and Bazaar).
Changes:
2009-05-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttserver.c (do_task): a potential bug of memory leak was fixed.
* tcrdb.c (tcrdbnew): a bug related to initialization was fixed.
* scrext.c (serv_fwmkeys, serv_regex): new functions.
- Release: 1.1.28
scheduled import of File::Find::Rule::Permissions.
Devel::CheckOS provides a more friendly interface to $^O, and also lets you
check for various OS "families" such as "Unix", which includes things like
Linux, Solaris, AIX etc.
File::Find::Rule::PPI allows you to integrate PPI content queries into your
File::Find::Rule searches.
Initially, it provides the one additional method ppi_find_any, which takes an
argument identical to the PPI::Node method find_any and checks each file as a
perl document to see if matches the query.
This module is a replacement for the most typical use of the h2xs utility
bundled with all Perl distributions: the creation of the directories and
files required for a pure-Perl module to be installable with make and
distributable on the Comprehensive Perl Archive Network (CPAN).
For Perl programmers, laziness is a virtue -- and modulemaker is far and
away the laziest way to create a pure Perl distribution which meets all
the requirements for worldwide distribution via CPAN.
scheduled import of ExtUtils::ModuleMaker.
This Perl extension provides several functions which try to determine whether
you can, indeed, safely create directories and files underneath a user's home
directory. Among other things, if you are placing a file in such a location
only temporarily -- say, for testing purposes -- you can temporarily hide any
already existing file with the same name and restore it to its original name
and timestamps when you are done.
for scheduled import of devel/p5-File-Save-Home 0.08.
This module automatically exports a single subroutine, make_varname(), which
returns a string composed of random characters that qualifies as the name for
a Perl variable. The characters are limited to upper- and lower-case letters
in the English alphabet, the numerals from 0 through 9 and the underscore
character. The first character may not be a numeral.
This module provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.
- Updating package for p5 module File::LibMagic from 0.95 to 0.96
Upstream changes:
0.96 May 2009
Upgraded Devel::CheckLib
see bug 46044, 46295 in rt.cpan.org
- Updating p5 module for Module::Install from 0.89 to 0.91
- Adjusting dependencies according to META.yml
Upstream changes:
0.91 Thu 28 May 2009
- Add missing dependency on Parse::CPAN::Meta
0.90 Fri 22 May 2009
- Adding a first implementation of MYMETA