updated a bit fixed the comment, threads now default to on fixed an

* TODO: updated a bit
* configure.in: fixed the comment, threads now default to on
* parserInternals.c: fixed an erroneous xmlMallocAtomic() call
Daniel
diff --git a/parserInternals.c b/parserInternals.c
index e3b4446..8b574f2 100644
--- a/parserInternals.c
+++ b/parserInternals.c
@@ -2521,7 +2521,7 @@
 			(2 * ctxt->node_seq.maximum));
 
             if (ctxt->node_seq.buffer == NULL)
-                tmp_buffer = (xmlParserNodeInfo *) xmlMallocAtomic(byte_size);
+                tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
             else
                 tmp_buffer =
                     (xmlParserNodeInfo *) xmlRealloc(ctxt->node_seq.buffer,