Skip to content

Commit

Permalink
add an LWP library (first step: protocole file)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@46614 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed May 14, 2010
1 parent 2d3600e commit 9de3d96
Show file tree
Hide file tree
Showing 6 changed files with 1,003 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST
@@ -1,7 +1,7 @@
# ex: set ro: # ex: set ro:
# $Id$ # $Id$
# #
# generated by tools/dev/mk_manifest_and_skip.pl Fri May 14 07:19:07 2010 UT # generated by tools/dev/mk_manifest_and_skip.pl Fri May 14 15:26:02 2010 UT
# #
# See below for documentation on the format of this file. # See below for documentation on the format of this file.
# #
Expand Down Expand Up @@ -1138,8 +1138,10 @@ runtime/parrot/library/Data/Dumper/Default.pir [library]
runtime/parrot/library/Digest/MD5.pir [library] runtime/parrot/library/Digest/MD5.pir [library]
runtime/parrot/library/Getopt/Obj.pir [library] runtime/parrot/library/Getopt/Obj.pir [library]
runtime/parrot/library/HTTP/Daemon.pir [library] runtime/parrot/library/HTTP/Daemon.pir [library]
runtime/parrot/library/HTTP/Message.pir [library]
runtime/parrot/library/Iter.pir [library] runtime/parrot/library/Iter.pir [library]
runtime/parrot/library/JSON.pir [library] runtime/parrot/library/JSON.pir [library]
runtime/parrot/library/LWP.pir [library]
runtime/parrot/library/MIME/Base64.pir [library] runtime/parrot/library/MIME/Base64.pir [library]
runtime/parrot/library/Math/Rand.pir [library] runtime/parrot/library/Math/Rand.pir [library]
runtime/parrot/library/NCI/Utils.pir [library] runtime/parrot/library/NCI/Utils.pir [library]
Expand Down Expand Up @@ -1655,6 +1657,7 @@ t/library/dumper.t [test]
t/library/getopt_obj.t [test] t/library/getopt_obj.t [test]
t/library/hllmacros.t [test] t/library/hllmacros.t [test]
t/library/iter.t [test] t/library/iter.t [test]
t/library/lwp.t [test]
t/library/md5.t [test] t/library/md5.t [test]
t/library/mime_base64.t [test] t/library/mime_base64.t [test]
t/library/osutils.t [test] t/library/osutils.t [test]
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.generated
Expand Up @@ -229,8 +229,10 @@ runtime/parrot/library/Digest/MD5.pbc [main]
runtime/parrot/library/Getopt/Obj.pbc [main] runtime/parrot/library/Getopt/Obj.pbc [main]
runtime/parrot/library/HLL.pbc [main] runtime/parrot/library/HLL.pbc [main]
runtime/parrot/library/HTTP/Daemon.pbc [main] runtime/parrot/library/HTTP/Daemon.pbc [main]
runtime/parrot/library/HTTP/Message.pbc [main]
runtime/parrot/library/Iter.pbc [main] runtime/parrot/library/Iter.pbc [main]
runtime/parrot/library/JSON.pbc [main] runtime/parrot/library/JSON.pbc [main]
runtime/parrot/library/LWP.pbc [main]
runtime/parrot/library/MIME/Base64.pbc [main] runtime/parrot/library/MIME/Base64.pbc [main]
runtime/parrot/library/Math/Rand.pbc [main] runtime/parrot/library/Math/Rand.pbc [main]
runtime/parrot/library/NCI/call_toolkit_init.pbc [main] runtime/parrot/library/NCI/call_toolkit_init.pbc [main]
Expand Down
2 changes: 2 additions & 0 deletions config/gen/makefiles/root.in
Expand Up @@ -271,8 +271,10 @@ GEN_LIBRARY = \
$(LIBRARY_DIR)/dumper.pbc \ $(LIBRARY_DIR)/dumper.pbc \
$(LIBRARY_DIR)/yaml_dumper.pbc \ $(LIBRARY_DIR)/yaml_dumper.pbc \
$(LIBRARY_DIR)/Getopt/Obj.pbc \ $(LIBRARY_DIR)/Getopt/Obj.pbc \
$(LIBRARY_DIR)/HTTP/Message.pbc \
$(LIBRARY_DIR)/Iter.pbc \ $(LIBRARY_DIR)/Iter.pbc \
$(LIBRARY_DIR)/JSON.pbc \ $(LIBRARY_DIR)/JSON.pbc \
$(LIBRARY_DIR)/LWP.pbc \
$(LIBRARY_DIR)/Math/Rand.pbc \ $(LIBRARY_DIR)/Math/Rand.pbc \
$(LIBRARY_DIR)/MIME/Base64.pbc \ $(LIBRARY_DIR)/MIME/Base64.pbc \
$(LIBRARY_DIR)/NCI/Utils.pbc \ $(LIBRARY_DIR)/NCI/Utils.pbc \
Expand Down

0 comments on commit 9de3d96

Please sign in to comment.