index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fiddle
/
test_handle.rb
Age
Commit message (
Expand
)
Author
2025-02-05
Migrate fiddle as bundled gems
Hiroshi SHIBATA
2024-10-26
[ruby/fiddle] Fix Fiddle::Handle.new for a missing library in the
Benoit Daloze
2024-10-16
Use JRuby implementation for TruffleRuby (#149)
Sutou Kouhei
2024-10-16
[ruby/fiddle] Ractor support
Nobuyoshi Nakada
2024-10-10
[ruby/fiddle] test jruby: fix a typo
Sutou Kouhei
2024-10-10
[ruby/fiddle] test jruby: fix a wrong message
Sutou Kouhei
2024-10-10
Import JRuby implementation (#147)
Sutou Kouhei
2024-10-02
[ruby/fiddle] test: remove fragile memory leak tests
Sutou Kouhei
2023-12-25
suppress a warning
NARUSE, Yui
2022-10-07
Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...
Hiroshi SHIBATA
2022-10-07
[ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...
Aaron Patterson
2021-09-05
[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)
Hiroshi SHIBATA
2021-07-15
[ruby/fiddle] Handle#file_name results in very platform dependent
Nobuyoshi Nakada
2021-07-15
[ruby/fiddle] Module file name may be the realpath
Nobuyoshi Nakada
2021-07-14
[ruby/fiddle] fixed the test on case-insensitive filesystem
Nobuyoshi Nakada
2021-07-14
[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...
Kenta Murata
2021-07-14
[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...
Kenta Murata
2019-11-18
More fixes for $SAFE/taint post merging
Jeremy Evans
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-10-24
[ruby/fiddle] Remove taint support (#21)
Jeremy Evans
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-12
Fix test-all tests to avoid creating report_on_exception warnings
eregon
2017-09-12
Merge fiddle-1.0.0.beta2 from upstream.
hsbt
2017-07-13
Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Because
hsbt
2016-05-16
* test_handle.rb: refine test_fallback_to_ansi
nobu
2016-05-16
configure.in: revert macro names
nobu
2015-12-16
* ext/fiddle/handle.c: check tainted string arguments.
nagachika
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-30
use assert_raise
nobu
2015-06-18
* include/ruby/ruby.h: $SAFE=2 is now obsolete.
hsbt
2015-01-05
* test/fiddle/test_handle.rb: fix syntax.
ko1
2015-01-05
test_handle.rb: use -test-/dln/empty
nobu
2015-01-05
test_handle.rb: separate blocks
nobu
2015-01-05
test_handle.rb: remove skips
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-03-13
test/dl, test/fiddle: relax criteria
nobu
2014-03-11
envutil.rb: do not check RSS by default
nobu
2014-03-09
tests for [Bug #9599]
nobu
2014-01-15
same as r44598
naruse
2013-05-25
* test/fiddle/test_handle.rb (Fiddle::TestHandle#test_static_sym): adjust ind...
ktsj
2013-05-25
* test/fiddle/test_c_struct_entry.rb,
ktsj
2012-11-27
* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle
tenderlove
2012-11-27
reverting r37881
tenderlove
2012-11-27
* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle
tenderlove