Log of /lbbs/src/test_lml.c
Parent Directory
|
Revision Log
Revision
1.33 -
(
view)
(
annotate)
-
[select for diffs]
Sat Dec 20 02:31:08 2025 UTC
(2 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.32: +1 -0 lines
Diff to
previous 1.32
Add test case of buffer overflow in tag_name / tag_param
Revision
1.32 -
(
view)
(
annotate)
-
[select for diffs]
Fri Dec 19 14:08:44 2025 UTC
(2 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.31: +34 -0 lines
Diff to
previous 1.31
Use hash_dict for tag_name search
Fix bug for over-length tag_param
Revision
1.31 -
(
view)
(
annotate)
-
[select for diffs]
Sat Nov 22 10:35:51 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.30: +40 -3 lines
Diff to
previous 1.30
Fix bug: return immediately when the last char (at offset = tag_out_len - 1) of tag_out is NULL
Revision
1.29 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 06:14:01 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.28: +4 -1 lines
Diff to
previous 1.28
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.26 -
(
view)
(
annotate)
-
[select for diffs]
Sat Nov 1 07:00:27 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.25: +18 -4 lines
Diff to
previous 1.25
Fix inconsistent behavior between web / telnet version of LML()
Add time cost benchmark in test_lml
Revision
1.23 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 30 11:15:12 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.22: +1 -0 lines
Diff to
previous 1.22
Refine handling of unsupported / invalid ANSI control sequence
Revision
1.22 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 30 07:51:47 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.21: +4 -3 lines
Diff to
previous 1.21
Add display width limit of output lines in lml_render().
It fixed the issue that, the quoted text line in article_reply() was wrapped by split_data_lines(),
but the new sub-lines were not added the same repeated ": " leading sequence as the original line.
Revision
1.21 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 30 03:18:56 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.20: +1 -1 lines
Diff to
previous 1.20
Fix bug in handling of invalid ANSI control sequence
Revision
1.19 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 29 04:08:36 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.18: +1 -0 lines
Diff to
previous 1.18
Fix bug: incomplete LML with only right bracket was outputed without bracket.
E.g. "test]me" was outputed as "testme", while the expected output is "test]me"
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 24 07:45:06 2025 UTC
(4 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.17: +1 -1 lines
Diff to
previous 1.17
Output incomplete LML tag as original at each end of line
Revision
1.14 -
(
view)
(
annotate)
-
[select for diffs]
Sat Oct 18 13:22:52 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.13: +2 -2 lines
Diff to
previous 1.13
Reverse meaning of LML quote_mode. It was incorrect before fix.
Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Tue Sep 30 03:02:06 2025 UTC
(5 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.10: +12 -1 lines
Diff to
previous 1.10
Fix bug in LML render
Add lml_tag = 0 mode for quoted article content
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 3 02:30:18 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.4: +3 -2 lines
Diff to
previous 1.4
Support FB2000 compatible quote leading string ": "
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.