aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-06 14:37:07 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-06 14:37:07 +0200
commitc57caa206c761424b73e900978edff0a1b8fca50 (patch)
tree66641306c9a1d196dfe9f82c863bada50fb86187 /ChangeLog
parentc0d08bbdeed4523cf89bf55b64ce2c16476c3e26 (diff)
downloadgnunet-c57caa206c761424b73e900978edff0a1b8fca50.tar.gz
gnunet-c57caa206c761424b73e900978edff0a1b8fca50.zip
introduce GNUNET_memcmp() and GNUNET_is_zero()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31b0b637e..9d2d27a05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Sat 06 Apr 2019 02:36:17 PM CEST
2 Introducing GNUNET_memcmp() and GNUNET_is_zero() for better typing
3 when comparing memory areas. -CG
4
1Fri 05 Apr 2019 11:38:53 PM CEST 5Fri 05 Apr 2019 11:38:53 PM CEST
2 Use paths of sysctl, ip, ifconfig and ip(6)tables from configure 6 Use paths of sysctl, ip, ifconfig and ip(6)tables from configure
3 if they work. (#5352). -CG 7 if they work. (#5352). -CG