Turiiya
|
39ec1134fa
|
net.html: fix parsing of nested quoted strings in code tags (#18123)
|
2023-05-07 03:55:02 +03:00 |
|
Casper Kuethe
|
0898f57995
|
net.html: fix text parsing for inline tags (#18085)
|
2023-04-30 16:20:24 +03:00 |
|
Delyan Angelov
|
57aa4def62
|
net.html: do not inject <text> tags for text that contains only newlines and spaces
|
2023-03-30 23:02:57 +03:00 |
|
walking devel
|
8cdc554c63
|
net.html: fix panic in html.parse() called with empty string, remove replacement of \n in the original content (#17206)
|
2023-02-03 00:32:03 +02:00 |
|
Minsoo
|
d850d3caba
|
net.html: add get_tags_by_class_name (#17024)
|
2023-01-18 19:00:46 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
shove
|
8b962f8446
|
checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)
|
2022-09-15 07:59:31 +03:00 |
|
kahsa
|
dd8c96f6bc
|
net.html: use -d debug_html instead of -g , prevent undesired output, while debugging user programs (#14521)
|
2022-05-25 11:23:56 +03:00 |
|
Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
|
Benjamin Stigsen
|
ceb05b163a
|
strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313)
|
2022-01-28 20:34:44 +02:00 |
|
zakuro
|
490dec222f
|
fmt: keep char literal, ' (#11060)
|
2021-08-06 06:21:28 +03:00 |
|
Daniel Däschle
|
800c0e5092
|
vlib: remove deprecated map{} usages as well as deprecated functions (#11035)
|
2021-08-04 12:44:41 +03:00 |
|
Delyan Angelov
|
eac1e25c5d
|
strings: simplify Builder (#10263)
|
2021-05-31 14:21:06 +03:00 |
|
spaceface
|
b712af56fd
|
all: bring back panic(err.msg) -> panic(err) (#9022)
|
2021-03-01 00:18:14 +01:00 |
|
spaceface
|
d63b7bc35a
|
all: update repo to use the new error handling syntax (#8950)
|
2021-02-28 23:20:21 +03:00 |
|
StunxFS
|
2e381f427a
|
net.html: use or {} in .writeln() method calls (fix #8942) (#8953)
|
2021-02-25 13:24:30 +01:00 |
|
Ned Palacios
|
b952bf2e6b
|
net.html: polish module, update docs (#7193)
|
2020-12-09 20:08:15 +01:00 |
|
joe-conigliaro
|
a05408b49a
|
all: make type system use source name & cleanup storing name in fields
|
2020-12-06 14:55:08 +11:00 |
|
Daniel Däschle
|
3a146a6dbe
|
checker: fix error pos on default value (#6338)
|
2020-09-09 15:34:41 +02:00 |
|
Alexander Medvednikov
|
ea31f75098
|
checker: more default field fixes
|
2020-09-09 14:14:44 +02:00 |
|
Delyan Angelov
|
e8ff94fb8b
|
net.html: simplify map setting (fixes compilation with tcc on aarch64)
|
2020-08-20 16:45:54 +03:00 |
|
João Victor Oliveira Couto
|
f6a85d5305
|
net.html: create html parser module (#6076)
|
2020-08-09 04:13:34 +02:00 |
|