Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 323 (100.0%) | 8369 (100.0%) | 25.9 |
ext/dl/ | 149 (46.1%) | 3962 (47.3%) | 26.5 |
ext/dl/lib/dl/ | 69 (21.4%) | 2247 (26.8%) | 32.5 |
ext/curses/ | 15 (4.6%) | 1257 (15.0%) | 83.8 |
ext/dl/test/ | 35 (10.8%) | 551 (6.6%) | 15.7 |
ext/dl/sample/ | 20 (6.2%) | 117 (1.4%) | 5.8 |
lib/ | 2 (0.6%) | 88 (1.1%) | 44.0 |
/ | 17 (5.3%) | 79 (0.9%) | 4.6 |
ext/dl/doc/ | 10 (3.1%) | 59 (0.7%) | 5.9 |
ext/ | 5 (1.5%) | 5 (0.1%) | 1.0 |
doc/ | 1 (0.3%) | 4 (0.0%) | 4.0 |
should define FUNC_CDECL/STDCALL if the macros are not defined.
7 lines of code changed in:
conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].
9 lines of code changed in:
2006-07-07
3 lines of code changed in:
fixed the alignment problems discussed in [ruby-dev:28667].
50 lines of code changed in:
2006-07-01
4 lines of code changed in:
should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.
1 lines of code changed in:
if dlload fail to load a library, it should raise an error.
1 lines of code changed in:
Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.
7 lines of code changed in:
added a test.
6 lines of code changed in:
replaced the local variable 'entity' with an instance variable.
6 lines of code changed in:
use DL::CStructBuilder instead of CStructBuilder.
2 lines of code changed in:
CUnionEntity should inherit CStructEntity.
1 lines of code changed in:
changed the spec of CPtr#[]/[]= to suit String#[]/[]=.
37 lines of code changed in:
minor bugfix.
1 lines of code changed in:
modified some test scripts for [ruby-dev:25661].
4 lines of code changed in:
added bcc32 support [ruby-dev:25657] and fixed a minor bug.
19 lines of code changed in:
Use define_method instead of module_eval.
13 lines of code changed in:
minor bugfix.
1 lines of code changed in:
Improved DL::Handle#sym.
98 lines of code changed in:
Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]
18 lines of code changed in:
(92 more)