/[LeafOK_CVS]/lbbs/src/menu.c
ViewVC logotype

Log of /lbbs/src/menu.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

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.95 - (view) (annotate) - [select for diffs]
Mon Jan 5 05:41:34 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.94: +1 -1 lines
Diff to previous 1.94
Refine


Revision 1.94 - (view) (annotate) - [select for diffs]
Sat Jan 3 10:27:14 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.93: +1 -1 lines
Diff to previous 1.93
Update copyright info


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.92 - (view) (annotate) - [select for diffs]
Thu Dec 18 02:56:00 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.91: +1 -3 lines
Diff to previous 1.91
Refine with log_debug()


Revision 1.91 - (view) (annotate) - [select for diffs]
Thu Nov 20 01:02:15 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.90: +2 -8 lines
Diff to previous 1.90
Refact set_xxxx_shm_readonly() with mprotect()


Revision 1.90 - (view) (annotate) - [select for diffs]
Wed Nov 19 15:44:49 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89
Refine


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.87 - (view) (annotate) - [select for diffs]
Mon Nov 17 14:01:13 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.86: +1 -1 lines
Diff to previous 1.86
Replace macro name


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.85 - (view) (annotate) - [select for diffs]
Tue Nov 11 00:28:05 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.84: +4 -0 lines
Diff to previous 1.84
Use config.h


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.83 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:58:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
Refine file header information comments


Revision 1.82 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:30:44 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.81: +1 -1 lines
Diff to previous 1.81
Call shmctl() on valid shmid only


Revision 1.81 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:15:49 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.80: +3 -4 lines
Diff to previous 1.80
Refine


Revision 1.80 - (view) (annotate) - [select for diffs]
Tue Nov 4 13:49:51 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.79: +7 -15 lines
Diff to previous 1.79
Update file header information comments


Revision 1.79 - (view) (annotate) - [select for diffs]
Sun Nov 2 08:14:48 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
Increase MENU_SHMGET_RETRY_LIMIT to 10


Revision 1.78 - (view) (annotate) - [select for diffs]
Wed Oct 29 07:36:38 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.77: +0 -2 lines
Diff to previous 1.77
Refine


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.76 - (view) (annotate) - [select for diffs]
Sat Oct 18 13:23:50 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.75: +2 -1 lines
Diff to previous 1.75
Refine log for debug


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.73 - (view) (annotate) - [select for diffs]
Mon Oct 13 07:13:39 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.72: +1 -0 lines
Diff to previous 1.72
Add top10_menu


Revision 1.72 - (view) (annotate) - [select for diffs]
Mon Oct 13 05:30:33 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.71: +1 -8 lines
Diff to previous 1.71
Force redraw screen on return from submenu


Revision 1.71 - (view) (annotate) - [select for diffs]
Wed Jul 2 04:17:33 2025 UTC (8 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
Support UTF8 instead of GBK


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.67 - (view) (annotate) - [select for diffs]
Sat Jun 21 02:15:18 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.66: +8 -8 lines
Diff to previous 1.66
Re-order included order files


Revision 1.66 - (view) (annotate) - [select for diffs]
Wed Jun 18 00:56:49 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.65: +1 -0 lines
Diff to previous 1.65
Refine


Revision 1.65 - (view) (annotate) - [select for diffs]
Tue Jun 17 13:17:04 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.64: +0 -2 lines
Diff to previous 1.64
Move macro definitions to autoconf


Revision 1.64 - (view) (annotate) - [select for diffs]
Mon Jun 16 14:30:44 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.63: +2 -0 lines
Diff to previous 1.63
Change gcc std to c17
Update header macro accordingly


Revision 1.63 - (view) (annotate) - [select for diffs]
Wed Jun 4 15:09:59 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.62: +3 -1 lines
Diff to previous 1.62
Refine empty menu handling


Revision 1.62 - (view) (annotate) - [select for diffs]
Fri May 30 02:57:09 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.61: +31 -4 lines
Diff to previous 1.61
Add s_favor based filter


Revision 1.61 - (view) (annotate) - [select for diffs]
Thu May 29 01:21:44 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
Refine


Revision 1.60 - (view) (annotate) - [select for diffs]
Wed May 28 10:26:21 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.59: +6 -0 lines
Diff to previous 1.59
Refine ESC key handling


Revision 1.59 - (view) (annotate) - [select for diffs]
Wed May 28 07:30:23 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
Add section_list_display


Revision 1.58 - (view) (annotate) - [select for diffs]
Wed May 28 01:04:24 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
Refine top bar display


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.56 - (view) (annotate) - [select for diffs]
Sun May 25 06:53:29 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.55: +7 -15 lines
Diff to previous 1.55
Refact menu


Revision 1.55 - (view) (annotate) - [select for diffs]
Fri May 23 13:32:51 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.54: +15 -25 lines
Diff to previous 1.54
Use REMAP in load_menu_shm()


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.53 - (view) (annotate) - [select for diffs]
Mon May 19 12:30:27 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.52: +29 -7 lines
Diff to previous 1.52
Refine


Revision 1.52 - (view) (annotate) - [select for diffs]
Mon May 19 06:55:06 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51
Refine active board refresh


Revision 1.51 - (view) (annotate) - [select for diffs]
Mon May 19 06:26:07 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.50: +207 -26 lines
Diff to previous 1.50
Add menu paging feature


Revision 1.50 - (view) (annotate) - [select for diffs]
Mon May 19 02:18:39 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
Fix bug


Revision 1.49 - (view) (annotate) - [select for diffs]
Mon May 19 02:16:24 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
Add checklevel2
Refine with inline


Revision 1.48 - (view) (annotate) - [select for diffs]
Mon May 19 01:44:49 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.47: +52 -11 lines
Diff to previous 1.47
Refine menu and display


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.46 - (view) (annotate) - [select for diffs]
Sun May 18 06:57:56 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.45: +2 -0 lines
Diff to previous 1.45
Refine


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.44 - (view) (annotate) - [select for diffs]
Sat May 17 15:39:51 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.43: +13 -5 lines
Diff to previous 1.43
Refact bbs_cmd with trie_dict


Revision 1.43 - (view) (annotate) - [select for diffs]
Thu May 15 09:15:52 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.42: +2 -0 lines
Diff to previous 1.42
Add HOME/END handling for menu


Revision 1.42 - (view) (annotate) - [select for diffs]
Thu May 15 08:53:23 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.41: +46 -0 lines
Diff to previous 1.41
Add PGUP/PGDN handling for menu item selection


Revision 1.41 - (view) (annotate) - [select for diffs]
Thu May 15 06:24:11 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.40: +25 -20 lines
Diff to previous 1.40
Fix bug in menu reload and shared memory writing


Revision 1.40 - (view) (annotate) - [select for diffs]
Thu May 15 05:14:57 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.39: +420 -168 lines
Diff to previous 1.39
Refact menu with shared memory


Revision 1.39 - (view) (annotate) - [select for diffs]
Wed May 14 04:22:45 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.38: +17 -6 lines
Diff to previous 1.38
Refine menu with trie_dict


Revision 1.38 - (view) (annotate) - [select for diffs]
Tue May 13 07:28:51 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.37: +3 -4 lines
Diff to previous 1.37
Refine igetch/igetch_t


Revision 1.37 - (view) (annotate) - [select for diffs]
Sun May 11 13:50:15 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.36: +0 -1 lines
Diff to previous 1.36
Remove legacy code


Revision 1.36 - (view) (annotate) - [select for diffs]
Sat May 10 03:05:16 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.35: +3 -1 lines
Diff to previous 1.35
Refine default menu item selection at top-level


Revision 1.35 - (view) (annotate) - [select for diffs]
Sat May 10 02:52:17 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.34: +8 -3 lines
Diff to previous 1.34
Refine menu item select on KEY_LEFT


Revision 1.34 - (view) (annotate) - [select for diffs]
Fri May 9 02:10:01 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
Refine


Revision 1.33 - (view) (annotate) - [select for diffs]
Thu May 8 15:24:59 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.32: +4 -2 lines
Diff to previous 1.32
Fix bug


Revision 1.32 - (view) (annotate) - [select for diffs]
Thu May 8 09:06:03 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
Update


Revision 1.31 - (view) (annotate) - [select for diffs]
Thu May 8 08:05:58 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.30: +466 -195 lines
Diff to previous 1.30
Refact bbs_menu


Revision 1.30 - (view) (annotate) - [select for diffs]
Tue May 6 05:31:26 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.29: +3 -4 lines
Diff to previous 1.29
Update copyright and license information


Revision 1.29 - (view) (annotate) - [select for diffs]
Mon May 5 14:27:57 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.28: +22 -22 lines
Diff to previous 1.28
Refine for strict GCC error check


Revision 1.28 - (view) (annotate) - [select for diffs]
Mon May 5 11:46:04 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.27: +4 -3 lines
Diff to previous 1.27
Refine


Revision 1.27 - (view) (annotate) - [select for diffs]
Mon May 5 11:11:06 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.26: +5 -2 lines
Diff to previous 1.26
Refine


Revision 1.26 - (view) (annotate) - [select for diffs]
Mon May 5 02:54:27 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.25: +53 -20 lines
Diff to previous 1.25
Fix bug


Revision 1.25 - (view) (annotate) - [select for diffs]
Sun May 4 14:54:55 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.24: +5 -4 lines
Diff to previous 1.24
Refine


Revision 1.24 - (view) (annotate) - [select for diffs]
Sat May 3 13:41:21 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.23: +1 -0 lines
Diff to previous 1.23
Refine


Revision 1.23 - (view) (annotate) - [select for diffs]
Fri May 2 03:34:58 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +8 -6 lines
Diff to previous 1.22
Refine


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


Revision 1.21 - (view) (annotate) - [select for diffs]
Mon Apr 28 03:31:00 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.20: +397 -413 lines
Diff to previous 1.20
Update


Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Jun 23 16:43:21 2005 UTC (20 years, 8 months ago) by sysadm
Branch: MAIN
CVS Tags: lbbs_1-0-0-0_MIL
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
*** empty log message ***


Revision 1.19 - (view) (annotate) - [select for diffs]
Sat May 7 12:08:28 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
Changes since 1.18: +5 -3 lines
Diff to previous 1.18
*** empty log message ***


Revision 1.18 - (view) (annotate) - [select for diffs]
Sat May 7 09:28:12 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
Changes since 1.17: +16 -1 lines
Diff to previous 1.17
*** empty log message ***


Revision 1.17 - (view) (annotate) - [select for diffs]
Fri May 6 15:48:44 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
Changes since 1.16: +10 -8 lines
Diff to previous 1.16
*** empty log message ***


Revision 1.16 - (view) (annotate) - [select for diffs]
Tue Mar 22 13:36:13 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.15: +18 -18 lines
Diff to previous 1.15
*** empty log message ***


Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Mar 22 12:41:14 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.14: +21 -0 lines
Diff to previous 1.14
*** empty log message ***


Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Mar 22 12:12:33 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.13: +14 -1 lines
Diff to previous 1.13
*** empty log message ***


Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Mar 21 17:08:21 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.12: +16 -7 lines
Diff to previous 1.12
*** empty log message ***


Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Mar 21 13:27:00 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.11: +16 -5 lines
Diff to previous 1.11
*** empty log message ***


Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Mar 21 04:43:47 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.10: +31 -18 lines
Diff to previous 1.10
*** empty log message ***


Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Mar 20 17:37:14 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.9: +219 -204 lines
Diff to previous 1.9
*** empty log message ***


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Mar 20 17:23:17 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Mar 20 14:49:24 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.7: +12 -14 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (annotate) - [select for diffs]
Sun Mar 20 14:37:37 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (annotate) - [select for diffs]
Sun Mar 20 07:39:28 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.5: +46 -27 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (view) (annotate) - [select for diffs]
Sat Mar 19 15:54:14 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.4: +47 -41 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (annotate) - [select for diffs]
Sat Mar 19 13:46:26 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (annotate) - [select for diffs]
Sat Mar 19 13:34:20 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.2: +288 -75 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (annotate) - [select for diffs]
Sat Mar 19 08:23:05 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.1: +48 -6 lines
Diff to previous 1.1
*** empty log message ***


Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Mar 18 16:04:16 2005 UTC (21 years ago) by sysadm
Branch: MAIN
*** empty log message ***


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.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1