Log of /lbbs/src/lml.c
Parent Directory
|
Revision Log
Revision
1.49 -
(
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.48: +18 -0 lines
Diff to
previous 1.48
,
to
selected 1.30
Fix bug: return immediately when the last char (at offset = tag_out_len - 1) of tag_out is NULL
Revision
1.45 -
(
view)
(
annotate)
-
[select for diffs]
Thu Nov 6 13:20:24 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.44: +22 -11 lines
Diff to
previous 1.44
,
to
selected 1.30
Fix bug in handling incomplete LML tag
Use the same implementation of handling unmatched LML tag
Revision
1.44 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 04:19:21 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.43: +10 -9 lines
Diff to
previous 1.43
,
to
selected 1.30
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.41 -
(
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.40: +14 -4 lines
Diff to
previous 1.40
,
to
selected 1.30
Fix inconsistent behavior between web / telnet version of LML()
Add time cost benchmark in test_lml
Revision
1.36 -
(
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.35: +55 -39 lines
Diff to
previous 1.35
,
to
selected 1.30
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.32 -
(
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.31: +82 -85 lines
Diff to
previous 1.31
,
to
selected 1.30
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.30 -
(
view)
(
annotate)
-
[selected]
Wed Oct 29 02:23:18 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.29: +7 -6 lines
Diff to
previous 1.29
Refine
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.