Fix a possible warning without debugging.
[srvx.git] / ChangeLog
index ee4db9050fbf53c5ecc58cee41ae3e8480c74d25..6185dc82a412cad083ce86239a07c219150c5269 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,91 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-04-05 02:07:30 GMT        Michael Poole <mdpoole@troilus.org>     patch-10
+
+    Summary:
+      Fix a possible warning without debugging.
+    Revision:
+      srvx--devo--1.3--patch-10
+
+    src/alloc-slab.c (slab_unalloc): If assert() is #define'd to be empty,
+        then size is unused.  Include a (void)size to quash a warning.
+
+    modified files:
+     ChangeLog src/alloc-slab.c
+
+
+2006-04-05 02:02:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-9
+
+    Summary:
+      Fix hostmask error from last year's patch-28.
+    Revision:
+      srvx--devo--1.3--patch-9
+
+    src/proto-common.c (generate_hostmask): When generating a strict hostmask
+        not by IP, we should keep the original hostname.
+
+    modified files:
+     ChangeLog src/proto-common.c
+
+
+2006-04-05 01:59:54 GMT        Michael Poole <mdpoole@troilus.org>     patch-8
+
+    Summary:
+      Fix compilation error with slab allocator and no debugging.
+    Revision:
+      srvx--devo--1.3--patch-8
+
+    src/alloc-slab.c (verify): Undefine as a macro before defining as a
+        function.
+
+    modified files:
+     ChangeLog src/alloc-slab.c
+
+
+2006-04-05 00:24:50 GMT        Michael Poole <mdpoole@troilus.org>     patch-7
+
+    Summary:
+      Fix backtracking bug after an escaped character.
+    Revision:
+      srvx--devo--1.3--patch-7
+
+    src/tools.c (match_ircglob): Fix backtracking behavior when an escaped
+        character did not match.
+
+    modified files:
+     ChangeLog src/tools.c
+
+
+2006-04-05 00:11:31 GMT        Michael Poole <mdpoole@troilus.org>     patch-6
+
+    Summary:
+      Advise the kernel that we will scan DB files sequentially.
+    Revision:
+      srvx--devo--1.3--patch-6
+
+    src/recdb.c (parse_database): Advise the kernel that we will scan the
+        recdb file sequentially, just in case it cannot notice the access
+        pattern on its own.
+
+    modified files:
+     ChangeLog src/recdb.c
+
+
+2006-04-05 00:09:48 GMT        Michael Poole <mdpoole@troilus.org>     patch-5
+
+    Summary:
+      Correctly implement AsLL pong.
+    Revision:
+      srvx--devo--1.3--patch-5
+
+    src/proto-p10.c (irc_pong_asll): New function.
+      (cmd_ping): Use it.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
 2006-04-05 00:08:04 GMT        Michael Poole <mdpoole@troilus.org>     patch-4
 
     Summary: