From: abe-t <it...@us...> - 2005-06-24 08:46:17
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19595 Modified Files: ChangeLog Log Message: Adaptions for Windows Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.127 retrieving revision 1.128 diff -C2 -d -r1.127 -r1.128 *** ChangeLog 19 Jun 2005 16:37:54 -0000 1.127 --- ChangeLog 24 Jun 2005 08:46:07 -0000 1.128 *************** *** 1,2 **** --- 1,47 ---- + 2005-06-24 Ibrahim Tannir <it...@us...> + + * include/nscheck.h: VC for Windows cannot handle GNU preprocessor + directives and macros (fixed). + + * nsd/driver.c: + * nsd/binder.c: Excluded Unix calls from Windows code since some + of the structs needed to compile them are missing in Windows. + + * nsd/dns.c: Added missing header for Windows. + * nsd/nsmain.c: Corrected normalizing the home path on Windows. + * nsd/nswin32.c: Added provisions to fake that nsd as a service + failed on Windows in order for the Service Control Manager to + restart it automatically. + * nsd/return.c: Added Ns_ConnReturnPath to open a file and send + its contents via the connection. + * nsd/tclcmds.c: Added the ns_failservice command which affects + Windows only (see also changes in nswin32.c). + + * nsthread/compat.c: Added NS_EXPORTS so that the Windows DLL + can get loaded. + + * win32/cgitest/main.c: Removed superflous CRs at end of lines. + + * main.dsp: + * nscgi.dsp: + * nscp.dsp: + * nsd.dsp: + * nsdb.dsp: + * nslog.dsp: + * nsperm.dsp: + * nssock.dsp: + * nsthread.dsp: Changed projects to compile for and link with + mutithreading & debug enabled libs (MTd instead of MDd). + + * main.vcproj: + * nscgi.vcproj: + * nscp.vcproj: + * nsd.vcproj: + * nsdb.vcproj: + * nslog.vcproj: + * nsperm.vcproj: + * nssock.vcproj: + * nsthread.vcproj: New files, VS7 projects for Windows. + 2005-06-18 Vlad Seryakov <ser...@us...> |