Log of /lbbs/src/menu.c
Parent Directory
|
Revision Log
Revision
1.96 -
(
view)
(
annotate)
-
[select for diffs]
Fri Feb 13 12:38:09 2026 UTC
(4 weeks, 4 days ago)
by
sysadm
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.95: +6 -0 lines
Diff to
previous 1.95
Fix build error caused by inline function under Debug mode with CMake
Revision
1.93 -
(
view)
(
annotate)
-
[select for diffs]
Fri Dec 19 06:16:27 2025 UTC
(2 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.92: +98 -98 lines
Diff to
previous 1.92
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message
Revision
1.89 -
(
view)
(
annotate)
-
[select for diffs]
Wed Nov 19 14:47:08 2025 UTC
(3 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.88: +108 -57 lines
Diff to
previous 1.88
Use POSIX shared object instead of SysV shared segment in menu
Revision
1.88 -
(
view)
(
annotate)
-
[select for diffs]
Tue Nov 18 15:15:18 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.87: +2 -9 lines
Diff to
previous 1.87
Skip remap shared memory in read only mode under Cygwin
shmat() again after shmdt() without SHM_REMAP would change the address
Revision
1.86 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 17 12:16:48 2025 UTC
(3 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.85: +24 -15 lines
Diff to
previous 1.85
Add alternative implementation of shmat(..., SHM_REMAP) under MSYS2
Fix error reported by gcc under MSYS2
Revision
1.84 -
(
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.83: +7 -6 lines
Diff to
previous 1.83
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.77 -
(
view)
(
annotate)
-
[select for diffs]
Wed Oct 29 05:30:05 2025 UTC
(4 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.76: +34 -14 lines
Diff to
previous 1.76
Retry shmget() several times to skip conflict keys
Revision
1.75 -
(
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.74: +10 -10 lines
Diff to
previous 1.74
Refine code to keep compatible with gcc -Wpedantic option
Revision
1.74 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 17 01:25:08 2025 UTC
(4 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.73: +0 -1 lines
Diff to
previous 1.73
No longer use igetch_reset() to skip remaining \n after \r
\r\n -> \r and \n -> \r conversions have already been implemented in igetch()
Revision
1.70 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jun 26 03:25:25 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.69: +9 -0 lines
Diff to
previous 1.69
Check count of menu items to avoid NULL pointer error
Revision
1.69 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jun 25 01:50:14 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.68: +9 -1 lines
Diff to
previous 1.68
Use static variable to store main menu instead of dynamically allocated memory
Revision
1.68 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 24 10:01:24 2025 UTC
(8 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.67: +32 -3 lines
Diff to
previous 1.67
Add feature of excerptional directory list and article view
Revision
1.57 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 27 00:54:01 2025 UTC
(9 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.56: +7 -3 lines
Diff to
previous 1.56
Add attach/detach SHM in readonly mode for child process
Revision
1.54 -
(
view)
(
annotate)
-
[select for diffs]
Tue May 20 12:18:24 2025 UTC
(9 months, 3 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.53: +13 -7 lines
Diff to
previous 1.53
Mount shm of menu in read-only mode by child process
Revision
1.47 -
(
view)
(
annotate)
-
[select for diffs]
Sun May 18 08:53:21 2025 UTC
(9 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.46: +21 -6 lines
Diff to
previous 1.46
Refine menu: clear screen lines before output
Truncate blank lines in menu config
Revision
1.45 -
(
view)
(
annotate)
-
[select for diffs]
Sun May 18 03:23:57 2025 UTC
(9 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.44: +7 -9 lines
Diff to
previous 1.44
Main process hold shm of menu until exit or reload menu, to prevent child process from being unable to open the shm of old menu after reloading.
Revision
1.22 -
(
view)
(
annotate)
-
[select for diffs]
Wed Apr 30 09:18:19 2025 UTC
(10 months, 2 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.21: +7 -2 lines
Diff to
previous 1.21
Add missing header files
Update compile dependency
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.