aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-04-02 04:38:38 +0800
committerChris Toshok <toshok@src.gnome.org>2002-04-02 04:38:38 +0800
commit7f497424b67fd42dd8068b3d7e72d023ff54bd9a (patch)
treea241db59255184da078f05306ed145303a2bdb28 /ChangeLog
parent5dd03b7e76dcf1ccf078377c155d823050ec6131 (diff)
downloadgsoc2013-evolution-7f497424b67fd42dd8068b3d7e72d023ff54bd9a.tar
gsoc2013-evolution-7f497424b67fd42dd8068b3d7e72d023ff54bd9a.tar.gz
gsoc2013-evolution-7f497424b67fd42dd8068b3d7e72d023ff54bd9a.tar.bz2
gsoc2013-evolution-7f497424b67fd42dd8068b3d7e72d023ff54bd9a.tar.lz
gsoc2013-evolution-7f497424b67fd42dd8068b3d7e72d023ff54bd9a.tar.xz
gsoc2013-evolution-7f497424b67fd42dd8068b3d7e72d023ff54bd9a.tar.zst
gsoc2013-evolution-7f497424b67fd42dd8068b3d7e72d023ff54bd9a.zip
only include if USE_STRTBL is defined. (deleteStrItem): same. (hashStr):
2002-04-01 Chris Toshok <toshok@ximian.com> * libversit/vobject.c (newStrItem): only include if USE_STRTBL is defined. (deleteStrItem): same. (hashStr): same. (lookupStr): if USE_STRTBL is defined, use existing behavior. if not defined, just dup the string. (unUseStr): if USE_STRTBL is defined, use existing behavior. if svn path=/trunk/; revision=16314
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ca0eeb8f5..5a515a092e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-04-01 Chris Toshok <toshok@ximian.com>
+
+ * libversit/vobject.c (newStrItem): only include if USE_STRTBL is
+ defined.
+ (deleteStrItem): same.
+ (hashStr): same.
+ (lookupStr): if USE_STRTBL is defined, use existing behavior. if
+ not defined, just dup the string.
+ (unUseStr): if USE_STRTBL is defined, use existing behavior. if
+ not defined, just free the string.
+
2002-04-01 Dan Winship <danw@ximian.com>
Darwin/OS X portability from Max Horn <max@quendi.de>