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
/
lib
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
*
[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
*
[ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.free
Sutou Kouhei
2022-10-07
1
-0
/
+25
*
[ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...
Aaron Patterson
2022-10-07
1
-0
/
+4
*
[ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...
Aaron Patterson
2022-10-07
2
-24
/
+24
*
[ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle...
Takashi Kokubun
2022-09-11
1
-7
/
+8
*
[ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...
Aaron Patterson
2021-08-24
1
-16
/
+44
*
[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] Bump version
Sutou Kouhei
2021-07-13
1
-1
/
+1
*
[ruby/fiddle] windows: add Fiddle.win32_last_socket_error{,=}
Sutou Kouhei
2021-05-18
1
-0
/
+12
*
[ruby/fiddle] Add support for "const" in type
Sutou Kouhei
2021-05-18
1
-2
/
+4
*
[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] Bump version
Kenta Murata
2021-05-18
1
-1
/
+1
*
Oops! Add another test and fix to_proc implementation
Aaron Patterson
2021-02-26
1
-1
/
+2
*
Fiddle::Function responds to to_proc
Aaron Patterson
2021-02-26
1
-0
/
+5
*
[fiddle] Update to 1.0.6
Kenta Murata
2020-12-23
1
-1
/
+1
*
fiddle: Update to 1.0.5
Sutou Kouhei
2020-12-23
1
-1
/
+1
*
Import fiddle-1.0.4 (#3860)
Kenta Murata
2020-12-11
4
-68
/
+303
*
[ruby/fiddle] Bump version
Sutou Kouhei
2020-11-18
1
-1
/
+1
*
[ruby/fiddle] Remove needless rescue
Sutou Kouhei
2020-11-18
1
-5
/
+1
*
[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"
Sutou Kouhei
2020-11-18
1
-0
/
+2
*
[ruby/fiddle] Improve documentation on how to correctly free memory and free ...
Chris Seaton
2020-05-23
1
-3
/
+8
*
[ruby/fiddle] Export Fiddle::VERSION
Sutou Kouhei
2020-05-23
1
-1
/
+3
*
[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
1
-0
/
+3
*
[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
*
fiddle/import.rb: suppress warning
nobu
2018-04-19
1
-1
/
+2
*
ext/fiddle/lib/fiddle/pack.rb: pack "void *" properly on 32-bit
normal
2018-02-18
1
-1
/
+1
*
long long is a C99ism
shyouhei
2018-02-17
3
-19
/
+38
*
Added explicitly require to example code.
hsbt
2017-10-21
1
-0
/
+3
*
Merge fiddle-1.0.0.beta2 from upstream.
hsbt
2017-09-12
9
-10
/
+10
*
fiddle/import.rb: suppress warnings
nobu
2016-04-11
1
-6
/
+9
*
handle ext/ as r53141
naruse
2015-12-16
9
-0
/
+9
*
cparser.rb: limit word number
nobu
2015-01-03
1
-1
/
+1
*
* ext/fiddle/lib/fiddle/cparser.rb: r49110 brake Fiddle::Import with
hsbt
2015-01-03
1
-0
/
+1
*
* remove trailing spaces.
svn
2015-01-03
1
-2
/
+2
*
* ext/fiddle/lib/fiddle/cparser.rb: Support for Fiddle::CParser
hsbt
2015-01-03
1
-70
/
+86
*
fiddle/import.rb: fix typo
nobu
2014-09-15
1
-1
/
+1
*
* benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typos
charliesome
2013-12-28
1
-1
/
+1
*
* ext/fiddle/*: [DOC] More doc on dlopen and RTLD_DEFAULT from r42186
zzak
2013-07-26
1
-2
/
+6
*
* ext/fiddle/lib/fiddle.rb: [DOC] Document Fiddle.dlopen(nil)
zzak
2013-07-26
1
-0
/
+5
*
* ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes):
kou
2012-12-21
1
-1
/
+1
[next]