roadrunner ./ChangeLog ./LICENSE doc/reference ...

[email protected] (Jonas Borgstr?m) Wed, 5 Feb 2003 10:03:26 +0100 (CET)
Newsgroups gmane.network.beep.roadrunner.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsrep/roadrunner
Module name:	roadrunner
Changes by:	[email protected]	2003-02-05 10:03:26

Modified files:
	.              : ChangeLog LICENSE 
	doc/reference/tmpl: rr-waiter.sgml 
	librr          : rr-channel.c rr-channel.h rr-connection.c 
	                 rr-connection.h rr-filter.h rr-filterstack.c 
	                 rr-filterstack.h rr-frame.h rr-listener.c 
	                 rr-listener.h rr-manager.c rr-manager.h 
	                 rr-mime.c rr-mime.h rr-profileregistry.c 
	                 rr-profileregistry.h rr-waiter.c rr-waiter.h 
	                 rr-workpool.c rr-workpool.h 
	librr/message  : rr-greeting.c rr-greeting.h rr-message-close.c 
	                 rr-message-close.h rr-message-error.h 
	                 rr-message-start.c rr-message-start.h 
	                 rr-message-startrpy.c rr-message-startrpy.h 
	                 rr-message-static.c rr-message-static.h 
	                 rr-message.c rr-message.h 
	librr/tcp      : rr-frame-seq.h rr-tcpconnection.c 
	                 rr-tcpconnection.h rr-tcplistener.c 
	                 rr-tcplistener.h 
	profiles/rot13 : rot13.c 

Log message:
	2003-02-05  Jonas Borgström  <[email protected]>
	
	* LICENSE: It is 2003 now.
	
	*.[ch]: Moved the private class members from the instance
	structure to a "private" struct. This will make
	is much easier to maintain binary compability.

Patches:
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/ChangeLog.diff?cvsroot=Development&r1=1.108&r2=1.109
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/LICENSE.diff?cvsroot=Development&r1=1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/doc/reference/tmpl/rr-waiter.sgml.diff?cvsroot=Development&r1=1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.c.diff?cvsroot=Development&r1=1.46&r2=1.47
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.h.diff?cvsroot=Development&r1=1.39&r2=1.40
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.c.diff?cvsroot=Development&r1=1.60&r2=1.61
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.h.diff?cvsroot=Development&r1=1.32&r2=1.33
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-filter.h.diff?cvsroot=Development&r1=1.3&r2=1.4
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-filterstack.c.diff?cvsroot=Development&r1=1.3&r2=1.4
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-filterstack.h.diff?cvsroot=Development&r1=1.3&r2=1.4
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-frame.h.diff?cvsroot=Development&r1=1.17&r2=1.18
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-listener.c.diff?cvsroot=Development&r1=1.7&r2=1.8
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-listener.h.diff?cvsroot=Development&r1=1.5&r2=1.6
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-manager.c.diff?cvsroot=Development&r1=1.73&r2=1.74
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-manager.h.diff?cvsroot=Development&r1=1.26&r2=1.27
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-mime.c.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-mime.h.diff?cvsroot=Development&r1=1.3&r2=1.4
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-profileregistry.c.diff?cvsroot=Development&r1=1.8&r2=1.9
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-profileregistry.h.diff?cvsroot=Development&r1=1.5&r2=1.6
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-waiter.c.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-waiter.h.diff?cvsroot=Development&r1=1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-workpool.c.diff?cvsroot=Development&r1=1.11&r2=1.12
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-workpool.h.diff?cvsroot=Development&r1=1.4&r2=1.5
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-greeting.c.diff?cvsroot=Development&r1=1.25&r2=1.26
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-greeting.h.diff?cvsroot=Development&r1=1.6&r2=1.7
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-close.c.diff?cvsroot=Development&r1=1.19&r2=1.20
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-close.h.diff?cvsroot=Development&r1=1.5&r2=1.6
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-error.h.diff?cvsroot=Development&r1=1.5&r2=1.6
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-start.c.diff?cvsroot=Development&r1=1.22&r2=1.23
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-start.h.diff?cvsroot=Development&r1=1.9&r2=1.10
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-startrpy.c.diff?cvsroot=Development&r1=1.9&r2=1.10
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-startrpy.h.diff?cvsroot=Development&r1=1.3&r2=1.4
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-static.c.diff?cvsroot=Development&r1=1.11&r2=1.12
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message-static.h.diff?cvsroot=Development&r1=1.6&r2=1.7
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message.c.diff?cvsroot=Development&r1=1.15&r2=1.16
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/rr-message.h.diff?cvsroot=Development&r1=1.13&r2=1.14
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-frame-seq.h.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcpconnection.c.diff?cvsroot=Development&r1=1.72&r2=1.73
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcpconnection.h.diff?cvsroot=Development&r1=1.19&r2=1.20
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcplistener.c.diff?cvsroot=Development&r1=1.18&r2=1.19
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcplistener.h.diff?cvsroot=Development&r1=1.4&r2=1.5
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/rot13/rot13.c.diff?cvsroot=Development&r1=1.19&r2=1.20