summary refs log tree commit diff stats
path: root/lib/pure/xmldom.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Araq2011-01-151-1/+1
| | | | generator generates dependencies section
* 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
' href='#n190'>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 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