Guidelines to keep program development simple

2012-05-21 Thread Steve Hathaway
GSoC 2012 Notes Guidelines to keep program development simple. 1. Create the necessary functions or methods to implement the features. Don't worry about the XPath parsing and integration at this time. Just work on the tools that implement the features you need for string, date, dur

Xalan-C dates-and-times // and more

2012-05-21 Thread Steve Hathaway
Hi, The Xalan-C GSoC 2012 project is moving forward. Here is an outline of what EXSLT functions are implemented and which ones need work. Samuel will be spending his primary effort toward implementing the XPath functions in the http://exslt.org/dates-and-times namespace. Sincerely, Steven J. H

Thread-Safe Programming Discussion

2012-05-21 Thread shathawa
Hi C/C++ Programmers Microsoft does not provide thread-safe time functions for localtime(), gmtime(), ctime() and asctime(). File: ./XalanEXSLT/XalanEXSLTDateTime.cpp This file creates localtime_r() and gmtime_r() for Windows systems. The implementation does not look thread-safe unless either a