diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-02-10 04:41:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-10 04:41:25 +0000 |
commit | da0e7e81c16cba8d64014081487466a73a4c9506 (patch) | |
tree | e157f02681b0f00de769309b526bb7f6d5a1b152 /ChangeLog | |
parent | 634d64c9a1997089775985b682d7368ffe2da741 (diff) |
/bin/ksh can't handle a for-loop with no arguments, so add a "." for when
2008-02-09 Matthias Clasen <mclasen@redhat.com>
* Makefile.decl: /bin/ksh can't handle a for-loop with no
arguments, so add a "." for when $(SUBDIRS) is empty.
* glib/tests/option-context.c:
* glib/tests/testing.c:
* gthread/gthread-posix.c:
* tets/testingbase64.c:
* glib/gtester.c:
* glib/gsequence.c: Portability fixes. (#515154)
svn path=/trunk/; revision=6487
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-02-09 Matthias Clasen <mclasen@redhat.com> + + * Makefile.decl: /bin/ksh can't handle a for-loop with no + arguments, so add a "." for when $(SUBDIRS) is empty. + + * glib/tests/option-context.c: + * glib/tests/testing.c: + * gthread/gthread-posix.c: + * tets/testingbase64.c: + * glib/gtester.c: + * glib/gsequence.c: Portability fixes. (#515154) + 2008-02-07 Tor Lillqvist <tml@novell.com> * configure.in: Unfortunately the mingw implementations of |