/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-xml-utils.c * Copyright (C) 2000 Helix Code, Inc. * Author: Chris Lahey * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include "e-util.h" #include int g_str_compare(const void *x, const void *y) { return strcmp(x, y); } int g_int_compare(const void *x, const void *y) { if ( GPOINTER_TO_INT(x) < GPOINTER_TO_INT(y) ) return -1; else if ( GPOINTER_TO_INT(x) == GPOINTER_TO_INT(y) ) return 0; else return -1; } ' href='/~lantw44/cgit/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.2.11.tijl2019-04-192-4/+4
* Add WITH_DEBUG support.tijl2019-01-221-0/+4
* Update to 2.2.10.tijl2018-12-154-71/+4
* Add upstream patch to fix high CPU load.tijl2018-06-162-0/+61
* Update to 2.2.8.tijl2018-06-062-4/+4
* - Update to 2.2.7.tijl2018-05-023-7/+15
* Drop PIE for cups, it's not supported on powerpc, so fails the buildjhibbits2018-01-101-0/+3
* Update to 2.2.6.tijl2017-11-034-27/+83
* Update to 2.2.3.tijl2017-05-173-57/+4
* - Remove bogus (in presence of USE_GITHUB) USES=tar*amdmi32017-04-081-1/+1
* Remove Kerberos related configuration from default cupsd.conf becausetijl2017-01-192-0/+53
* Update to 2.2.2.tijl2017-01-182-5/+4
* The return value of cupsdStartProcess is zero on error. Fix two casestijl2017-01-133-0/+27
* Assume "pkg-config libusb*" works after 9.x EOLjbeich2017-01-061-14/+0
* Update to 2.2.1.tijl2016-10-18