Re: [perl #52932] AutoReply: [PATCH] Eclectus: Use SRFI-9 records

2008-04-15 Thread Andreas Rottmann
Oops, hit "send" too fast. Here's the patch. Use SRFI-9 (Records) From: Andreas Rottmann <[EMAIL PROTECTED]> --- languages/eclectus/compiler.scm |6 +- languages/eclectus/gauche/prelude.scm | 10 -- languages/eclectus/guile/prelude.scm | 1

Re: Code with BSD-like license in Parrot repository?

2008-04-11 Thread Andreas Rottmann
tic license (2.0) is GPL-compatible. [0] http://www.gnu.org/licenses/license-list.html#SoftwareLicenses Regards, Rotty -- Andreas Rottmann | [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] http://rotty.uttx.net| GnuPG Key: http://rotty.uttx.net/gpg.asc Fingerprint

Re: [perl #52664] AutoReply: [PATCH] Eclectus: Implement proper quoting

2008-04-09 Thread Andreas Rottmann
The quoting.patch contained a spurious change to t/harness; the new, attached patch fixes this. Implement quotating, and make () (without quote) a syntax error From: Andreas Rottmann <[EMAIL PROTECTED]> --- languages/eclectus/compiler.scm