[iolib-devel] New patches: 2-Apr-2010

Stelian Ionescu sionescu at common-lisp.net
Sat Apr 3 09:00:07 UTC 2010


commit f31fb2244f153f1e73739232cf31a6bb73307cfa
Author: Peter Keller <psilord at cs.wisc.edu>
Date:   Fri Apr 2 10:41:07 2010 -0500

    This is the initial revision of the tutorial and associated examples.
    The tutorial describes IPV4 TCP blocking and non-blocking I/O in addition
    to a couple of threaded examples. "tutorial.tmpl" is the source file used by
    "gen-tutorial" to create the atual "tutorial" file. Please see the README for
    more information.
    
    The autogenerated "tutorial" file is actually committed since it allows people
    who clone the repository to view the tutorial without having to know how to
    make it. This means if tutorial.tmpl or the examples are changed, the tutorial
    file should be regenerated and rechecked in.
    
    Signed-off-by: Stelian Ionescu <sionescu at cddr.org>

 examples/Makefile           |    7 +
 examples/README             |   23 +
 examples/ex1-client.lisp    |   52 +
 examples/ex1-server.lisp    |   84 ++
 examples/ex2-client.lisp    |   37 +
 examples/ex2-server.lisp    |   62 +
 examples/ex3-client.lisp    |   52 +
 examples/ex3-server.lisp    |   94 ++
 examples/ex4-client.lisp    |   71 +
 examples/ex4-server.lisp    |  139 ++
 examples/ex5-server.lisp    |  161 +++
 examples/ex5a-client.lisp   |  185 +++
 examples/ex5b-client.lisp   |  165 +++
 examples/ex6-server.lisp    |  201 +++
 examples/ex7-buffer.lisp    |  169 +++
 examples/ex7-server.lisp    |  166 +++
 examples/ex8-buffer.lisp    |  203 +++
 examples/ex8-server.lisp    |  154 +++
 examples/gen-tutorial       |  123 ++
 examples/iolib.examples.asd |   29 +
 examples/package.lisp       |   48 +
 examples/tutorial           | 3008 +++++++++++++++++++++++++++++++++++++++++++
 examples/tutorial.tmpl      | 1565 ++++++++++++++++++++++
 23 files changed, 6798 insertions(+), 0 deletions(-)


An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20100402.tar.gz

Gitweb URL:
http://repo.or.cz/w/iolib.git




More information about the iolib-devel mailing list