summary refs log tree commit diff stats
path: root/lib/pure/xmlparser.nim
Commit message (Expand)AuthorAgeFilesLines
* Add a test to xmlparserMatt Sullivan2015-10-311-12/+19
* Create entity nodes with xmlparserMatt Sullivan2015-10-301-1/+1
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-19/+19
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* more tests greenAraq2014-08-311-4/+4
* big renameAraq2014-08-271-15/+17
* stdlib compiles mostly without warnings againAraq2014-02-061-2/+2
* Fixes problems parsing XML docs with multiple PIs.Dominik Picheta2013-10-071-1/+1
* fixes #492Araq2013-06-271-3/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* ugh, maybe broke gitAraq2011-04-011-2/+2
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-2/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-0/+158
href='#n197'>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 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290