*/
+section -- External DISKD process implementation.
+section -- Refcount allocator
+section -- Unlink Daemon
section 00 Client Database
section 00 Debug Routines
section 00 Hash Tables
section 23 URL Parsing
section 23 URL Scheme parsing
section 24 SBuf
-section 25 MiME Header Parsing
section 25 MIME Parsing and Internal Icons
+section 25 MiME Header Parsing
section 26 Secure Sockets Layer Proxy
section 27 Cache Announcer
section 28 Access Control
section 29 Authenticator
-section 29 Negotiate Authenticator
section 29 NTLM Authenticator
+section 29 Negotiate Authenticator
section 30 Ident (RFC 931)
section 31 Hypertext Caching Protocol
section 32 Asynchronous Disk I/O
section 46 Access Log - Apache combined format
section 46 Access Log - Apache common format
section 46 Access Log - Squid Custom format
-section 46 Access Log - Squid format
section 46 Access Log - Squid ICAP Logging
+section 46 Access Log - Squid format
section 46 Access Log - Squid referer format
section 46 Access Log - Squid useragent format
section 47 Store Directory Routines
section 79 Squid-side Disk I/O functions.
section 79 Storage Manager UFS Interface
section 80 WCCP Support
-section 81 aio_xxx() POSIX emulation on Windows
section 81 Store HEAP Removal Policies
+section 81 aio_xxx() POSIX emulation on Windows
section 82 External ACL
section 83 SSL accelerator support
section 83 SSL-Bump Server/Peer negotiation
section 90 Storage Manager Client-Side Interface
section 92 Storage File System
section 93 Adaptation
-section 93 eCAP Interface
section 93 ICAP (RFC 3507) Client
-section -- External DISKD process implementation.
-section -- Refcount allocator
-section -- Unlink Daemon
+section 93 eCAP Interface
{
destination="doc/debug-sections.txt"
- sort -u < doc/debug-sections.tmp | sort -n > doc/debug-sections.tmp2
+ LC_ALL=C sort -u < doc/debug-sections.tmp > doc/debug-sections.tmp2
cat scripts/boilerplate.h > $destination
echo "" >> $destination
cat doc/debug-sections.tmp2 >> $destination
#
# DEBUG Section list maintenance
#
- grep " DEBUG: section" <${FILENAME} | sed -e 's/ \* DEBUG: //' -e 's%/\* DEBUG: %%' -e 's% \*/%%' | sort -u >>doc/debug-sections.tmp
+ grep " DEBUG: section" <${FILENAME} | sed -e 's/ \* DEBUG: //' -e 's%/\* DEBUG: %%' -e 's% \*/%%' >> doc/debug-sections.tmp
#
# File permissions maintenance.