r32141 - in /branches/upstream/libconvert-binary-c-perl/current: ./ bin/ cbc/ ctlib/ lib/Convert/Binary/ lib/Convert/Binary/C/ tests/ tests/include/ token/ ucpp/ util/ util/tool/ xsubs/

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Mar 16 01:33:22 UTC 2009


Author: ryan52-guest
Date: Mon Mar 16 01:33:02 2009
New Revision: 32141

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32141
Log:
[svn-upgrade] Integrating new upstream version, libconvert-binary-c-perl (0.72)

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

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

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

Modified: branches/upstream/libconvert-binary-c-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconvert-binary-c-perl/current/Changes?rev=32141&op=diff

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

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

Modified: branches/upstream/libconvert-binary-c-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconvert-binary-c-perl/current/README?rev=32141&op=diff

Modified: branches/upstream/libconvert-binary-c-perl/current/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconvert-binary-c-perl/current/TODO?rev=32141&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: branches/upstream/libconvert-binary-c-perl/current/ppport.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconvert-binary-c-perl/current/ppport.h?rev=32141&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[... 117 lines stripped ...]



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