[DRE-commits] [ruby-ffi] 03/09: Merge tag 'upstream/1.9.3debian'

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jan 8 12:48:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-ffi.

commit 436e8489e0c243bad602ffd74ad93d632fc45e89
Merge: 8dd9000 1a56914
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jan 8 09:31:18 2014 -0300

    Merge tag 'upstream/1.9.3debian'
    
    Upstream version 1.9.3debian
    
    # gpg: Signature made Qua 08 Jan 2014 09:31:15 BRT using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at cs.ubc.ca>"
    # gpg:                 aka "Antonio Terceiro <antonio.terceiro at linaro.org>"

 COPYING                                   | 721 ++----------------------------
 COPYING.LESSER                            | 165 -------
 History.txt                               |   1 -
 LICENSE                                   |  32 +-
 README.md                                 |  12 +-
 checksums.yaml.gz                         | Bin 0 -> 427 bytes
 ext/ffi_c/AbstractMemory.c                |  35 +-
 ext/ffi_c/AbstractMemory.h                |  33 +-
 ext/ffi_c/ArrayType.c                     |  33 +-
 ext/ffi_c/ArrayType.h                     |  33 +-
 ext/ffi_c/Buffer.c                        |  34 +-
 ext/ffi_c/Call.c                          |  33 +-
 ext/ffi_c/Call.h                          |  33 +-
 ext/ffi_c/ClosurePool.c                   |  33 +-
 ext/ffi_c/ClosurePool.h                   |  33 +-
 ext/ffi_c/DynamicLibrary.c                |  33 +-
 ext/ffi_c/DynamicLibrary.h                |  33 +-
 ext/ffi_c/Function.c                      |  33 +-
 ext/ffi_c/Function.h                      |  33 +-
 ext/ffi_c/FunctionInfo.c                  |  34 +-
 ext/ffi_c/LastError.c                     |  34 +-
 ext/ffi_c/LastError.h                     |  33 +-
 ext/ffi_c/LongDouble.h                    |  33 +-
 ext/ffi_c/MappedType.c                    |  33 +-
 ext/ffi_c/MappedType.h                    |  33 +-
 ext/ffi_c/MemoryPointer.c                 |  35 +-
 ext/ffi_c/MemoryPointer.h                 |  33 +-
 ext/ffi_c/MethodHandle.c                  |  33 +-
 ext/ffi_c/MethodHandle.h                  |  33 +-
 ext/ffi_c/Platform.c                      |  33 +-
 ext/ffi_c/Platform.h                      |  33 +-
 ext/ffi_c/Pointer.c                       |  33 +-
 ext/ffi_c/Pointer.h                       |  33 +-
 ext/ffi_c/Struct.c                        |  35 +-
 ext/ffi_c/Struct.h                        |  33 +-
 ext/ffi_c/StructByValue.c                 |  33 +-
 ext/ffi_c/StructByValue.h                 |  33 +-
 ext/ffi_c/StructLayout.c                  |  33 +-
 ext/ffi_c/Thread.c                        |  33 +-
 ext/ffi_c/Thread.h                        |  33 +-
 ext/ffi_c/Type.c                          |  35 +-
 ext/ffi_c/Type.h                          |  33 +-
 ext/ffi_c/Types.c                         |  33 +-
 ext/ffi_c/Types.h                         |  33 +-
 ext/ffi_c/Variadic.c                      |  34 +-
 ext/ffi_c/compat.h                        |  33 +-
 ext/ffi_c/cruby-ext.iml                   |  12 -
 ext/ffi_c/ffi.c                           |  34 +-
 ext/ffi_c/rbffi.h                         |  33 +-
 ffi.gemspec                               |   4 +-
 gen/log                                   |   1 -
 lib/ffi/autopointer.rb                    |  32 +-
 lib/ffi/enum.rb                           |  33 +-
 lib/ffi/errno.rb                          |  32 +-
 lib/ffi/ffi.iml                           |  11 -
 lib/ffi/ffi.rb                            |  33 +-
 lib/ffi/io.rb                             |  32 +-
 lib/ffi/library.rb                        |  34 +-
 lib/ffi/managedstruct.rb                  |  29 ++
 lib/ffi/platform.rb                       |  31 +-
 lib/ffi/platform/x86_64-cygwin/types.conf |   3 +
 lib/ffi/pointer.rb                        |  32 +-
 lib/ffi/struct.rb                         |  33 +-
 lib/ffi/struct_layout_builder.rb          |  33 +-
 lib/ffi/types.rb                          |  33 +-
 lib/ffi/union.rb                          |  35 +-
 lib/ffi/variadic.rb                       |  35 +-
 lib/ffi/version.rb                        |   2 +-
 libtest/BoolTest.c                        |   5 +-
 libtest/StructTest.c                      |   5 +-
 metadata.yml                              | 173 +++----
 spec/ffi/spec.iml                         |  12 -
 72 files changed, 1371 insertions(+), 1644 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi.git



More information about the Pkg-ruby-extras-commits mailing list