diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-20 21:09:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-20 21:09:16 +0000 |
commit | 9d8c5bc757b1bdec5564a8cce159da6ac63539b6 (patch) | |
tree | 74247df1643f84a25ee6fb57fa226c22b7701bce /ChangeLog.pre-2-6 | |
parent | ad90d2de03993b6c6b7cb0a280dc1ac8fff2d7da (diff) |
Add some tests for '--' stripping.
2004-12-20 Matthias Clasen <mclasen@redhat.com>
* tests/option-test.c: Add some tests for '--'
stripping.
* glib/goption.c (g_option_context_parse): Don't
strip '--' if it would be needed by a second option
parser. (#161701)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d9b25041e..3260aebb0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,12 @@ 2004-12-20 Matthias Clasen <mclasen@redhat.com> + * tests/option-test.c: Add some tests for '--' + stripping. + + * glib/goption.c (g_option_context_parse): Don't + strip '--' if it would be needed by a second option + parser. (#161701) + * glib/gunicollate.c (g_utf8_collate): Make docs more accurate. (#161683, Marcin Krzyzanowski) |