aboutsummaryrefslogtreecommitdiffstats
path: root/libical/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2001-01-25 03:52:42 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-01-25 03:52:42 +0800
commit576238ed57c4124a1dc18e54966bb091880d4372 (patch)
treeab0a0ab7e06350e541155df705b24b6b52982b9b /libical/ChangeLog
parent152c6a69b1c2454bc0920092e42005e168e01743 (diff)
downloadgsoc2013-evolution-576238ed57c4124a1dc18e54966bb091880d4372.tar
gsoc2013-evolution-576238ed57c4124a1dc18e54966bb091880d4372.tar.gz
gsoc2013-evolution-576238ed57c4124a1dc18e54966bb091880d4372.tar.bz2
gsoc2013-evolution-576238ed57c4124a1dc18e54966bb091880d4372.tar.lz
gsoc2013-evolution-576238ed57c4124a1dc18e54966bb091880d4372.tar.xz
gsoc2013-evolution-576238ed57c4124a1dc18e54966bb091880d4372.tar.zst
gsoc2013-evolution-576238ed57c4124a1dc18e54966bb091880d4372.zip
rewrote to fix problems with freeing the environment string after calling
2001-01-24 Damon Chaplin <damon@helixcode.com> * src/libical/icaltime.c (set_tz): (unset_tz): rewrote to fix problems with freeing the environment string after calling putenv() and to fix memory leaks. (We save a pointer to the last TZ env var we set, so we free it after the next time we set TZ.) svn path=/trunk/; revision=7788
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r--libical/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog
index 6d116aa4a3..dc5a51af9a 100644
--- a/libical/ChangeLog
+++ b/libical/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-24 Damon Chaplin <damon@helixcode.com>
+
+ * src/libical/icaltime.c (set_tz):
+ (unset_tz): rewrote to fix problems with freeing the environment
+ string after calling putenv() and to fix memory leaks. (We save a
+ pointer to the last TZ env var we set, so we free it after the next
+ time we set TZ.)
+
2001-01-23 JP Rosevear <jpr@ximian.com>
* configure.in: Don't AC_INIT on an autogenerated file that does not