Export to GitHub

rubydotnetcompiler - default

Source Commits


Commits

Author Date Commit Message
djl.rifraf 2010-02-18 17:31:01 +0000 c1dcecc1d0dd Support eval where file names passed in only differ by extension
djl.rifraf 2010-02-15 08:18:57 +0000 2d2ba04bcd06 Fix with test for file opening Better support for require. e.g. require 'drb' w
djl.rifraf 2008-07-20 17:52:56 +0000 4641bd3ba290 Test and Fix for file open "w". File should be truncated if it exists.
djl.rifraf 2008-04-09 06:12:20 +0000 6a114fd0bb64 Added code to support Int64 and UInt64 parameters
djl.rifraf 2008-03-23 18:12:17 +0000 52fcb6a1c276 Fix issue 72
djl.rifraf 2008-03-23 16:59:18 +0000 c599c6696fcb Fix for Issue 74
djl.rifraf 2008-03-23 16:58:30 +0000 e2d3604c2d9c Fix for Issue 73
douglas.stockwell 2007-12-20 13:38:13 +0000 795fadd19acc Interop: Expose the wrapped type in CLRType
douglas.stockwell 2007-12-20 13:36:37 +0000 3a6c1559eabb Interop: Ensure the first letter of imported classes and namespaces is upper cas
douglas.stockwell 2007-12-20 13:36:22 +0000 ceb80d7a6018 Interop: Refactor array conversion, support types other than object
meaningisuse 2007-12-10 03:42:06 +0000 2df86514484d Fix for issue 68 (and a genuine fix for issue 41). Inline rescue should work pro
meaningisuse 2007-12-03 03:16:00 +0000 beef0ce8ed74 Small fix for issue 70 - argument to method_missing is now a Symbol instead of a
meaningisuse 2007-12-03 02:48:43 +0000 0b647eb464f4 Fix for issue 69 - super calls in a Module now search for the method in Object.
artonx 2007-12-01 19:56:13 +0000 b46f0d766f59 Supporting object[] method parameter.
sasongko 2007-11-27 05:05:02 +0000 a79d1f0c53df More bin/Ruby fixes.
sasongko 2007-11-27 04:17:02 +0000 91fbd98d2de1 rb_hash_update: Copy all entries, not just the ones that match.
sasongko 2007-11-27 04:12:08 +0000 674405be67fc Simpler & more correct throw-catching.
sasongko 2007-11-27 04:08:00 +0000 42cee41b8dbe Partial fix for RubyCompiler path bug in Unix.
sanxiyn 2007-11-25 15:03:44 +0000 80f793d8c306 Avoid side effects in debug methods. See Mono bug #342981.
sasongko 2007-11-20 03:34:25 +0000 110a061405f6 More work on Linux compatibility.
meaningisuse 2007-11-19 03:32:34 +0000 6ad88f9c0ffe Minor changes for 0.9: added Hello.rb, changed displayed version on installers t
meaningisuse 2007-11-19 02:11:49 +0000 7f91fc1ef442 Hello World program for tutorial
meaningisuse 2007-11-19 00:08:28 +0000 0c203627555b Changed a lingering 0.8.2 version on title bar of VS setup to 0.9.0
meaningisuse 2007-11-16 02:02:37 +0000 f6bb7c5627af Changed all versioning to 0.9.0 in VS integration and installer.
meaningisuse 2007-11-16 01:20:17 +0000 1fa23cf70505 git-svn-id: https://rubydotnetcompiler.googlecode.com/svn/trunk@185 f224b4e6-833
sasongko 2007-11-16 01:13:43 +0000 fc982c414e9b Makefile: chmod unnecessary, gmcs already adds the x bit.
sasongko 2007-11-16 00:50:03 +0000 995cad72213e Making test.rb run in Linux.
sasongko 2007-11-15 07:20:12 +0000 11bf397f1d58 Various Hash fixes.
meaningisuse 2007-11-15 07:06:48 +0000 c4f047df1cca Changed output .msi files of the installers
meaningisuse 2007-11-15 03:06:01 +0000 bc01e6a73071 Fixed another problem with constructor post-pass backpatching
meaningisuse 2007-11-15 02:00:13 +0000 f3f42f0816a5 Fixed bug in previous commit
meaningisuse 2007-11-15 01:27:44 +0000 b9415b2d0595 Interop constructors now call "initialize" if it is defined.
meaningisuse 2007-11-14 06:30:48 +0000 f39e7f499d07 git-svn-id: https://rubydotnetcompiler.googlecode.com/svn/trunk@177 f224b4e6-833
meaningisuse 2007-11-14 05:20:04 +0000 fb6e7e24bc85 git-svn-id: https://rubydotnetcompiler.googlecode.com/svn/trunk@176 f224b4e6-833
meaningisuse 2007-11-14 04:17:17 +0000 0b652e61d0d4 git-svn-id: https://rubydotnetcompiler.googlecode.com/svn/trunk@175 f224b4e6-833
meaningisuse 2007-11-12 08:03:09 +0000 cec3e3424d2b Fix for issue 66
meaningisuse 2007-11-09 04:45:07 +0000 2d529afbc6e7 Fix for issue 67
sasongko 2007-11-08 08:45:31 +0000 4d832e58da46 A bunch of other Array RSpec fixes
sasongko 2007-11-08 06:37:04 +0000 c17ecd873d53 Array#unshift with no arg always succeeds even when frozen. Tests in RSpec.
sasongko 2007-11-08 06:29:38 +0000 99ed91d777c3 Array#uniq returns subclass instance on Array subclasses (RSpec)
sasongko 2007-11-08 06:23:42 +0000 7d16bd84be27 Array#sort returns subclass instance on Array subclasses. (RSpec)
sasongko 2007-11-08 06:16:47 +0000 00414f358e74 rb_ary_reject_bang: Use Eval.Test. Tests in rspec/array/reject_spec.rb.
sasongko 2007-11-07 09:12:55 +0000 86a759df1450 Make the hashing behaviour of Hash more MRI-compatible. This includes, for examp
meaningisuse 2007-11-02 06:29:36 +0000 46edbf58a89a Fix for issue 15: access control for protected methods no longer relies on Modul
meaningisuse 2007-11-02 04:31:59 +0000 b4cd251dab5b Another fix for issue 60 - should work now!
sasongko 2007-11-01 10:07:55 +0000 5cd4b7936779 srand: Use better seed based on time, pid, and sequence. This is the behaviour s
sasongko 2007-11-01 09:29:52 +0000 6e2d0ed51e9d IO#tty?: Should be MethodBody0.
sasongko 2007-11-01 08:15:51 +0000 e8838dee37cb Really fix issue #64 now.
sasongko 2007-11-01 08:02:21 +0000 7fc8718990d2 * Fix: /^$/=~"abc\n" shouldn't match (regression from r159). * Fix matching with
meaningisuse 2007-11-01 07:07:52 +0000 fda50af4e3e0 Fix for issues 59 and 64 should be working now.
sasongko 2007-11-01 06:40:47 +0000 19f9eb5e8427 rb_reg_search: Don't strip trailing \n (fixes issue #61).
meaningisuse 2007-11-01 05:57:17 +0000 ea5fc8499671 A real fix for issue 39. Distinction between zero-arg method calls and variable
sasongko 2007-11-01 05:30:05 +0000 5e084a5228c7 Fix error in my previous commit (nonexistent variable).
sasongko 2007-11-01 05:24:14 +0000 963c25d4e5cf Eval.RespondTo: Call "respond_to?" if the requested method is not found in the C
meaningisuse 2007-11-01 05:01:06 +0000 f1062e29acfe Fix for issue 58
sasongko 2007-10-30 08:23:22 +0000 3eb72dfdaf2d Array#select: Change to MethodBody0 (no change in behaviour). Add note that the
sanxiyn 2007-10-30 06:58:10 +0000 f9e572d5527c Test for Date.parse
meaningisuse 2007-10-30 06:28:22 +0000 cbc5320db184 Fix for issue 62
meaningisuse 2007-10-30 02:34:29 +0000 805c10712798 Fix for issue 60
meaningisuse 2007-10-30 01:51:33 +0000 7b1c61833563 Fix for issue 59
meaningisuse 2007-10-25 05:17:20 +0000 2cabb91e8243 Fix for issue 40
sasongko 2007-10-25 04:21:41 +0000 a1351255acfe Fix String#% with %f. Tests included. (Fixes #52.)
meaningisuse 2007-10-25 03:42:02 +0000 41e77626088f Fix for issue 56
meaningisuse 2007-10-25 02:13:12 +0000 331f9ef3ce91 Fix for issue 55
sasongko 2007-10-23 07:45:38 +0000 899ce3706a44 Fix Bignum.Normalise throwing invalid cast when the number is int but outside th
sasongko 2007-10-23 06:48:41 +0000 3706119e3eba Fix small bug in rb_f_gets that causes gets to do nothing in some cases (fixes #
meaningisuse 2007-10-23 05:51:36 +0000 2550c4af077a Fix for issue 50
meaningisuse 2007-10-23 05:27:29 +0000 8696236b0f20 Fix for issue 53
meaningisuse 2007-10-23 05:05:36 +0000 dd796a8b0cdb Fix for issue 41
meaningisuse 2007-10-23 02:32:51 +0000 dc7c04f5f4cd Fix for issue 39
meaningisuse 2007-10-23 01:17:49 +0000 c8fa52b76b4a Fix for issue 35
meaningisuse 2007-10-22 07:57:10 +0000 cdd79fb9d437 Fix for issue 49
meaningisuse 2007-10-22 07:16:04 +0000 2af3ab5c3d05 Fix for issue 48
meaningisuse 2007-10-18 02:27:32 +0000 60b67818e584 Previous commit for issue 46 unnecessary (Wayne has fixed the AST bug)
DrWayneKelly 2007-10-18 02:08:03 +0000 d208cb29eb76 Various bug fixes
meaningisuse 2007-10-18 02:06:17 +0000 c7ace6dcbd53 Fix for issue 46 (attr methods returning nil)
DrWayneKelly 2007-10-18 02:04:16 +0000 56c98607602f Fixed issue 46 (inconsistent naming of instance variables)
meaningisuse 2007-10-16 07:07:37 +0000 1b3302f939a7 Fix for issue 43
meaningisuse 2007-10-16 06:37:54 +0000 e4122045f887 Fix for issue 44
DrWayneKelly 2007-10-16 06:17:22 +0000 1ccd1be00446 Forgot to include
DrWayneKelly 2007-10-16 04:02:47 +0000 bb3f71829dac Fixed bugs in Visual Studio error reporting
DrWayneKelly 2007-10-16 01:52:51 +0000 01001eed87e9 Further fixes for Forms Designer to support proper CodeDOM round tripping
sasongko 2007-10-14 11:47:03 +0000 4318149251e2 Don't translate `echo foo` etc. in Unix to ComSpec calls (fixes #45).
DrWayneKelly 2007-10-12 06:05:37 +0000 313423d2cc49 Forgot to add yesterday
DrWayneKelly 2007-10-12 06:04:38 +0000 67450a9aba0d Forgot to add yesterday
DrWayneKelly 2007-10-11 07:43:13 +0000 a539daa9ae3a Prototype Visual Studio Forms designer for Ruby.NET
meaningisuse 2007-10-11 07:15:08 +0000 c4d8fdca4312 Fix: super calls within a block now pass on any implicit block argument to the s
meaningisuse 2007-10-11 03:03:28 +0000 36a35a06faba Fix for issue 42
meaningisuse 2007-10-09 08:47:43 +0000 0c3fc99041ad Fix for calls to super within a block
sasongko 2007-10-05 09:05:15 +0000 61f78b6ac42f Array#compact returns subclass instance for Array subclasses. (RSpec)
sanxiyn 2007-10-04 10:15:46 +0000 17db5e147bcb Test for CGI.escape
sasongko 2007-10-04 09:17:51 +0000 5bcae222fae8 File::expand_path: Major fixes, and leave buffer allocation to System.Text.Strin
meaningisuse 2007-10-04 08:04:57 +0000 0863894e05be Added support for aliasing global variables
sasongko 2007-10-04 08:00:28 +0000 ed154077cb44 rb_find_file: Allow loading non-".rb" files as Ruby code.
sasongko 2007-10-04 07:43:28 +0000 175b655f59b7 Fix Time #at, #strftime, and various timezone bugs.
sasongko 2007-10-04 07:39:16 +0000 7c83d658e88a rb_obj_clone: Set Frozen after calling initialize_copy, not before.
meaningisuse 2007-10-04 07:07:08 +0000 2a2821c850b9 Fix for issue 38 ($' causes NullReferenceException)
meaningisuse 2007-10-02 07:57:43 +0000 54e3d2b7ec38 Fix for issue 31 - InvalidProgramException for "%w()"
DrWayneKelly 2007-10-02 07:09:42 +0000 0a6783b889c9 Added Visual Studio and compiler support for Window Forms applications and impro
meaningisuse 2007-10-02 06:59:47 +0000 282317de00c5 Fix for Issue 32