diff options
author | Havoc Pennington <hp@pobox.com> | 2000-12-01 05:42:51 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-01 05:42:51 +0000 |
commit | 430ae18e5be4267c00ea38542d885642f35e6714 (patch) | |
tree | 5b532bb456672fd9ac9044388f56876207e9d6d0 /ChangeLog.pre-2-4 | |
parent | 549514256003ff5c52e529f019ab3e9ea38efdb2 (diff) |
Provide G_CONST_RETURN which is 'const' by default, and nothing when
2000-11-21 Havoc Pennington <hp@pobox.com>
* gmacros.h: Provide G_CONST_RETURN which is 'const' by default,
and nothing when G_DISABLE_CONST_RETURNS is defined.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ceda10b09..72f049d42 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-11-21 Havoc Pennington <hp@pobox.com> + + * gmacros.h: Provide G_CONST_RETURN which is 'const' by default, + and nothing when G_DISABLE_CONST_RETURNS is defined. + 2000-11-29 Havoc Pennington <hp@redhat.com> * gunidecomp.c (COMBINING_CLASS): s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ @@ -54,8 +59,8 @@ * gthread.h: Do only show the location of the locking/unlocking for -DG_ERRORCHECK_MUTEXES and not the name of the mutex. Add the errorcheck capability for g_cond_wait and g_cond_timed_wait as - well. - + well. + 2000-11-27 Havoc Pennington <hp@redhat.com> * gthread.h: Add void in empty function arg list |