index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fiddle
Commit message (
Expand
)
Author
Age
Files
Lines
*
[fiddle] Update to 1.0.6
Kenta Murata
2020-12-23
1
-1
/
+1
*
[memory_view][fiddle] Rename len to byte_size in rb_memory_view_t
Kenta Murata
2020-12-23
1
-4
/
+4
*
[memory_view][fiddle] Use bool for boolean return value
Kenta Murata
2020-12-23
1
-3
/
+3
*
fiddle: Update to 1.0.5
Sutou Kouhei
2020-12-23
3
-5
/
+8
*
Reword docs for Fiddle::Function#call [ci skip]
Alan Wu
2020-12-14
1
-3
/
+2
*
Import fiddle-1.0.4 (#3860)
Kenta Murata
2020-12-11
15
-156
/
+1096
*
Update Fiddle's dependencies
Sutou Kouhei
2020-11-18
1
-79
/
+244
*
[ruby/fiddle] Remove needless return
Sutou Kouhei
2020-11-18
1
-1
/
+1
*
[ruby/fiddle] Bump version
Sutou Kouhei
2020-11-18
1
-1
/
+1
*
[ruby/fiddle] Remove needless workaround
Sutou Kouhei
2020-11-18
1
-3
/
+1
*
[ruby/fiddle] Add workaround for ruby head for mingw
Sutou Kouhei
2020-11-18
1
-1
/
+3
*
[ruby/fiddle] Use msys2_mingw_dependencies
Sutou Kouhei
2020-11-18
1
-0
/
+2
*
[ruby/fiddle] Use ruby_xcalloc() instead of ruby_xmalloc() and memset()
Sutou Kouhei
2020-11-18
1
-3
/
+1
*
[ruby/fiddle] Remove needless rescue
Sutou Kouhei
2020-11-18
1
-5
/
+1
*
[ruby/fiddle] Add workaround for RubyInstaller for Windows
Sutou Kouhei
2020-11-18
1
-0
/
+14
*
[ruby/fiddle] Add a "pinning" reference (#44)
Aaron Patterson
2020-11-18
6
-12
/
+146
*
[ruby/fiddle] Add support for specifying types by name as String or Symbol
Sutou Kouhei
2020-11-18
5
-34
/
+148
*
[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"
Sutou Kouhei
2020-11-18
6
-20
/
+94
*
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
1
-6
/
+0
*
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
1
-6
/
+0
*
sed -i '\,2/extern.h,d'
卜部昌平
2020-08-27
1
-6
/
+0
*
Update the license for the default gems to dual licenses
Hiroshi SHIBATA
2020-08-18
1
-1
/
+1
*
[ruby/fiddle] support for very old libffi
Nobuyoshi Nakada
2020-06-28
1
-0
/
+2
*
[ruby/fiddle] try bundled libffi by default
Nobuyoshi Nakada
2020-06-28
1
-1
/
+1
*
[ruby/fiddle] Support MSWIN (#43)
Sutou Kouhei
2020-06-27
3
-31
/
+48
*
[ruby/fiddle] Add missing include
Sutou Kouhei
2020-06-27
1
-0
/
+2
*
[ruby/fiddle] Add support for variadic arguments
Sutou Kouhei
2020-06-27
4
-63
/
+197
*
[ruby/fiddle] Use meaningful variable name
Sutou Kouhei
2020-06-27
1
-3
/
+3
*
[ruby/fiddle] Use "do { } while (0)" to ensure requiring ";"
Sutou Kouhei
2020-06-27
1
-8
/
+8
*
[ruby/fiddle] Fixed typos
Nobuyoshi Nakada
2020-06-26
1
-4
/
+5
*
autoconf may not be available
Nobuyoshi Nakada
2020-05-27
1
-1
/
+1
*
fiddle: need to update configure after updating config tools
Nobuyoshi Nakada
2020-05-27
1
-0
/
+2
*
_GNU_SOURCE is needed for mkostemp on Cygwin
Nobuyoshi Nakada
2020-05-26
2
-0
/
+12
*
ext/fiddle/fiddle.gemspec: avoid require lib/fiddle/version.rb
Yusuke Endoh
2020-05-24
1
-6
/
+9
*
[ruby/fiddle] Improve documentation on how to correctly free memory and free ...
Chris Seaton
2020-05-23
2
-6
/
+31
*
[ruby/fiddle] Export Fiddle::VERSION
Sutou Kouhei
2020-05-23
1
-1
/
+3
*
[ruby/fiddle] Update file list
Sutou Kouhei
2020-05-23
1
-3
/
+32
*
[ruby/fiddle] Fix a typo
Sutou Kouhei
2020-05-23
1
-1
/
+1
*
[ruby/fiddle] Bump version
Sutou Kouhei
2020-05-23
1
-1
/
+1
*
[ruby/fiddle] Add Fiddle::VERSION
Sutou Kouhei
2020-05-23
2
-1
/
+12
*
[ruby/fiddle] Add missing spec.extensions
Sutou Kouhei
2020-05-23
1
-0
/
+1
*
[ruby/fiddle] Fix assignment to array within struct (#26)
sinisterchipmunk
2020-05-23
1
-1
/
+28
*
[ruby/fiddle] Make array access override compatible with base class (#25)
sinisterchipmunk
2020-05-23
1
-4
/
+31
*
[ruby/fiddle] Initialize memory to 0 when calling Fiddle.malloc(). (#24)
sinisterchipmunk
2020-05-23
1
-2
/
+3
*
ext/fiddle/extconf.rb: Fix the condition of libffi <= 3.1
Yusuke Endoh
2020-05-13
1
-1
/
+1
*
Do not try ffi_closure_alloc if libffi is <= 3.1
Yusuke Endoh
2020-05-13
1
-0
/
+1
*
ext/fiddle/extconf.rb: check if ffi_closure_alloc is available
Yusuke Endoh
2020-05-13
1
-0
/
+2
*
fiddle: share the same config tools
Nobuyoshi Nakada
2020-05-12
1
-0
/
+3
*
extlibs.rb: added variable references
Nobuyoshi Nakada
2020-05-12
1
-2
/
+5
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-840
/
+840
[next]