0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version number. More... about 12 years ago
No longer using method data to avoid memory leak (it was too complicated and did not work on Rubinius or on 1.9.3). Now we just leak memory instead. More... about 12 years ago
Attempt to get this to work on 1.9.3 More... about 12 years ago
Fixes for 1.9.3 More... about 12 years ago
Bumped version number. More... about 12 years ago
Use len since we already calculate and store it. More... about 12 years ago
Fixed tests to run on 64-bit. More... about 12 years ago
Fixed Value#volatile=. Incremented version. More... over 14 years ago
Use rsync instead of scp to copy files. More... over 14 years ago
Incremented version number to 0.2.2. More... over 14 years ago
Renamed jit extension to jit_ext. More... over 14 years ago
Fixed a typo in a comment. More... over 14 years ago
Updated documentation. More... over 14 years ago
Added Rakefile. More... over 14 years ago
Fixed parse error. More... over 14 years ago
Incremented version to 0.2.1. More... over 14 years ago
Put the version number in a file VERSION. More... over 14 years ago
Use simplified form for signature. More... over 14 years ago
Use #param instead of #get_param. More... over 14 years ago
Simplified some more. More... over 14 years ago
Made "simple" example a little less simple (multiply two operands instead of returning a single operand). More... over 14 years ago
Added function Context#compile_function. More... over 14 years ago
Added more files to ignore. More... over 14 years ago
Allow the user to specify the signature directly to #compile as a hash. More... over 14 years ago
Allow signature to be specified as a hash. More... over 14 years ago
Simplified a bit. More... over 14 years ago
Updated version number and documentation. More... over 14 years ago
Added new file. More... over 14 years ago
Added Pointer type. More... over 15 years ago
Added a comment for #ptr. More... over 15 years ago