Search   Feed   Browse   Add
Feed items 1 - 9 of 9 for June 2008

svn:mod_parrot r354 - mod_parrottrunklibModParrotHLL by jhorwitz - June 24, 2008

Author: jhorwitzDate: Tue Jun 24 11:05:04 2008New Revision: 354Modified: mod_parrottrunklibModParrotHLLlolcode.pirLog:remove debugging outputModified: mod_parrottrunklibModParrotHLLlolcode.pir==============================================================================--- mod_parrottrunklibModParrotHLLlolcode.pir (original)+++ mod_parrottrunklibModParrotHLLlolcode.pir Tue Jun 24 11:05:04 2008 -99,7 +99,6 $P0 = querykey $S0 = key $S1 = upcase $S0- r.log_rerror(&39;lolcode&39;,.
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg240.html

svn:mod_parrot r353 - in mod_parrottrunk: . libModParrotHLL by jhorwitz - June 24, 2008

Author: jhorwitzDate: Tue Jun 24 10:48:18 2008New Revision: 353Added: mod_parrottrunklibModParrotHLLlolcode.pirModified: mod_parrottrunkMakefile.inLog:take a stab at mod_lolcodeModified: mod_parrottrunkMakefile.in==============================================================================--- mod_parrottrunkMakefile.in (original)+++ mod_parrottrunkMakefile.in Tue Jun 24 10:48:18 2008 -46,6 +46,7 libModParrotHLLpir libModParrotHLLperl6 libModParrotHLLplumhead + libModParrotHLLlolcode .
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg239.html

svn:mod_parrot r352 - in mod_parrottrunk: egperl6 patches by jhorwitz - June 17, 2008

Author: jhorwitzDate: Tue Jun 17 06:42:13 2008New Revision: 352Added: mod_parrottrunkpatches mod_parrottrunkpatchesparrot-r28322-modperl6.patchModified: mod_parrottrunkegperl6READMELog:add patch for pure perl mod_perl6Modified: mod_parrottrunkegperl6README==============================================================================--- mod_parrottrunkegperl6README (original)+++ mod_parrottrunkegperl6README Tue Jun 17 06:42:13 2008 -2,10 +2,12 How to use mod_perl6: -1) In the Apache&39;s.
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg238.html

svn:mod_parrot r351 - in mod_parrottrunk: egperl6ModPerl6 languagesperl6lib languagesperl6libModPerl6 by jhorwitz - June 16, 2008

Author: jhorwitzDate: Mon Jun 16 08:53:44 2008New Revision: 351Modified: mod_parrottrunkegperl6ModPerl6Counter.pm mod_parrottrunkegperl6ModPerl6Polly.pm mod_parrottrunklanguagesperl6libModPerl6Registry.pm mod_parrottrunklanguagesperl6libmod_perl6.pmLog:enforce perl 6 usage with "use v6"Modified: mod_parrottrunkegperl6ModPerl6Counter.pm==============================================================================--- mod_parrottrunkegperl6ModPerl6Counter.pm (original)+++...
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg237.html

svn:mod_parrot r350 - mod_parrottrunklanguagesperl6libModPerl6 by jhorwitz - June 13, 2008

Author: jhorwitzDate: Fri Jun 13 10:13:17 2008New Revision: 350Modified: mod_parrottrunklanguagesperl6libModPerl6Registry.pmLog:escape braces to avoid code interpolationModified: mod_parrottrunklanguagesperl6libModPerl6Registry.pm==============================================================================--- mod_parrottrunklanguagesperl6libModPerl6Registry.pm (original)+++ mod_parrottrunklanguagesperl6libModPerl6Registry.pm Fri Jun 13 10:13:17 2008 -4,22 +4,6 our %registry; -sub...
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg236.html

svn:mod_parrot r349 - mod_parrottrunksrc by jhorwitz - June 13, 2008

Author: jhorwitzDate: Fri Jun 13 10:12:46 2008New Revision: 349Modified: mod_parrottrunksrcparrot_util.cLog:stay up to date w changes to the GC APIModified: mod_parrottrunksrcparrot_util.c==============================================================================--- mod_parrottrunksrcparrot_util.c (original)+++ mod_parrottrunksrcparrot_util.c Fri Jun 13 10:12:46 2008 -93,8 +93,8 static void modparrot_interp_cleanup(Parrot_Interp interp, int status) - Parrot_block_DOD(interp);- ...
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg235.html

svn:mod_parrot r348 - mod_parrottrunklibModParrotHLL by jhorwitz - June 12, 2008

Author: jhorwitzDate: Thu Jun 12 07:42:06 2008New Revision: 348Modified: mod_parrottrunklibModParrotHLLplumhead.pirLog:use ModParrot;Interpreter to capture stdoutModified: mod_parrottrunklibModParrotHLLplumhead.pir==============================================================================--- mod_parrottrunklibModParrotHLLplumhead.pir (original)+++ mod_parrottrunklibModParrotHLLplumhead.pir Thu Jun 12 07:42:06 2008 -38,15 +38,18 .param string php_file .local pmc r .local pmc...
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg234.html

svn:mod_parrot r347 - mod_parrottrunklanguagesperl6libModPerl6 by jhorwitz - June 9, 2008

Author: jhorwitzDate: Mon Jun 9 13:48:57 2008New Revision: 347Modified: mod_parrottrunklanguagesperl6libModPerl6Registry.pmLog:generate proper per-file module namesModified: mod_parrottrunklanguagesperl6libModPerl6Registry.pm==============================================================================--- mod_parrottrunklanguagesperl6libModPerl6Registry.pm (original)+++ mod_parrottrunklanguagesperl6libModPerl6Registry.pm Mon Jun 9 13:48:57 2008 -23,18 +23,12 sub gen_module_name($path) .
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg233.html

svn:mod_parrot r346 - in mod_parrottrunklib: APR Apache ModParrot ModParrotHLL by jhorwitz - June 8, 2008

Author: jhorwitzDate: Sun Jun 8 11:31:31 2008New Revision: 346Modified: mod_parrottrunklibAPRTable.pir mod_parrottrunklibApacheRequestRec.pir mod_parrottrunklibModParrotContext.pir mod_parrottrunklibModParrotHLLperl6.pir mod_parrottrunklibModParrotInterpreter.pirLog:remove generic protoobject implementation in favor of per-HLL implementationsregister mod_parrot classes as perl6 metaclassesModified:...
http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/06/msg232.html
Available Archives
- January (15 items)
- February (2 items)
- April (1 item)
- May (11 items)
- June (9 items)
- July (2 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact