r73217 - in /trunk/libconvert-binary-c-perl: ./ bin/ cbc/ ctlib/ debian/ lib/Convert/Binary/ lib/Convert/Binary/C/ tests/ tests/include/ token/ ucpp/ util/ util/tool/ xsubs/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 23 15:52:52 UTC 2011


Author: gregoa
Date: Sat Apr 23 15:52:36 2011
New Revision: 73217

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73217
Log:
* New upstream release.

Modified:
    trunk/libconvert-binary-c-perl/C.xs
    trunk/libconvert-binary-c-perl/Changes
    trunk/libconvert-binary-c-perl/META.yml
    trunk/libconvert-binary-c-perl/Makefile.PL
    trunk/libconvert-binary-c-perl/README
    trunk/libconvert-binary-c-perl/TODO
    trunk/libconvert-binary-c-perl/bin/ccconfig
    trunk/libconvert-binary-c-perl/bin/convert.PL
    trunk/libconvert-binary-c-perl/bin/elf.PL
    trunk/libconvert-binary-c-perl/bin/perltypes.PL
    trunk/libconvert-binary-c-perl/cbc/basic.c
    trunk/libconvert-binary-c-perl/cbc/basic.h
    trunk/libconvert-binary-c-perl/cbc/cbc.h
    trunk/libconvert-binary-c-perl/cbc/debug.c
    trunk/libconvert-binary-c-perl/cbc/debug.h
    trunk/libconvert-binary-c-perl/cbc/dimension.c
    trunk/libconvert-binary-c-perl/cbc/dimension.h
    trunk/libconvert-binary-c-perl/cbc/hook.c
    trunk/libconvert-binary-c-perl/cbc/hook.h
    trunk/libconvert-binary-c-perl/cbc/idl.c
    trunk/libconvert-binary-c-perl/cbc/idl.h
    trunk/libconvert-binary-c-perl/cbc/init.c
    trunk/libconvert-binary-c-perl/cbc/init.h
    trunk/libconvert-binary-c-perl/cbc/macros.c
    trunk/libconvert-binary-c-perl/cbc/macros.h
    trunk/libconvert-binary-c-perl/cbc/member.c
    trunk/libconvert-binary-c-perl/cbc/member.h
    trunk/libconvert-binary-c-perl/cbc/object.c
    trunk/libconvert-binary-c-perl/cbc/object.h
    trunk/libconvert-binary-c-perl/cbc/option.c
    trunk/libconvert-binary-c-perl/cbc/option.h
    trunk/libconvert-binary-c-perl/cbc/pack.c
    trunk/libconvert-binary-c-perl/cbc/pack.h
    trunk/libconvert-binary-c-perl/cbc/sourcify.c
    trunk/libconvert-binary-c-perl/cbc/sourcify.h
    trunk/libconvert-binary-c-perl/cbc/tag.c
    trunk/libconvert-binary-c-perl/cbc/tag.h
    trunk/libconvert-binary-c-perl/cbc/type.c
    trunk/libconvert-binary-c-perl/cbc/type.h
    trunk/libconvert-binary-c-perl/cbc/typeinfo.c
    trunk/libconvert-binary-c-perl/cbc/typeinfo.h
    trunk/libconvert-binary-c-perl/cbc/util.c
    trunk/libconvert-binary-c-perl/cbc/util.h
    trunk/libconvert-binary-c-perl/ctlib/arch.pl
    trunk/libconvert-binary-c-perl/ctlib/bitfields.c
    trunk/libconvert-binary-c-perl/ctlib/bitfields.h
    trunk/libconvert-binary-c-perl/ctlib/byteorder.c
    trunk/libconvert-binary-c-perl/ctlib/byteorder.h
    trunk/libconvert-binary-c-perl/ctlib/cppreent.h
    trunk/libconvert-binary-c-perl/ctlib/ctdebug.c
    trunk/libconvert-binary-c-perl/ctlib/ctdebug.h
    trunk/libconvert-binary-c-perl/ctlib/cterror.c
    trunk/libconvert-binary-c-perl/ctlib/cterror.h
    trunk/libconvert-binary-c-perl/ctlib/ctparse.c
    trunk/libconvert-binary-c-perl/ctlib/ctparse.h
    trunk/libconvert-binary-c-perl/ctlib/cttags.c
    trunk/libconvert-binary-c-perl/ctlib/cttags.h
    trunk/libconvert-binary-c-perl/ctlib/cttype.c
    trunk/libconvert-binary-c-perl/ctlib/cttype.h
    trunk/libconvert-binary-c-perl/ctlib/fileinfo.c
    trunk/libconvert-binary-c-perl/ctlib/fileinfo.h
    trunk/libconvert-binary-c-perl/ctlib/layout.c
    trunk/libconvert-binary-c-perl/ctlib/layout.h
    trunk/libconvert-binary-c-perl/ctlib/parser.h
    trunk/libconvert-binary-c-perl/ctlib/parser.y
    trunk/libconvert-binary-c-perl/ctlib/pragma.h
    trunk/libconvert-binary-c-perl/ctlib/pragma.y
    trunk/libconvert-binary-c-perl/ctlib/y_parser.c
    trunk/libconvert-binary-c-perl/ctlib/y_pragma.c
    trunk/libconvert-binary-c-perl/debian/changelog
    trunk/libconvert-binary-c-perl/lib/Convert/Binary/C.pm
    trunk/libconvert-binary-c-perl/lib/Convert/Binary/C/Cached.pm
    trunk/libconvert-binary-c-perl/test.pl
    trunk/libconvert-binary-c-perl/tests/001_init.t
    trunk/libconvert-binary-c-perl/tests/101_basic.t
    trunk/libconvert-binary-c-perl/tests/201_config.t
    trunk/libconvert-binary-c-perl/tests/202_misc.t
    trunk/libconvert-binary-c-perl/tests/203_warnings.t
    trunk/libconvert-binary-c-perl/tests/204_enum.t
    trunk/libconvert-binary-c-perl/tests/205_pack.t
    trunk/libconvert-binary-c-perl/tests/206_parse.t
    trunk/libconvert-binary-c-perl/tests/207_typedef.t
    trunk/libconvert-binary-c-perl/tests/208_float.t
    trunk/libconvert-binary-c-perl/tests/209_sourcify.t
    trunk/libconvert-binary-c-perl/tests/210_depend.t
    trunk/libconvert-binary-c-perl/tests/211_clone.t
    trunk/libconvert-binary-c-perl/tests/212_clean.t
    trunk/libconvert-binary-c-perl/tests/213_string.t
    trunk/libconvert-binary-c-perl/tests/214_cache.t
    trunk/libconvert-binary-c-perl/tests/215_local.t
    trunk/libconvert-binary-c-perl/tests/216_language.t
    trunk/libconvert-binary-c-perl/tests/217_preproc.t
    trunk/libconvert-binary-c-perl/tests/218_member.t
    trunk/libconvert-binary-c-perl/tests/219_def.t
    trunk/libconvert-binary-c-perl/tests/220_new.t
    trunk/libconvert-binary-c-perl/tests/221_asm.t
    trunk/libconvert-binary-c-perl/tests/222_ieee.t
    trunk/libconvert-binary-c-perl/tests/223_initializer.t
    trunk/libconvert-binary-c-perl/tests/224_typeof.t
    trunk/libconvert-binary-c-perl/tests/225_magic.t
    trunk/libconvert-binary-c-perl/tests/226_indexed.t
    trunk/libconvert-binary-c-perl/tests/227_flexarray.t
    trunk/libconvert-binary-c-perl/tests/228_hooks.t
    trunk/libconvert-binary-c-perl/tests/229_substr.t
    trunk/libconvert-binary-c-perl/tests/230_compiler.t
    trunk/libconvert-binary-c-perl/tests/231_align.t
    trunk/libconvert-binary-c-perl/tests/232_native.t
    trunk/libconvert-binary-c-perl/tests/233_tags.t
    trunk/libconvert-binary-c-perl/tests/234_format.t
    trunk/libconvert-binary-c-perl/tests/235_basic.t
    trunk/libconvert-binary-c-perl/tests/236_typeinfo.t
    trunk/libconvert-binary-c-perl/tests/237_parser.t
    trunk/libconvert-binary-c-perl/tests/238_byteorder.t
    trunk/libconvert-binary-c-perl/tests/239_macros.t
    trunk/libconvert-binary-c-perl/tests/240_offsetof.t
    trunk/libconvert-binary-c-perl/tests/241_sizeof.t
    trunk/libconvert-binary-c-perl/tests/242_dimension.t
    trunk/libconvert-binary-c-perl/tests/243_parser.t
    trunk/libconvert-binary-c-perl/tests/501_bfsimple.t
    trunk/libconvert-binary-c-perl/tests/502_bfmicrosoft.t
    trunk/libconvert-binary-c-perl/tests/503_bfgeneric.t
    trunk/libconvert-binary-c-perl/tests/601_speed.t
    trunk/libconvert-binary-c-perl/tests/602_threads.t
    trunk/libconvert-binary-c-perl/tests/603_complex.t
    trunk/libconvert-binary-c-perl/tests/701_debug.t
    trunk/libconvert-binary-c-perl/tests/702_env.t
    trunk/libconvert-binary-c-perl/tests/703_bugs.t
    trunk/libconvert-binary-c-perl/tests/801_examples.t
    trunk/libconvert-binary-c-perl/tests/802_pod.t
    trunk/libconvert-binary-c-perl/tests/803_pod_coverage.t
    trunk/libconvert-binary-c-perl/tests/901_memory.t
    trunk/libconvert-binary-c-perl/tests/include/sizeof.pl
    trunk/libconvert-binary-c-perl/token/blproperty.pl
    trunk/libconvert-binary-c-perl/token/config.pl
    trunk/libconvert-binary-c-perl/token/hook.pl
    trunk/libconvert-binary-c-perl/token/parser.pl
    trunk/libconvert-binary-c-perl/token/pragma.pl
    trunk/libconvert-binary-c-perl/token/tag.pl
    trunk/libconvert-binary-c-perl/typemap
    trunk/libconvert-binary-c-perl/ucpp/config.h
    trunk/libconvert-binary-c-perl/ucpp/ppdir.pl
    trunk/libconvert-binary-c-perl/util/ccattr.h
    trunk/libconvert-binary-c-perl/util/hash.c
    trunk/libconvert-binary-c-perl/util/hash.h
    trunk/libconvert-binary-c-perl/util/list.c
    trunk/libconvert-binary-c-perl/util/list.h
    trunk/libconvert-binary-c-perl/util/memalloc.c
    trunk/libconvert-binary-c-perl/util/memalloc.h
    trunk/libconvert-binary-c-perl/util/tool/check_alloc.pl
    trunk/libconvert-binary-c-perl/xsubs/arg.xs
    trunk/libconvert-binary-c-perl/xsubs/cbc.xs
    trunk/libconvert-binary-c-perl/xsubs/clean.xs
    trunk/libconvert-binary-c-perl/xsubs/clone.xs
    trunk/libconvert-binary-c-perl/xsubs/compound.xs
    trunk/libconvert-binary-c-perl/xsubs/configure.xs
    trunk/libconvert-binary-c-perl/xsubs/def.xs
    trunk/libconvert-binary-c-perl/xsubs/defined.xs
    trunk/libconvert-binary-c-perl/xsubs/dependencies.xs
    trunk/libconvert-binary-c-perl/xsubs/enum.xs
    trunk/libconvert-binary-c-perl/xsubs/feature.xs
    trunk/libconvert-binary-c-perl/xsubs/include.xs
    trunk/libconvert-binary-c-perl/xsubs/initializer.xs
    trunk/libconvert-binary-c-perl/xsubs/macro.xs
    trunk/libconvert-binary-c-perl/xsubs/member.xs
    trunk/libconvert-binary-c-perl/xsubs/native.xs
    trunk/libconvert-binary-c-perl/xsubs/offsetof.xs
    trunk/libconvert-binary-c-perl/xsubs/pack.xs
    trunk/libconvert-binary-c-perl/xsubs/parse.xs
    trunk/libconvert-binary-c-perl/xsubs/sizeof.xs
    trunk/libconvert-binary-c-perl/xsubs/sourcify.xs
    trunk/libconvert-binary-c-perl/xsubs/tag.xs
    trunk/libconvert-binary-c-perl/xsubs/typedef.xs
    trunk/libconvert-binary-c-perl/xsubs/typeof.xs

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/libconvert-binary-c-perl/C.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/C.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/Changes?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/META.yml?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/Makefile.PL?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/README?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/TODO?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/bin/ccconfig
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/bin/ccconfig?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/bin/convert.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/bin/convert.PL?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/bin/elf.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/bin/elf.PL?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/bin/perltypes.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/bin/perltypes.PL?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/basic.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/basic.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/basic.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/basic.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/cbc.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/cbc.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/debug.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/debug.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/debug.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/debug.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/dimension.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/dimension.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/dimension.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/dimension.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/hook.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/hook.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/hook.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/hook.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/idl.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/idl.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/idl.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/idl.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/init.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/init.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/init.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/init.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/macros.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/macros.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/macros.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/macros.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/member.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/member.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/member.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/member.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/object.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/object.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/object.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/object.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/option.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/option.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/option.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/option.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/pack.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/pack.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/pack.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/pack.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/sourcify.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/sourcify.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/sourcify.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/sourcify.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/tag.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/tag.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/tag.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/tag.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/type.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/type.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/type.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/type.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/typeinfo.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/typeinfo.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/typeinfo.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/typeinfo.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/util.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/util.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/cbc/util.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/cbc/util.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/arch.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/arch.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/bitfields.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/bitfields.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/bitfields.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/bitfields.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/byteorder.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/byteorder.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/byteorder.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/byteorder.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/cppreent.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/cppreent.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/ctdebug.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/ctdebug.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/ctdebug.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/ctdebug.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/cterror.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/cterror.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/cterror.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/cterror.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/ctparse.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/ctparse.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/ctparse.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/ctparse.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/cttags.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/cttags.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/cttags.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/cttags.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/cttype.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/cttype.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/cttype.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/cttype.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/fileinfo.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/fileinfo.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/fileinfo.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/fileinfo.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/layout.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/layout.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/layout.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/layout.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/parser.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/parser.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/parser.y
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/parser.y?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/pragma.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/pragma.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/pragma.y
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/pragma.y?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/y_parser.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/y_parser.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ctlib/y_pragma.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ctlib/y_pragma.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/debian/changelog?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/lib/Convert/Binary/C.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/lib/Convert/Binary/C.pm?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/lib/Convert/Binary/C/Cached.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/lib/Convert/Binary/C/Cached.pm?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/test.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/test.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/001_init.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/001_init.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/101_basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/101_basic.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/201_config.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/201_config.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/202_misc.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/202_misc.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/203_warnings.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/203_warnings.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/204_enum.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/204_enum.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/205_pack.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/205_pack.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/206_parse.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/206_parse.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/207_typedef.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/207_typedef.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/208_float.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/208_float.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/209_sourcify.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/209_sourcify.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/210_depend.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/210_depend.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/211_clone.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/211_clone.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/212_clean.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/212_clean.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/213_string.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/213_string.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/214_cache.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/214_cache.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/215_local.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/215_local.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/216_language.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/216_language.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/217_preproc.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/217_preproc.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/218_member.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/218_member.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/219_def.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/219_def.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/220_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/220_new.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/221_asm.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/221_asm.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/222_ieee.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/222_ieee.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/223_initializer.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/223_initializer.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/224_typeof.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/224_typeof.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/225_magic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/225_magic.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/226_indexed.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/226_indexed.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/227_flexarray.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/227_flexarray.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/228_hooks.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/228_hooks.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/229_substr.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/229_substr.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/230_compiler.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/230_compiler.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/231_align.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/231_align.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/232_native.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/232_native.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/233_tags.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/233_tags.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/234_format.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/234_format.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/235_basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/235_basic.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/236_typeinfo.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/236_typeinfo.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/237_parser.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/237_parser.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/238_byteorder.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/238_byteorder.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/239_macros.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/239_macros.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/240_offsetof.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/240_offsetof.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/241_sizeof.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/241_sizeof.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/242_dimension.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/242_dimension.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/243_parser.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/243_parser.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/501_bfsimple.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/501_bfsimple.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/502_bfmicrosoft.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/502_bfmicrosoft.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/503_bfgeneric.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/503_bfgeneric.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/601_speed.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/601_speed.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/602_threads.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/602_threads.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/603_complex.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/603_complex.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/701_debug.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/701_debug.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/702_env.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/702_env.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/703_bugs.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/703_bugs.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/801_examples.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/801_examples.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/802_pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/802_pod.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/803_pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/803_pod_coverage.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/901_memory.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/901_memory.t?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/tests/include/sizeof.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/tests/include/sizeof.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/token/blproperty.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/token/blproperty.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/token/config.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/token/config.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/token/hook.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/token/hook.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/token/parser.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/token/parser.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/token/pragma.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/token/pragma.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/token/tag.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/token/tag.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/typemap
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/typemap?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ucpp/config.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ucpp/config.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/ucpp/ppdir.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/ucpp/ppdir.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/ccattr.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/ccattr.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/hash.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/hash.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/hash.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/hash.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/list.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/list.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/list.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/list.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/memalloc.c
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/memalloc.c?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/memalloc.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/memalloc.h?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/util/tool/check_alloc.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/util/tool/check_alloc.pl?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/arg.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/arg.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/cbc.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/cbc.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/clean.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/clean.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/clone.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/clone.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/compound.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/compound.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/configure.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/configure.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/def.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/def.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/defined.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/defined.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/dependencies.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/dependencies.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/enum.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/enum.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/feature.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/feature.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/include.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/include.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/initializer.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/initializer.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/macro.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/macro.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/member.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/member.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/native.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/native.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/offsetof.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/offsetof.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/pack.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/pack.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/parse.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/parse.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/sizeof.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/sizeof.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/sourcify.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/sourcify.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/tag.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/tag.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/typedef.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/typedef.xs?rev=73217&op=diff

Modified: trunk/libconvert-binary-c-perl/xsubs/typeof.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-binary-c-perl/xsubs/typeof.xs?rev=73217&op=diff




More information about the Pkg-perl-cvs-commits mailing list