summaryrefslogtreecommitdiff
path: root/gtk/xdgmime/xdgmimeparent.c
Commit message (Collapse)AuthorAgeFilesLines
* Resync with upstreamMarco Pesenti Gritti2004-12-091-2/+5
| | | | | | | | | | | | | | | | | 2004-12-09 Marco Pesenti Gritti <marco@gnome.org> * xdgmime.c: (xdg_mime_unalias_mime_type), (xdg_mime_mime_type_equal), (xdg_mime_mime_type_subclass), (xdg_mime_get_mime_parents): * xdgmime.h: * xdgmimealias.c: (_xdg_mime_alias_list_lookup): * xdgmimeglob.c: (_xdg_glob_hash_node_lookup_file_name): * xdgmimeint.c: (_xdg_ucs4_to_lower): * xdgmimeint.h: * xdgmimemagic.c: (_xdg_mime_magic_read_from_file): * xdgmimeparent.c: (_xdg_mime_parent_list_lookup): Resync with upstream
* Make repeated calls accumulate the results, don't call qsort() on emptyMatthias Clasen2004-12-091-4/+5
| | | | | | | | | 2004-12-09 Matthias Clasen <mclasen@redhat.com> * xdgmimealias.c (_xdg_mime_alias_read_from_file): * xdgmimeparent.c (_xdg_mime_parent_read_from_file): Make repeated calls accumulate the results, don't call qsort() on empty arrays. (#160838, Mariano Suárez-Alvarez)
* Protect against stupid bsearch() implementations. (#159737, MortenMatthias Clasen2004-11-291-7/+10
| | | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * xdgmimeparent.c (_xdg_mime_parent_list_lookup): * xdgmimealias.c (_xdg_mime_alias_list_lookup): Protect against stupid bsearch() implementations. (#159737, Morten Welinder)
* Make it compile.Matthias Clasen2004-11-241-1/+1
|
* Initialize the parent field of the newly allocate list entry. (#159330,Matthias Clasen2004-11-241-0/+1
| | | | | | | | 2004-11-24 Matthias Clasen <mclasen@redhat.com> * xdgmimeparent.c (_xdg_mime_parent_read_from_file): Initialize the parent field of the newly allocate list entry. (#159330, Alex Larsson)
* Sync from upstreamMatthias Clasen2004-11-081-0/+211
2004-11-08 Matthias Clasen <mclasen@redhat.com> * Sync from upstream