[svn:mod_parrot] r456 - in mod_parrot/trunk/lib: . APR Apache ModParrot/APR ModParrot/Apache ModParrot/HLL
[email protected] Thu, 25 Sep 2008 13:32:20 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Thu Sep 25 13:32:19 2008
New Revision: 456
Added:
mod_parrot/trunk/lib/ModParrot/APR/
- copied from r449, /mod_parrot/trunk/lib/APR/
mod_parrot/trunk/lib/ModParrot/APR/Table.pir
- copied unchanged from r455, /mod_parrot/trunk/lib/APR/Table.pir
mod_parrot/trunk/lib/ModParrot/Apache/
- copied from r449, /mod_parrot/trunk/lib/Apache/
mod_parrot/trunk/lib/ModParrot/Apache/Constants.pir
- copied unchanged from r455, /mod_parrot/trunk/lib/Apache/Constants.pir
mod_parrot/trunk/lib/ModParrot/Apache/Module.pir
- copied unchanged from r455, /mod_parrot/trunk/lib/Apache/Module.pir
mod_parrot/trunk/lib/ModParrot/Apache/RequestRec.pir
- copied unchanged from r455, /mod_parrot/trunk/lib/Apache/RequestRec.pir
Removed:
mod_parrot/trunk/lib/APR/
mod_parrot/trunk/lib/Apache/
Modified:
mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir
mod_parrot/trunk/lib/ModParrot/HLL/pir.pir
mod_parrot/trunk/lib/mod_parrot.pir
Log:
move various libraries under ModParrot directory
Modified: mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir (original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/perl6.pir Thu Sep 25 13:32:19 2008
@@ -19,7 +19,7 @@
.local pmc find_file_in_path
load_bytecode 'languages/perl6/perl6.pbc'
- load_bytecode 'Apache/Module.pbc'
+ load_bytecode 'ModParrot/Apache/Module.pbc'
load_bytecode 'ModParrot/Constants.pbc'
$P0 = new 'Env'
Modified: mod_parrot/trunk/lib/ModParrot/HLL/pir.pir
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/HLL/pir.pir (original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/pir.pir Thu Sep 25 13:32:19 2008
@@ -15,7 +15,7 @@
# limitations under the License.
.sub __onload :anon :load
- load_bytecode 'Apache/Module.pbc'
+ load_bytecode 'ModParrot/Apache/Module.pbc'
load_bytecode 'ModParrot/Constants.pbc'
# register apache directives
Modified: mod_parrot/trunk/lib/mod_parrot.pir
==============================================================================
--- mod_parrot/trunk/lib/mod_parrot.pir (original)
+++ mod_parrot/trunk/lib/mod_parrot.pir Thu Sep 25 13:32:19 2008
@@ -85,9 +85,9 @@
load_bytecode 'Protoobject.pbc'
load_bytecode 'ModParrot/Interpreter.pbc'
load_bytecode 'ModParrot/Context.pbc'
- load_bytecode 'Apache/Constants.pbc'
- load_bytecode 'Apache/RequestRec.pbc'
- load_bytecode 'APR/Table.pbc'
+ load_bytecode 'ModParrot/Apache/Constants.pbc'
+ load_bytecode 'ModParrot/Apache/RequestRec.pbc'
+ load_bytecode 'ModParrot/APR/Table.pbc'
.end
.sub modparrot_set_include_path