summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2007-01-08 02:51:49 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2007-01-08 02:51:49 +0000
commit9433bd5d628399686605dba5ddef00fef835a54f (patch)
tree75e05de982404b1b93d4e30653de51ec7f973fb8 /src/pugixml.hpp
parent2777da9faad5a5afe927e7afa0b6cf04e0f34671 (diff)
Updated copyright notice, reworked internal parsing (completely different strategy for performing text conversions (EOL, etc.) - lazy gaps, reworked character classes)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@27 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index a802e3d..b7ded37 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -2,7 +2,9 @@
//
// Pug Improved XML Parser - Version 0.2
// --------------------------------------------------------
-// Copyright (C) 2006, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Copyright (C) 2006-2007, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com)
+// Thanks to Palvelev Artyom (cppguru@mail.ru) for hints about optimizing
+// conversion functions.
// This work is based on the pugxml parser, which is:
// Copyright (C) 2003, by Kristen Wegner (kristen@tima.net)
// Released into the Public Domain. Use at your own risk.