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
*
[ruby/fiddle] Prefer String#unpack1 in Fiddle::ValueUtil
Mau Magnaguagno
2022-12-26
1
-15
/
+13
*
[ruby/fiddle] Bump version
Sutou Kouhei
2022-12-26
1
-1
/
+1
*
Merge fiddle-1.1.1
Hiroshi SHIBATA
2022-12-09
2
-1
/
+25
*
[ruby/fiddle] Free closures immediately
Aaron Patterson
2022-10-18
1
-0
/
+2
*
[ruby/fiddle] Add support for linker script on Linux
Sutou Kouhei
2022-10-18
1
-1
/
+30
*
[ruby/fiddle] Bump version
Sutou Kouhei
2022-10-18
1
-1
/
+1
*
fiddle: use the old rb_ary_tmp_new() alias
Nobuyoshi Nakada
2022-10-18
1
-1
/
+1
*
Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...
Hiroshi SHIBATA
2022-10-07
2
-25
/
+6
*
[ruby/fiddle] closure: follow variable name change
Sutou Kouhei
2022-10-07
1
-1
/
+1
*
[ruby/fiddle] closure: free resources when an exception is raised in Closure.new
Sutou Kouhei
2022-10-07
1
-13
/
+43
*
[ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.free
Sutou Kouhei
2022-10-07
2
-7
/
+73
*
[ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...
Aaron Patterson
2022-10-07
1
-4
/
+55
*
[ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...
Aaron Patterson
2022-10-07
2
-58
/
+64
*
[ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...
Aaron Patterson
2022-10-07
6
-44
/
+173
*
[ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...
Takashi Kokubun
2022-09-11
1
-7
/
+8
*
No longer bundle external library sources
Nobuyoshi Nakada
2022-09-09
1
-13
/
+0
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-1
/
+1
*
[Feature #18249] Update dependencies
Peter Zhu
2022-02-22
1
-0
/
+8
*
Do not need to print to stderr
Koichi Sasada
2022-01-26
1
-1
/
+1
*
Update dependencies
Nobuyoshi Nakada
2021-11-21
1
-8
/
+0
*
ruby tool/update-deps --fix
卜部昌平
2021-10-05
1
-0
/
+18
*
[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)
Hiroshi SHIBATA
2021-09-05
1
-4
/
+0
*
[ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...
Aaron Patterson
2021-08-24
1
-16
/
+44
*
[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...
Kenta Murata
2021-07-14
3
-1
/
+51
*
[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...
Nobuyoshi Nakada
2021-07-14
4
-11
/
+7
*
[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...
Kenta Murata
2021-07-14
3
-5
/
+31
*
[ruby/fiddle] update dependencies
Nobuyoshi Nakada
2021-07-13
1
-0
/
+3
*
[ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version
Nobuyoshi Nakada
2021-07-13
1
-2
/
+1
*
[ruby/fiddle] Update required_ruby_version (https://github.com/ruby/fiddle/pu...
Nobuyoshi Nakada
2021-07-13
1
-1
/
+1
*
[ruby/fiddle] Use have_header and have_type to detect memory view availability
Sutou Kouhei
2021-07-13
4
-16
/
+11
*
[ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...
Aaron Patterson
2021-07-13
1
-0
/
+43
*
[ruby/fiddle] Bump version
Sutou Kouhei
2021-07-13
1
-1
/
+1
*
[ruby/fiddle] MemoryView: ensure reset rb_memory_view_t::obj on error
Sutou Kouhei
2021-07-13
1
-0
/
+1
*
[ruby/fiddle] StringValuePtr may change the val
Sutou Kouhei
2021-07-13
1
-0
/
+1
*
[ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...
Sutou Kouhei
2021-07-13
1
-3
/
+39
*
[ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...
Sutou Kouhei
2021-07-13
1
-0
/
+32
*
[ruby/fiddle] windows: use GetLastError() for win32_last_error
Sutou Kouhei
2021-07-13
1
-1
/
+2
*
[ruby/fiddle] Bump version
Sutou Kouhei
2021-07-13
1
-1
/
+1
*
[ruby/fiddle] windows: link to ws2_32 for WSAGetLastError()
Sutou Kouhei
2021-05-18
1
-0
/
+2
*
[ruby/fiddle] windows: add Fiddle.win32_last_socket_error{,=}
Sutou Kouhei
2021-05-18
2
-2
/
+21
*
[ruby/fiddle] Add support for "const" in type
Sutou Kouhei
2021-05-18
1
-2
/
+4
*
[ruby/fiddle] Add --enable-debug-build option to extconf.rb
Sutou Kouhei
2021-05-18
1
-0
/
+41
*
[ruby/fiddle] win32types: sort
Sutou Kouhei
2021-05-18
1
-15
/
+15
*
[ruby/fiddle] Fix more Win32Types definitions
Sutou Kouhei
2021-05-18
1
-11
/
+12
*
[ruby/fiddle] Fix Win32Types for Windows 64-bit (#63)
Orgad Shaneh
2021-05-18
1
-4
/
+4
*
[ruby/fiddle] Bump version
Sutou Kouhei
2021-05-18
1
-1
/
+1
*
[ruby/fiddle] closure: add support for const char *
Sutou Kouhei
2021-05-18
1
-0
/
+8
*
[ruby/fiddle] closure: accept symbol as type
Sutou Kouhei
2021-05-18
1
-6
/
+12
*
[ruby/fiddle] Remove wrong comment
Sutou Kouhei
2021-05-18
1
-1
/
+0
*
[ruby/fiddle] Bump version
Kenta Murata
2021-05-18
1
-1
/
+1
[next]