An update for gitsh is available which fixes some bugs, and adds some features
[0]. Diff has been sent to maintainer who responded with "Yes, that looks
right".

[0] https://github.com/thoughtbot/gitsh/releases/tag/v0.12

Comments?

-- 
Björn Ketelaars
GPG key: 0x4F0E5F21


diff --git devel/gitsh/Makefile devel/gitsh/Makefile
index 7818d7df377..3a7977865fd 100644
--- devel/gitsh/Makefile
+++ devel/gitsh/Makefile
@@ -1,11 +1,10 @@
 # $OpenBSD: Makefile,v 1.7 2017/11/01 10:12:25 jeremy Exp $
 
-VERSION =              0.11.2
+VERSION =              0.12
 
 COMMENT =              interactive shell for git
 
 DISTNAME =             gitsh-${VERSION}
-REVISION =             0
 
 CATEGORIES =           devel
 
@@ -16,7 +15,7 @@ MAINTAINER =          Mike Burns <[email protected]>
 # License: BSD
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += ereadline ncurses ${MODRUBY_WANTLIB}
+WANTLIB +=             ereadline curses ${MODRUBY_WANTLIB}
 
 MASTER_SITES =         ${HOMEPAGE}/releases/download/v${VERSION}/
 
diff --git devel/gitsh/distinfo devel/gitsh/distinfo
index 6961e89edd3..b33358ab2c5 100644
--- devel/gitsh/distinfo
+++ devel/gitsh/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gitsh-0.11.2.tar.gz) = XwHnBXs7QgIJomJh7/SbukkrPM6M2GpvUqOwApLhXo0=
-SIZE (gitsh-0.11.2.tar.gz) = 177980
+SHA256 (gitsh-0.12.tar.gz) = c9glH2b0Ow4sHrzIBH8w1AXSRfU/o1yp7ZbP4L6tlRA=
+SIZE (gitsh-0.12.tar.gz) = 1152133
diff --git devel/gitsh/pkg/PLIST devel/gitsh/pkg/PLIST
index 265ab525dca..6d592aa9102 100644
--- devel/gitsh/pkg/PLIST
+++ devel/gitsh/pkg/PLIST
@@ -6,7 +6,6 @@ share/gitsh/ruby/
 share/gitsh/ruby/gitsh.rb
 share/gitsh/ruby/lib/
 share/gitsh/ruby/lib/gitsh/
-share/gitsh/ruby/lib/gitsh/argument_builder.rb
 share/gitsh/ruby/lib/gitsh/argument_list.rb
 share/gitsh/ruby/lib/gitsh/arguments/
 share/gitsh/ruby/lib/gitsh/arguments/composite_argument.rb
@@ -37,152 +36,656 @@ share/gitsh/ruby/lib/gitsh/history.rb
 share/gitsh/ruby/lib/gitsh/input_strategies/
 share/gitsh/ruby/lib/gitsh/input_strategies/file.rb
 share/gitsh/ruby/lib/gitsh/input_strategies/interactive.rb
-share/gitsh/ruby/lib/gitsh/input_strategies/string.rb
 share/gitsh/ruby/lib/gitsh/interpreter.rb
+share/gitsh/ruby/lib/gitsh/lexer/
+share/gitsh/ruby/lib/gitsh/lexer.rb
+share/gitsh/ruby/lib/gitsh/lexer/character_class.rb
 share/gitsh/ruby/lib/gitsh/line_editor.rb
 share/gitsh/ruby/lib/gitsh/line_editor_history_filter.rb
 share/gitsh/ruby/lib/gitsh/line_editor_native.so
 share/gitsh/ruby/lib/gitsh/magic_variables.rb
 share/gitsh/ruby/lib/gitsh/module_delegator.rb
-share/gitsh/ruby/lib/gitsh/parser/
 share/gitsh/ruby/lib/gitsh/parser.rb
-share/gitsh/ruby/lib/gitsh/parser/character_class.rb
 share/gitsh/ruby/lib/gitsh/program_name.rb
 share/gitsh/ruby/lib/gitsh/prompt_color.rb
 share/gitsh/ruby/lib/gitsh/prompter.rb
 share/gitsh/ruby/lib/gitsh/quote_detector.rb
 share/gitsh/ruby/lib/gitsh/shell_command_runner.rb
-share/gitsh/ruby/lib/gitsh/string_runner.rb
 share/gitsh/ruby/lib/gitsh/terminal.rb
-share/gitsh/ruby/lib/gitsh/transformer.rb
 share/gitsh/ruby/lib/gitsh/version.rb
 share/gitsh/vendor/
 share/gitsh/vendor/gems/
-share/gitsh/vendor/gems/blankslate-3.1.3/
-share/gitsh/vendor/gems/blankslate-3.1.3/Gemfile
-share/gitsh/vendor/gems/blankslate-3.1.3/Gemfile.lock
-share/gitsh/vendor/gems/blankslate-3.1.3/MIT-LICENSE
-share/gitsh/vendor/gems/blankslate-3.1.3/README
-share/gitsh/vendor/gems/blankslate-3.1.3/Rakefile
-share/gitsh/vendor/gems/blankslate-3.1.3/VERSION
-share/gitsh/vendor/gems/blankslate-3.1.3/blankslate.gemspec
-share/gitsh/vendor/gems/blankslate-3.1.3/lib/
-share/gitsh/vendor/gems/blankslate-3.1.3/lib/blankslate.rb
-share/gitsh/vendor/gems/blankslate-3.1.3/spec/
-share/gitsh/vendor/gems/blankslate-3.1.3/spec/blankslate_spec.rb
-share/gitsh/vendor/gems/parslet-1.6.2/
-share/gitsh/vendor/gems/parslet-1.6.2/HISTORY.txt
-share/gitsh/vendor/gems/parslet-1.6.2/LICENSE
-share/gitsh/vendor/gems/parslet-1.6.2/README
-share/gitsh/vendor/gems/parslet-1.6.2/Rakefile
-share/gitsh/vendor/gems/parslet-1.6.2/example/
-share/gitsh/vendor/gems/parslet-1.6.2/example/big.erb
-share/gitsh/vendor/gems/parslet-1.6.2/example/boolean_algebra.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/calc.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/capture.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/comments.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/deepest_errors.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/documentation.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/email_parser.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/empty.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/erb.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/ignore.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/ip_address.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/json.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/local.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/mathn.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/minilisp.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/modularity.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/nested_errors.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/optimized_erb.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/boolean_algebra.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/calc.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/capture.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/comments.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/deepest_errors.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/documentation.err
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/documentation.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/email_parser.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/empty.err
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/erb.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/ignore.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/ignore_whitespace.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/ip_address.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/json.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/local.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/mathn.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/minilisp.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/modularity.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/nested_errors.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/optimized_erb.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/parens.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/prec_calc.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/readme.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/scopes.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/seasons.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/sentence.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/simple_xml.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/output/string_parser.out
-share/gitsh/vendor/gems/parslet-1.6.2/example/parens.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/prec_calc.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/readme.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/scopes.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/seasons.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/sentence.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/simple.lit
-share/gitsh/vendor/gems/parslet-1.6.2/example/simple_xml.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/string_parser.rb
-share/gitsh/vendor/gems/parslet-1.6.2/example/test.lit
-share/gitsh/vendor/gems/parslet-1.6.2/lib/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/accelerator/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/accelerator.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/accelerator/application.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/accelerator/engine.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/alternative.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/base.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/can_flatten.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/capture.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/context.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/dsl.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/dynamic.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/entity.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/infix.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/lookahead.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/named.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/re.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/repetition.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/scope.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/sequence.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/str.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/atoms/visitor.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/cause.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/context.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/convenience.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/error_reporter/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/error_reporter.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/error_reporter/deepest.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/error_reporter/tree.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/export.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/expression/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/expression.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/expression/treetop.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/graphviz.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/parser.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/pattern/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/pattern.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/pattern/binding.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/position.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/rig/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/rig/rspec.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/scope.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/slice.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/source/
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/source.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/source/line_cache.rb
-share/gitsh/vendor/gems/parslet-1.6.2/lib/parslet/transform.rb
+share/gitsh/vendor/gems/ffi-1.9.17/
+share/gitsh/vendor/gems/ffi-1.9.17/COPYING
+share/gitsh/vendor/gems/ffi-1.9.17/LICENSE
+share/gitsh/vendor/gems/ffi-1.9.17/README.md
+share/gitsh/vendor/gems/ffi-1.9.17/Rakefile
+share/gitsh/vendor/gems/ffi-1.9.17/ext/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/AbstractMemory.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/AbstractMemory.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/ArrayType.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/ArrayType.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Buffer.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Call.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Call.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/ClosurePool.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/ClosurePool.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/DataConverter.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/DynamicLibrary.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/DynamicLibrary.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Function.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Function.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/FunctionInfo.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/LastError.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/LastError.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/LongDouble.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/LongDouble.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/MappedType.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/MappedType.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/MemoryPointer.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/MemoryPointer.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/MethodHandle.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/MethodHandle.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Platform.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Platform.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Pointer.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Pointer.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Struct.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Struct.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/StructByReference.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/StructByReference.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/StructByValue.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/StructByValue.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/StructLayout.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Thread.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Thread.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Type.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Type.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Types.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Types.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/Variadic.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/compat.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/extconf.rb
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi.bsd.mk
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi.darwin.mk
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi.gnu.mk
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi.mk
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi.vc.mk
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi.vc64.mk
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/ChangeLog
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/ChangeLog.libffi
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/ChangeLog.libgcj
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/ChangeLog.v1
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/LICENSE
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/Makefile.am
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/Makefile.in
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/Makefile.vc
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/Makefile.vc64
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/README
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/acinclude.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/aclocal.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/build-ios.sh
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/compile
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/config.guess
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/config.sub
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/configure
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/configure.ac
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/configure.host
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/depcomp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/doc/
+@info share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/doc/libffi.info
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/doc/libffi.texi
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/doc/stamp-vti
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/doc/version.texi
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/fficonfig.h.in
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/fficonfig.hw
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/include/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/include/Makefile.am
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/include/Makefile.in
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/include/ffi.h.in
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/include/ffi.h.vc
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/include/ffi.h.vc64
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/include/ffi_common.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/install-sh
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/libffi.pc.in
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/libtool-version
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/ltmain.sh
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_configure_args.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_enable_builddir.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/libtool.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ltoptions.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ltsugar.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/ltversion.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/m4/lt~obsolete.m4
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/man/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/man/Makefile.am
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/man/Makefile.in
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/man/ffi.3
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/man/ffi_call.3
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/man/ffi_prep_cif.3
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/mdate-sh
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/missing
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/msvcc.sh
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/alpha/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/alpha/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/alpha/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/alpha/osf.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/arm/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/arm/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/arm/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/arm/gentramp.sh
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/arm/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/arm/trampoline.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/avr32/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/avr32/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/avr32/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/avr32/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/closures.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/cris/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/cris/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/cris/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/cris/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/debug.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/dlmalloc.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/frv/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/frv/eabi.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/frv/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/frv/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/ia64/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/ia64/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/ia64/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/ia64/ia64_flags.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/ia64/unix.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/java_raw_api.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m32r/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m32r/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m32r/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m32r/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m68k/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m68k/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m68k/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/m68k/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/mips/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/mips/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/mips/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/mips/n32.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/mips/o32.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/moxie/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/moxie/eabi.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/moxie/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/pa/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/pa/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/pa/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/pa/hpux32.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/pa/linux.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/aix.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/aix_closure.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/asm.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/darwin.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/darwin_closure.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/linux64.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/linux64_closure.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/ppc_closure.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/powerpc/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/prep_cif.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/raw_api.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/s390/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/s390/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/s390/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/s390/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh64/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh64/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh64/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sh64/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sparc/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sparc/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sparc/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sparc/v8.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/sparc/v9.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/types.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/darwin.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/darwin64.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/ffi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/ffi64.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/ffitarget.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/freebsd.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/sysv.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/unix64.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/win32.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/src/x86/win64.S
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/Makefile.am
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/Makefile.in
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/config/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/config/default.exp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/lib/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/lib/libffi.exp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/lib/wrapper.exp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/call.exp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/float.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/float1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/float2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/float3.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/float4.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/many.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/negint.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.special/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.special/special.exp
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/libffi/texinfo.tex
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/rbffi.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/rbffi_endian.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/win32/
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/win32/stdbool.h
+share/gitsh/vendor/gems/ffi-1.9.17/ext/ffi_c/win32/stdint.h
+share/gitsh/vendor/gems/ffi-1.9.17/ffi.gemspec
+share/gitsh/vendor/gems/ffi-1.9.17/gen/
+share/gitsh/vendor/gems/ffi-1.9.17/gen/Rakefile
+share/gitsh/vendor/gems/ffi-1.9.17/lib/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/autopointer.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/buffer.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/callback.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/enum.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/errno.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/ffi.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/io.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/library.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/managedstruct.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/memorypointer.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/aarch64-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/aarch64-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/arm-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/arm-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-cygwin/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-cygwin/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-darwin/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-darwin/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-freebsd/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-freebsd/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-gnu/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-gnu/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-netbsd/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-netbsd/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-openbsd/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-openbsd/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-solaris/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-solaris/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-windows/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/i386-windows/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/ia64-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/ia64-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/mips-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/mips-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/mips64el-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/mips64el-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/mipsel-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/mipsel-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc-aix/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc-aix/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc-darwin/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc-darwin/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc64-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/powerpc64-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/s390-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/s390-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/s390x-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/s390x-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/sparc-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/sparc-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/sparc-solaris/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/sparc-solaris/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/sparcv9-solaris/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/sparcv9-solaris/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-cygwin/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-cygwin/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-darwin/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-darwin/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-freebsd/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-freebsd/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-linux/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-linux/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-netbsd/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-netbsd/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/${MODRUBY_ARCH}/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/${MODRUBY_ARCH}/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-solaris/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-solaris/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-windows/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/platform/x86_64-windows/types.conf
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/pointer.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/struct.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/struct_layout_builder.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/tools/
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/tools/const_generator.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/tools/generator.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/tools/generator_task.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/tools/struct_generator.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/tools/types_generator.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/types.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/union.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/variadic.rb
+share/gitsh/vendor/gems/ffi-1.9.17/lib/ffi/version.rb
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/Benchmark.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/BoolTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/BufferTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/ClosureTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/EnumTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/FunctionTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/GNUmakefile
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/GlobalVariable.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/LastErrorTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/NumberTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/PointerTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/ReferenceTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/StringTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/StructTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/UnionTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/libtest/VariadicTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/LICENSE.SPECS
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/async_callback_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/bool_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/buffer_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/callback_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/custom_param_type.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/custom_type_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/dup_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/enum_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/errno_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/ffi_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/Benchmark.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/BoolTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/BufferTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/ClosureTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/EnumTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/FunctionTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/GNUmakefile
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/GlobalVariable.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/LastErrorTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/NumberTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/PipeHelper.h
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/PipeHelperPosix.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/PipeHelperWindows.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/PointerTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/ReferenceTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/StringTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/StructTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/UnionTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/VariadicTest.c
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/fixtures/classes.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/function_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/io_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/library_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/long_double.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/managed_struct_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/memorypointer_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/number_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/platform_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/pointer_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/rbx/
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/rbx/attach_function_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/rbx/memory_pointer_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/rbx/spec_helper.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/rbx/struct_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/spec_helper.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/string_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/strptr_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/struct_by_ref_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/struct_callback_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/struct_initialize_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/struct_packed_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/struct_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/typedef_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/union_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/ffi/variadic_spec.rb
+share/gitsh/vendor/gems/ffi-1.9.17/spec/spec.opts
+share/gitsh/vendor/gems/filigree-0.3.3/
+share/gitsh/vendor/gems/filigree-0.3.3/AUTHORS
+share/gitsh/vendor/gems/filigree-0.3.3/LICENSE
+share/gitsh/vendor/gems/filigree-0.3.3/README.md
+share/gitsh/vendor/gems/filigree-0.3.3/Rakefile
+share/gitsh/vendor/gems/filigree-0.3.3/lib/
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/abstract_class.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/application.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/boolean.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/class.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/class_methods_module.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/commands.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/configuration.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/match.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/object.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/request_file.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/string.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/types.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/version.rb
+share/gitsh/vendor/gems/filigree-0.3.3/lib/filigree/visitor.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_abstract_class.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_application.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_boolean.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_class.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_class_methods_module.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_commands.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_configuration.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_match.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_object.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_string.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_types.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/tc_visitor.rb
+share/gitsh/vendor/gems/filigree-0.3.3/test/ts_filigree.rb
+share/gitsh/vendor/gems/rltk-3.0.1/
+share/gitsh/vendor/gems/rltk-3.0.1/AUTHORS
+share/gitsh/vendor/gems/rltk-3.0.1/LICENSE
+share/gitsh/vendor/gems/rltk-3.0.1/README.md
+share/gitsh/vendor/gems/rltk-3.0.1/Rakefile
+share/gitsh/vendor/gems/rltk-3.0.1/lib/
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/ast.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cfg.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/basic_block.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/bindings.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/builder.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/context.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/contractor.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/execution_engine.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/function.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/generated_bindings.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/generic_value.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/instruction.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/llvm.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/memory_buffer.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/module.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/pass_manager.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/support.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/target.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/triple.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/type.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/cg/value.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/lexer.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/lexers/
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/lexers/calculator.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/lexers/ebnf.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/parser.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/parsers/
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/parsers/infix_calc.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/parsers/postfix_calc.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/parsers/prefix_calc.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/token.rb
+share/gitsh/vendor/gems/rltk-3.0.1/lib/rltk/version.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_basic_block.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_control_flow.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_function.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_generic_value.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_instruction.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_llvm.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_math.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_module.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_transforms.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_type.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/tc_value.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/cg/ts_cg.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/tc_ast.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/tc_cfg.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/tc_lexer.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/tc_parser.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/tc_token.rb
+share/gitsh/vendor/gems/rltk-3.0.1/test/ts_rltk.rb
 share/gitsh/vendor/gems/setup.rb

Reply via email to