summary refs log tree commit diff stats
path: root/lib/pure/htmlparser.nim
Commit message (Expand)AuthorAgeFilesLines
* make tests greenAraq2014-08-311-17/+17
* big renameAraq2014-08-271-3/+3
* stdlib compiles mostly without warnings againAraq2014-02-061-2/+2
* Merge pull request #695 from gradha/pr_adds_htmlparser_exampleGrzegorz Adam Hankiewicz2013-12-021-1/+27
|\
| * Adds an example to htmlparser showing how to save changes.Grzegorz Adam Hankiewicz2013-11-301-1/+27
* | Makes htmlparser handle whitespace. Refs #694.Grzegorz Adam Hankiewicz2013-12-021-1/+1
|/
* Silences debug echo.Grzegorz Adam Hankiewicz2013-07-041-1/+1
* fixes #492Araq2013-06-271-0/+2
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-69/+217
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* bugfix: typeinfo.extendSeqAraq2013-01-271-3/+3
* bugfix: GC more forgivingAraq2011-04-031-2/+2
* bugfixes: htmlparser moduleAraq2010-10-301-3/+14
* added base64 module; decoding still brokenAraq2010-10-231-1/+1
* version 0.8.8Andreas Rumpf2010-03-141-2/+2
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* bugfixes for unicode; xmlparser; htmlparser; scannerrumpf_a@web.de2010-02-201-8/+24
* further development of graphics modulerumpf_a@web.de2010-02-141-2/+2
* further improvements for the HTML parserrumpf_a@web.de2010-02-141-2/+6
* further improvements for the HTML parserrumpf_a@web.de2010-02-141-9/+28
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-96/+231
* further progress on the new XML processing modulesAndreas Rumpf2010-02-121-0/+0
* new XML modulesAndreas Rumpf2010-02-101-0/+247
288' href='#n288'>288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446