[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Tue, 7 Feb 2006 02:10:21 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-02-07 02:10:21 UTC

XORP CVS repository


Modified files:
	libxorp       Makefile.am Makefile.in strptime.c utility.h 

Log message:
	* Modify the original NetBSD implementation of strptime(3) so now
	  it compiles and works on its own as a local implementation.
	
	* Add a new function xorp_strptime() that is a front-end
	  for the local implementation of strptime(3) or the system's
	  implementation (if such exists).
	
	* Add strptime.c to Makefile.am so now it compiles as part of libxorp.

Revision  Changes                                 Path
1.42      +2 -1;  commitid: 1775e43e800bd7ea6;    xorp/libxorp/Makefile.am
1.55      +10 -9;  commitid: 1775e43e800bd7ea6;   xorp/libxorp/Makefile.in
1.2       +74 -76;  commitid: 1775e43e800bd7ea6;  xorp/libxorp/strptime.c
1.12      +8 -1;  commitid: 1775e43e800bd7ea6;    xorp/libxorp/utility.h