This is to document the fact that, as in POSIX shell, you can use
multiple HEREDOC strings in the same line.
---
doc/Language/quoting.pod6 | 14 ++
1 file changed, 14 insertions(+)
diff --git a/doc/Language/quoting.pod6 b/doc/Language/quoting.pod6
index f7fe658..393807b 100644
--- a/
Patrick R. Michaud a écrit :
On behalf of the Parrot team, I'm proud to announce Parrot 0.7.1
"Manu Aloha." Parrot (http://parrotcode.org/) is a virtual machine aimed
at running all dynamic languages.
As usual, the Windows setup is available on
http://parrotwin32.sourceforge.net/
François.
Bob Rogers a écrit :
On behalf of the Parrot team, I'm proud to announce Parrot 0.7.0 "Severe
Macaw." Parrot (http://parrotcode.org/) is a virtual machine aimed at
running all dynamic languages.
As usual, the Windows setup is available on
http://parrotwin32.sourceforge.net/
François.
Parro
Klaas-Jan Stol (via RT) a écrit :
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #55670]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=55670 >
hi, I'm having trouble when building perl6:
I'm o
James Keenan via RT a écrit :
On Mon Jun 09 05:00:17 2008, [EMAIL PROTECTED] wrote:
Determining whether perldoc is installed...
step auto::perldoc died during execution: The fchmod function is
unimplemented at config/auto/perldoc.pm line 42.
On Windows, the Perl function 'chmod' works with f
Andy Dougherty wrote:
On Sat, 15 Mar 2008, James Keenan via RT wrote:
On Sat Mar 15 10:50:04 2008, doughera wrote:
Ah, I think this one is easy: If I recall correctly, the SHA256_CTX
stuff was added in openssl version 0.9.8; I'll bet your system has
0.9.7.
Yes.
OpenSSL> version
OpenSSL 0.
Will Coleda wrote:
On Feb 13, 2008 1:41 PM, chromatic <[EMAIL PROTECTED]> wrote:
On Wednesday 13 February 2008 06:21:32 [EMAIL PROTECTED] wrote:
Should we perhaps add a performance benchmark to the tests?
Normalising it to account for hardware variations might be a problem.
That's somewhat d
Andy Lester wrote:
I had removed the PARROT_API from ld() in list.c because we don't need
to offer as a public function to the user a function that computes logs
base 2. fperrad reverted that because it broke "make hello".
It seems to me that this is backwards, just like my PARROT_APIing some
Klaas-Jan Stol wrote:
in PIR you can override (or implement) a vtable method using the :vtable
flag.
before that, in the past, this was done by prefixing the vtable name with 2
underscores.
While ack'ing for ".constant" (to be replaced with .macro_const), I found
that the following file defines
en we have to setup a convention to pass
the flags... but doing this just as a convention seems to be ripe for mistakes; Clues welcome
on how to proceed.
'new_from_string' is widely used by .const, for example :
.const .String key_print = "print"
or
.const .Sub _create = 'create'
What becomes this kind of constructor ?
Francois.
At 09:25 18/11/2007 -0800, chromatic wrote:
The next release will be on Tuesday evening. Committers, please review your
checkins and update NEWS appropriately. Everyone, please submit updates to
PLATFORMS.
languages/LANGUAGES_STATUS.pod could be updated too.
with a special constraint : the ri
At 23:48 03/10/2007 -0700, chromatic wrote:
On Wednesday 03 October 2007 12:55:54 François PERRAD wrote:
> 3) garbage collection
> How write code without GC problems ?
> How track down and fix GC problems ?
I'm happy to help, but I have difficulty running Lua programs from the
command
line.
At 08:46 12/12/2006 +0100, François PERRAD wrote:
With the following code :
.sub main
print "reached\n"
exit 1
print "not reached\n"
.end
I obtain :
reached
But after adding a .HLL directive
.HLL 'Lua', 'lua_group'
.sub main
print "reached\n"
exit
At 15:48 15/08/2006 -0700, chromatic wrote:
Here's a proposed patch that seems to work okay for me on Linux. It's not
great or beautiful, mostly because of the Makefile hackery. It's a starting
point though. I suspect Windows might complain.
I try it on Win2000 with MinGW.
1) ExtUtils::PkgCo
At 14:04 24/04/2006 -0700, jerry gay wrote:
On 4/22/06, Will Coleda via RT <[EMAIL PROTECTED]> wrote:
> This issue is long dead, isn't it?
>
this has been fixed some time ago, yes. however, tcl's not building
for me right now for a different reason...
This linkage is broken on Win32 since revis
In a library (languages/lua/lib/luastring.pir), I declare a global variable
("mt_string"):
.namespace [ "Lua" ]
.HLL "Lua", "lua_group"
.sub init :load, :anon
...
.local pmc _lua_mt_string
_lua_mt_string = new .LuaTable
global "mt_string" = _lua_mt_string
...
In a PMC met
At 13:53 07/02/2006 +0100, Leopold Toetsch wrote:
François PERRAD wrote:
Hi all,
With the following patch, I try to add two methods (tostring & tonumber)
at each Lua PMC.
With the first new test, I obtain :
Method 'tostring' not found
current instr.: '_main' pc 13 (languages\lua\t\pmc\number_1
At 08:08 10/11/2005 -0800, you wrote:
# New Ticket Created by Nick Glencross
# Please include the string: [perl #37651]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37651 >
This patch is required for pbc_merge on some pl
At 07:03 17/10/2005 -0700, you wrote:
"François PERRAD (via RT)" <[EMAIL PROTECTED]> wrote:
>
> $ ./parrot -V
> This is parrot version 0.3.0-devel (r9493) built for i386-linux.
>
> $ make hello
> ./parrot -o examples/assembly/hello.o examples/assembly/hello.pbc
> make EXEC=examples/assembly/he
At 10:42 11/08/2005 -0700, you wrote:
According to our records, your request regarding
"[PATCH] m4 tests compatible with Win32"
has been resolved.
the patch wasn't correctly applied.
the test fails on Win32 :
# Failed test (m4\t\builtins\010_sysval.t at line 26)
# got: ''$true'
At 12:56 09/08/2005 -0700, you wrote:
Thanks a lot,
I think this is the first large patch for 'm4', that I received.
Tests are still completing here on my Linux box.
Sorry, but I forgot this part :
Index: languages/m4/t/freezing/001_freeze.t
===
ch to SVN).
OK, without handling ICU, the patch is shorter.
Francois.
> Francois
Thanks,
leo
diff -Nur parrot/README.win32 parrot.new/README.win32
--- parrot/README.win32 2005-01-26 12:02:48.0 +0100
+++ parrot.new/README.win32 2005-04-06 13:58:06.0 +0200
@@ -38,8 +38,7
oot
directory one directory outside, so that they can be applied with either:
patch -p0
or
patch -p1
See also:
$ perldoc -F docs/submissions.pod
I tried to follow the documentation.
Francois.
Thanks,
leo
diff -ur parrot/config/init/data.pl parrot.new/config/init/data.pl
--- parrot/config/init/data.
23 matches
Mail list logo