summaryrefslogtreecommitdiff
path: root/isisd/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2005-09-01 18:18:47 +0000
committerhasso <hasso>2005-09-01 18:18:47 +0000
commit29e50b23530f37df9073808fe78a6c22f00beeea (patch)
treec6461b12ec92d0ba5dc776a16510dc2695c6587a /isisd/ChangeLog
parentaac372f4f5b617a579dafeab31fb486a5d69d65d (diff)
* random.c, spgrid.[ch]: Fix warnings with hope that I didn't broke
anything. These floats to longs and vice versa casts are starnge indeed. * isis_pdu.c: As we don't use %z for size_t for now because we support older compilers, cast them to unsigned long. Also fix previous changelog entry. Isisd compiles cleanly now again.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r--isisd/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog
index 4fed28f7..67ef9139 100644
--- a/isisd/ChangeLog
+++ b/isisd/ChangeLog
@@ -1,11 +1,19 @@
2005-09-01 Hasso Tepper <hasso at quagga.net>
+ * random.c, spgrid.[ch]: Fix warnings with hope that I didn't broke
+ anything. These floats to longs and vice versa casts are starnge
+ indeed.
+ * isis_pdu.c: As we don't use %z for size_t for now because we support
+ older compilers, cast them to unsigned long.
+
+2005-09-01 Hasso Tepper <hasso at quagga.net>
+
* isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memset
with XCALLOC.
* isis_lsp.c (lsp_build_pseudo): Fix adding ES neighbour.
* isis_tlv.c: More compact free_tlvs() function.
* isis_lsp.c (lsp_build_nonpseudo) : Try to fix one more regression
- introduced by stream cleanup. Seek enp to the right place before
+ introduced by stream cleanup. Seek endp to the right place before
starting to fill stream with TLVs.
2005-08-16 Hasso Tepper <hasso at quagga.net>