Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Make docs more accurate. (#161683, Marcin Krzyzanowski)
Browse files Browse the repository at this point in the history
2004-12-20  Matthias Clasen  <mclasen@redhat.com>

	* glib/gunicollate.c (g_utf8_collate): Make docs
	more accurate.  (#161683, Marcin Krzyzanowski)
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Dec 20, 2004
1 parent 5d679e0 commit 02d4567
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-12-20 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate): Make docs
more accurate. (#161683, Marcin Krzyzanowski)

2004-12-19 Matthias Clasen <mclasen@redhat.com>

* glib/goption.c (g_option_context_parse): Call
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-10
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-12-20 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate): Make docs
more accurate. (#161683, Marcin Krzyzanowski)

2004-12-19 Matthias Clasen <mclasen@redhat.com>

* glib/goption.c (g_option_context_parse): Call
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-12
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-12-20 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate): Make docs
more accurate. (#161683, Marcin Krzyzanowski)

2004-12-19 Matthias Clasen <mclasen@redhat.com>

* glib/goption.c (g_option_context_parse): Call
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-6
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-12-20 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate): Make docs
more accurate. (#161683, Marcin Krzyzanowski)

2004-12-19 Matthias Clasen <mclasen@redhat.com>

* glib/goption.c (g_option_context_parse): Call
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-8
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-12-20 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate): Make docs
more accurate. (#161683, Marcin Krzyzanowski)

2004-12-19 Matthias Clasen <mclasen@redhat.com>

* glib/goption.c (g_option_context_parse): Call
Expand Down
4 changes: 2 additions & 2 deletions glib/gunicollate.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
* compare the keys with strcmp() when
* sorting instead of sorting the original strings.
*
* Return value: -1 if @str1 compares before @str2, 0 if they
* compare equal, 1 if @str1 compares after @str2.
* Return value: < 0 if @str1 compares before @str2,
* 0 if they compare equal, > 0 if @str1 compares after @str2.
**/
gint
g_utf8_collate (const gchar *str1,
Expand Down

0 comments on commit 02d4567

Please sign in to comment.