alanh (Alan Hourihane)
- Login: alanh
- Email: alanh@fairlite.co.uk
- Registered on: 12/13/2012
- Last sign in: 01/03/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/03/2013
-
07:51 PM Ruby Feature #7652 (Feedback): Add FreeMiNT support to Ruby
- =begin
Just a minor patch to the configure script.
diff -u configure.in.old configure.in
--- configure.in.old 2012-12-19 21:53:05.000000000 +0000
+++ configure.in 2012-12-19 21:53:33.000000000 +0000
@@ -2001,7 +2... -
06:32 AM Ruby Bug #7647 (Closed): Ruby 1.9.3 doesn't build on m68k due to alignment of structs
- I'd built Ruby 1.8 without any problems, but 1.9.3 shows up an issue with Ruby due to alignment checking.
When executing Init_var_tables(), we execute....
CONST_ID(autoload, "__autoload__");
We end up, in rb_intern3() and use th...