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

Log of /lbbs/src/trie_dict.c

Parent Directory Parent Directory | Revision Log Revision Log


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

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


Revision 1.26 - (view) (annotate) - [select for diffs]
Sat Dec 20 07:02:54 2025 UTC (2 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
Refine


Revision 1.25 - (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.24: +12 -12 lines
Diff to previous 1.24
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


Revision 1.24 - (view) (annotate) - [select for diffs]
Sat Nov 22 01:56:59 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.23: +0 -48 lines
Diff to previous 1.23
Remove unused function


Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Nov 20 03:22:35 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +3 -5 lines
Diff to previous 1.22
Refine


Revision 1.22 - (view) (annotate) - [select for diffs]
Thu Nov 20 02:56:46 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.21: +0 -1 lines
Diff to previous 1.21
Update


Revision 1.21 - (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.20: +3 -9 lines
Diff to previous 1.20
Refact set_xxxx_shm_readonly() with mprotect()


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Nov 19 15:50:13 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.19: +104 -42 lines
Diff to previous 1.19
Use POSIX shared object instead of SysV shared segment in trie_dict


Revision 1.19 - (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.18: +2 -9 lines
Diff to previous 1.18
Skip remap shared memory in read only mode under Cygwin
shmat() again after shmdt() without SHM_REMAP would change the address


Revision 1.18 - (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.17: +1 -1 lines
Diff to previous 1.17
Replace macro name


Revision 1.17 - (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.16: +9 -0 lines
Diff to previous 1.16
Add alternative implementation of shmat(..., SHM_REMAP) under MSYS2
Fix error reported by gcc under MSYS2


Revision 1.16 - (view) (annotate) - [select for diffs]
Tue Nov 11 00:28:05 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.15: +4 -0 lines
Diff to previous 1.15
Use config.h


Revision 1.15 - (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.14: +1 -1 lines
Diff to previous 1.14
Refine file header information comments


Revision 1.14 - (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.13: +1 -1 lines
Diff to previous 1.13
Call shmctl() on valid shmid only


Revision 1.13 - (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.12: +7 -15 lines
Diff to previous 1.12
Update file header information comments


Revision 1.12 - (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.11: +1 -1 lines
Diff to previous 1.11
Refine code to keep compatible with gcc -Wpedantic option


Revision 1.11 - (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.10: +2 -2 lines
Diff to previous 1.10
Re-order included order files


Revision 1.10 - (view) (annotate) - [select for diffs]
Sat Jun 21 01:33:17 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
Replace bzero() with memset()


Revision 1.9 - (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.8: +2 -2 lines
Diff to previous 1.8
Add attach/detach SHM in readonly mode for child process


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun May 25 08:10:48 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +31 -12 lines
Diff to previous 1.7
Refine trie_dict


Revision 1.7 - (view) (annotate) - [select for diffs]
Sun May 25 06:45:42 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +144 -7 lines
Diff to previous 1.6
Move trie_dict to SHM


Revision 1.6 - (view) (annotate) - [select for diffs]
Sat May 24 03:32:32 2025 UTC (9 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Add section_list_find_by_sid
Add sid check in section / article related functions


Revision 1.5 - (view) (annotate) - [select for diffs]
Sun May 18 06:53:59 2025 UTC (9 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.4: +27 -23 lines
Diff to previous 1.4
Refine and fix bug


Revision 1.4 - (view) (annotate) - [select for diffs]
Sat May 17 15:39:51 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Refact bbs_cmd with trie_dict


Revision 1.3 - (view) (annotate) - [select for diffs]
Sat May 17 02:41:19 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +23 -40 lines
Diff to previous 1.2
Refine trie_dict to support all characters


Revision 1.2 - (view) (annotate) - [select for diffs]
Fri May 16 04:54:35 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +57 -0 lines
Diff to previous 1.1
Add trie_dict_traverse to trie_dict


Revision 1.1 - (view) (annotate) - [select for diffs]
Wed May 14 04:21:41 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Add trie_dict


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