svn:mod_parrot r331 - mod_parrottrunklibModParrotHLL by jhorwitz- January 25, 2008 Author: jhorwitzDate: Fri Jan 25 11:27:12 2008New Revision: 331Modified: mod_parrottrunklibModParrotHLLperl6.pirLog:add authentication handler to mod_perl6Modified: mod_parrottrunklibModParrotHLLperl6.pir==============================================================================--- mod_parrottrunklibModParrotHLLperl6.pir (original)+++ mod_parrottrunklibModParrotHLLperl6.pir Fri Jan 25 11:27:12 2008 -117,3 +117,47 return status code .return(status) .end++ authen handler+.sub...http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg217.html svn:mod_parrot r330 - in mod_parrottrunk: egpir libApache tlib by jhorwitz- January 25, 2008 Author: jhorwitzDate: Fri Jan 25 11:26:35 2008New Revision: 330Modified: mod_parrottrunkegpirauthenhandler.pir mod_parrottrunklibApacheRequestRec.pir mod_parrottrunktlibhandlers.pirLog:get_basic_auth_pw should return an array PMC, which HLLs can understandModified: mod_parrottrunkegpirauthenhandler.pir==============================================================================--- mod_parrottrunkegpirauthenhandler.pir (original)+++ mod_parrottrunkegpirauthenhandler.pir Fri Jan 25...http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg216.html svn:mod_parrot r329 - in mod_parrottagsREL_0_4: . src by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 11:56:46 2008New Revision: 329Modified: mod_parrottagsREL_0_4CHANGES mod_parrottagsREL_0_4srcmod_parrot.cLog:merge pre-release fixes from trunkModified: mod_parrottagsREL_0_4CHANGES==============================================================================--- mod_parrottagsREL_0_4CHANGES (original)+++ mod_parrottagsREL_0_4CHANGES Sun Jan 20 11:56:46 2008 -2,6 +2,7 0.4 January 20, 2008 Support for Parrot 0.5.1 (Hatachi)+ Many fixes for..http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg215.html svn:mod_parrot r328 - in mod_parrottrunk: . src by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 11:55:37 2008New Revision: 328Modified: mod_parrottrunkCHANGES mod_parrottrunksrcmod_parrot.cLog:more fixes for x86_64Modified: mod_parrottrunkCHANGES==============================================================================--- mod_parrottrunkCHANGES (original)+++ mod_parrottrunkCHANGES Sun Jan 20 11:55:37 2008 -2,6 +2,7 0.4 January 20, 2008 Support for Parrot 0.5.1 (Hatachi)+ Many fixes for 64-bit platforms Begin transition...http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg214.html svn:mod_parrot r327 - mod_parrottagsREL_0_4src by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 10:13:35 2008New Revision: 327Modified: mod_parrottagsREL_0_4srcmod_parrot.cLog:merge pre-release fix from trunkModified: mod_parrottagsREL_0_4srcmod_parrot.c==============================================================================--- mod_parrottagsREL_0_4srcmod_parrot.c (original)+++ mod_parrottagsREL_0_4srcmod_parrot.c Sun Jan 20 10:13:35 2008 -136,7 +136,8 Parrot_PMC ctx_class; Parrot_PMC ctx_pmc; Parrot_PMC namespace;- int typenum;+ .http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg213.html svn:mod_parrot r326 - mod_parrottrunksrc by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 10:10:58 2008New Revision: 326Modified: mod_parrottrunksrcmod_parrot.cLog:register context PMC so GC doesn&39;t destroy it while running HLL handlerModified: mod_parrottrunksrcmod_parrot.c==============================================================================--- mod_parrottrunksrcmod_parrot.c (original)+++ mod_parrottrunksrcmod_parrot.c Sun Jan 20 10:10:58 2008 -137,6 +137,7 Parrot_PMC ctx_pmc; Parrot_PMC namespace; Parrot_Int typenum;+ ..http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg212.html svn:mod_parrot r325 - mod_parrottrunksrc by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 09:53:43 2008New Revision: 325Modified: mod_parrottrunksrcmod_parrot.cLog:don&39;t use VTABLE_ functions directlyModified: mod_parrottrunksrcmod_parrot.c==============================================================================--- mod_parrottrunksrcmod_parrot.c (original)+++ mod_parrottrunksrcmod_parrot.c Sun Jan 20 09:53:43 2008 -136,7 +136,7 Parrot_PMC ctx_class; Parrot_PMC ctx_pmc; Parrot_PMC namespace;- int typenum;+ Parrot_Int...http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg211.html svn:mod_parrot r324 - mod_parrottagsREL_0_4 by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 08:09:08 2008New Revision: 324Added: mod_parrottagsREL_0_4 - copied from r323, mod_parrottrunkLog:release version 0.4http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg210.html svn:mod_parrot r323 - in mod_parrottrunk: . buildlib buildlibGenerator include lib libAPR libApache libModParrot libModParrotHLL src by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 08:06:28 2008New Revision: 323Modified: mod_parrottrunkConfigure.pl mod_parrottrunkbuildlibGeneratorApacheConstants.pm mod_parrottrunkbuildlibGeneratorApacheRequestRec.pm mod_parrottrunkbuildlibgenerate_source.pl mod_parrottrunkincludemod_parrot.h mod_parrottrunkincludemodparrot_config.h mod_parrottrunklibAPRTable.pir mod_parrottrunklibApacheRequestRec.pir mod_parrottrunklibModParrotContext.pir mod_parrottrunklibModParrotHLLnqp.pir ...http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg209.html svn:mod_parrot r322 - mod_parrottrunkegphp by jhorwitz- January 20, 2008 Author: jhorwitzDate: Sun Jan 20 07:42:21 2008New Revision: 322Modified: mod_parrottrunkegphpREADMELog:more doc updatesModified: mod_parrottrunkegphpREADME==============================================================================--- mod_parrottrunkegphpREADME (original)+++ mod_parrottrunkegphpREADME Sun Jan 20 07:42:21 2008 -2,6 +2,11 the Plumhead compiler included with the Parrot distribution. Place it in your document root and configure as follows: +ParrotIncludePath...http://www.nntp.perl.org/group/perl.cvs.mod_parrot/2008/01/msg208.html |