API to create xmlrpc apps (client/server) in perl
Frontier::RPC implements UserLand Software's XML RPC (Remote
Procedure Calls using Extensible Markup Language). Frontier::RPC
includes both a client module for making requests to a server and
a daemon module for implementing servers. Frontier::RPC uses RPC2
format messages.
hopefully the upgrade to a lower number doesn't cause problems.
Added four patches. The official libXt doesn't build without
patches. (I submitted back for review to xlibs, and will commit
later.)
Add HOMEPAGE.
Add include for pthreads support.
Fix PLIST to have real version number for library.
Added buildlink2.mk file.
This Xmu library contains miscellaneous utilities and is not part of the
Xlib standard. It contains routines which only use public interfaces
so that it may be layered on top of any proprietary implementation of
Xlib or Xt.
This also includes the Mini Xmu library that does not use Xt and Xaw.
This is part of the X Libraries and Protocol Headers Project at
freedesktop.org.
Some Install script fixes.
Fixed a problem in blockrequest() where a buffer
could have been used after it was free()'d which
resulted in segfaults.
Check that feedback buffer is not null before
operating on it in chain_select().
Closes#631353, thanks Sami Farin.
Make sure DH/DSA param file is actually opened
before writing to it. Fixes a segfault in
case it is not.
Handle a pool we cannot read correctly: don't close
the NULL dir handle (segfaults on *BSD). We also
print a warning in that case now.
Minor stats fix (gmtime vs localtime).
Fix pool stats bug.
LuaExpat is a XML parser based on the Expat XML parser.
It allows Lua programs to:
- Process a XML document incrementally , thus being able to handle
huge documents without memory penalties;
- Register handler functions wich are called by the parser during
the processing of the document, handling the document elements or text.
It is a Unix clone and aims to comply with Single UNIX Specification
and POSIX. Linux was written from scratch by Linux Torvalds and
developed by many programmers around the world.
Update to 2.0.1.
Changaes:
- Eliminate offset arguments in combining operators,
- create separate CopyRegion and TranslateRegion requests.
- Merge xfixes_2_branch back to head