Re: [AOLSERVER] Naviserver Win-64 Sources

2012-10-16 Thread Maurizio Martignano
clarifies my point, Maurizio -Original Message- From: Jeff Rogers [mailto:dv...@diphi.com] Sent: 16 October 2012 01:38 To: Maurizio Martignano Cc: aolserver-talk@lists.sourceforge.net Subject: Re: [AOLSERVER] Naviserver Win-64 Sources Maurizio Martignano wrote: > 2.A set of necessary c

Re: [AOLSERVER] Naviserver Win-64 Sources

2012-10-15 Thread Jeff Rogers
Maurizio Martignano wrote: > 2.A set of necessary cosmetics/make up changes to the overall code base > to make it more compliant with nowadays C STDs, and therefore more > “acceptable” to nowadays C compilers, they are: > > a.I have made explicit all type conversions (with explicit casts) > > b.I

[AOLSERVER] Naviserver Win-64 Sources

2012-10-15 Thread Maurizio Martignano
To facilitate the discussion, I put in here some examples of the changes I made: 2.a. From mapPtr = ns_malloc(sizeof(Map)); To mapPtr = (Map *) ns_malloc(sizeof(Map)); 2.b. From int TclX_WrongArgs (interp, commandNameObj, string) Tcl_Interp * interp; Tcl_Obj * commandNameObj; char

[AOLSERVER] Naviserver Win-64 Sources

2012-10-15 Thread Maurizio Martignano
Any comment? Dear all, While the tests seem to go rather well but are not finished yet (and it will take quite some time), I have decided to make available anyhow the result of my activity. The sources (and Visual Studio 2012 project files) are available at: h

[AOLSERVER] Naviserver Win-64 Sources

2012-10-13 Thread Maurizio Martignano
Dear all, While the tests seem to go rather well but are not finished yet (and it will take quite some time), I have decided to make available anyhow the result of my activity. The sources (and Visual Studio 2012 project files) are available at: http://www.spazioit.com/softwar