summary refs log tree commit diff stats
path: root/lib/pure/xmldom.nim
Commit message (Expand)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* objects with no ancestor are not implicitely finalAraq2012-08-241-1/+1
* fixed some newly introduced bugsAraq2011-09-211-15/+15
* deprecated system.copy: use system.substr insteadAraq2011-05-141-2/+2
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-6/+7
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-281-3/+13
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-7/+9
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-8/+0
* further progress on the new XML processing modulesAndreas Rumpf2010-02-121-0/+0
* new XML modulesAndreas Rumpf2010-02-101-82/+162
* added xmldom modulesAndreas Rumpf2010-02-081-0/+1009
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242