heiko@jumper [Tue, 06 Jan 2009 02:01:26 +0100] rev 15
Bit SET/CLEAR works now!
heiko@jumper [Mon, 05 Jan 2009 21:44:56 +0100] rev 14
Added POD documentation to examples/test-server Quancom::Test::Server.
The examples/test-sever even understand --help and --man now.
heiko@jumper [Sun, 04 Jan 2009 23:44:45 +0100] rev 13
Test server works for command "W"!
Now you can start the test server:
perl -Mblib examples/test-server :5555
and run the client
perl -Mblib examles/client 127.0.0.1:555
heiko@jumper [Sun, 04 Jan 2009 18:42:46 +0100] rev 12
Implemented the Quancom::Test::Server.
The Server should work for the W command. It communicates on STDIO and
on a UNIX socket. The UNIX socket communication currently seems to hang
for no obvisous reason. I've to debug it further.
Heiko Schlittermann <hs@schlittermann.de> [Thu, 25 Dec 2008 11:23:35 +0100] rev 11
Added API proposal about tied arrays and scalars.
And additionally I renamed the api proposal file.
Heiko Schlittermann <hs@schlittermann.de> [Wed, 24 Dec 2008 23:45:16 +0100] rev 10
Some thoughts about an API.
And fixed a copyright typo.
Heiko Schlittermann <hs@schlittermann.de> [Mon, 22 Dec 2008 23:51:48 +0100] rev 9
Example extended with "bit" operation.
Heiko Schlittermann <hs@schlittermann.de> [Thu, 18 Dec 2008 13:44:06 +0100] rev 8
Copyright added.
Heiko Schlittermann <hs@schlittermann.de> [Wed, 17 Dec 2008 23:31:39 +0100] rev 7
Reviewed doc and example.
Now the example show some more use case (but it's a wrong case anyway;)
and the documentation for the Quancom::Result-Class is more specific.
Needs testing.
Heiko Schlittermann <hs@schlittermann.de> [Tue, 16 Dec 2008 16:08:43 +0100] rev 6
Bit-Setzen.