about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* layout: remove commented out hackbptato2023-09-091-10/+0
* layout: add table rowspanbptato2023-09-093-13/+57
* fix compilation on 1.6.14bptato2023-09-091-3/+3
* buffer: remove url referencebptato2023-09-091-2/+3
* javascript: fix a GC bugbptato2023-09-092-5/+23
* blob: use JSDictbptato2023-09-091-10/+14
* tojs: remove JSDictbptato2023-09-091-12/+0
* remove obsolete commentbptato2023-09-091-1/+0
* event: use JSDictbptato2023-09-091-20/+18
* fetch: use JSDictbptato2023-09-094-46/+139
* javascript: add JSDict typebptato2023-09-094-14/+46
* add extern, refactor some term functionsbptato2023-09-097-71/+127
* ouchbptato2023-09-081-1/+1
* regex: avoid infinite loopbptato2023-09-081-1/+7
* update readmebptato2023-09-081-5/+9
* dom: align some return values with their webidlbptato2023-09-082-13/+13
* Add vi-style numeric prefixes, make gotoLine 1-basedbptato2023-09-085-19/+118
* container: add separate commands for 0 and ^bptato2023-09-083-1/+16
* url: simplifybptato2023-09-081-26/+10
* cell: remove old hackbptato2023-09-081-4/+0
* fetch: allow string input, allow init dictionarybptato2023-09-082-4/+9
* buffer.click: implement preventDefaultbptato2023-09-081-8/+16
* URL: fix missing searchParams when baseURL is givenbptato2023-09-081-0/+3
* atob, btoa: handle latin-1 correctlybptato2023-09-081-12/+36
* update todobptato2023-09-071-2/+1
* Add btoa, atobbptato2023-09-073-0/+38
* readme: note lack of Windows supportbptato2023-09-071-0/+1
* readme: clarifybptato2023-09-071-2/+2
* readme: update minimum required versionbptato2023-09-071-1/+1
* toml: complain more on unexpected EOFbptato2023-09-071-2/+3
* container: remove strformat dependencybptato2023-09-071-2/+4
* container: remove attrsbptato2023-09-071-3/+0
* config: add gotoLine as M-gbptato2023-09-071-0/+1
* dom: set input type to text if not givenbptato2023-09-071-0/+2
* twtstr: remove some unused procsbptato2023-09-071-22/+0
* twtstr: remove toLowerAscii2bptato2023-09-072-23/+10
* update todobptato2023-09-071-0/+1
* url: optimizebptato2023-09-071-15/+21
* url: fix \n, \t not being properly removedbptato2023-09-071-1/+3
* toml: remove unused importbptato2023-09-071-1/+0
* loader: get rid of xdeclaredbutnotused warningbptato2023-09-071-0/+1
* toml: fix newline counting in multiline stringsbptato2023-09-071-2/+4
* main: remove stray eprint, update -o info textbptato2023-09-061-2/+1
* fix typobptato2023-09-061-2/+2
* main: allow grouped single-letter paramsbptato2023-09-051-59/+94
* javascript: reference unforgeables in tablebptato2023-09-041-1/+1
* tojs: fix memory leakbptato2023-09-041-5/+12
* Fix compilation < Nim 2.0bptato2023-09-041-1/+1
* quickjs: add Array.prototype.atbptato2023-09-031-0/+30
* loader, data: remove stray eprintsbptato2023-09-022-4/+0
#n490'>490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606