Log of /lbbs/src/menu.c
Parent Directory
|
Revision Log
Revision
1.93 -
(
view)
(
annotate)
-
[select for diffs]
Fri Dec 19 06:16:27 2025 UTC
(2 months, 4 weeks ago)
by
sysadm
Branch:
MAIN
Changes since
1.92: +98 -98 lines
Diff to
previous 1.92
,
to
selected 1.88
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)
-
[selected]
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
,
to
selected 1.88
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
,
to
selected 1.88
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings
Revision
1.74 -
(
view)
(
annotate)
-
[select for diffs]
Fri Oct 17 01:25:08 2025 UTC
(5 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.73: +0 -1 lines
Diff to
previous 1.73
,
to
selected 1.88
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.45 -
(
view)
(
annotate)
-
[select for diffs]
Sun May 18 03:23:57 2025 UTC
(10 months ago)
by
sysadm
Branch:
MAIN
Changes since
1.44: +7 -9 lines
Diff to
previous 1.44
,
to
selected 1.88
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.
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.