Log of /lbbs/src/article_cache.c
Parent Directory
|
Revision Log
Revision
1.40 -
(
view)
(
annotate)
-
[select for diffs]
Fri Dec 19 06:16:26 2025 UTC
(2 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.39: +21 -21 lines
Diff to
previous 1.39
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.35 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 5 03:17:12 2025 UTC
(4 months, 1 week ago)
by
sysadm
Branch:
MAIN
Changes since
1.34: +6 -4 lines
Diff to
previous 1.34
Use enum / const int instead of macro define constant integers
Revision
1.31 -
(
view)
(
annotate)
-
[select for diffs]
Thu Oct 30 11:15:11 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.30: +1 -1 lines
Diff to
previous 1.30
Refine handling of unsupported / invalid ANSI control sequence
Revision
1.30 -
(
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.29: +1 -1 lines
Diff to
previous 1.29
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.29 -
(
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.28: +1 -1 lines
Diff to
previous 1.28
Reverse meaning of LML quote_mode. It was incorrect before fix.
Revision
1.28 -
(
view)
(
annotate)
-
[select for diffs]
Sat Oct 18 12:06:10 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.27: +1 -1 lines
Diff to
previous 1.27
Refine code to keep compatible with gcc -Wpedantic option
Revision
1.25 -
(
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.24: +1 -1 lines
Diff to
previous 1.24
Fix bug in LML render
Add lml_tag = 0 mode for quoted article content
Revision
1.23 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 2 03:08:10 2025 UTC
(8 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.22: +3 -3 lines
Diff to
previous 1.22
Add parameter to return line_widths in split_data_lines()
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Mon Jun 2 10:33:25 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.9: +21 -0 lines
Diff to
previous 1.9
Fix bug in displaying data having more than 65536 lines
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jun 1 14:33:50 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.8: +1 -0 lines
Diff to
previous 1.8
Reset usused part of line_offsets[] to avoid impact caused by potential bug
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jun 1 14:04:19 2025 UTC
(9 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.7: +8 -24 lines
Diff to
previous 1.7
Remove unused part of line_offsets from article cache file to reduce size
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.