/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* string-util : utilities for normal gchar * strings */ /* * * Authors: Bertrand Guiheneuf * Jeffrey Stedfast * * Copyright 1999, 2000 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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 program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ #ifndef STRING_UTIL_H #define STRING_UTIL_H 1 #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus }*/ #include typedef enum { STRING_TRIM_NONE = 0, STRING_TRIM_STRIP_TRAILING = 1, STRING_TRIM_STRIP_LEADING = 2 } StringTrimOption; gboolean string_equal_for_glist (gconstpointer v, gconstpointer v2); void string_list_free (GList *string_list); GList *string_split (const gchar *string, char sep, const gchar *trim_chars, StringTrimOption trim_options); void string_trim (gchar *string, const gchar *chars, StringTrimOption options); gchar *string_prefix (const gchar *s, const gchar *suffix, gboolean *suffix_found); void string_unquote (gchar *string); gchar *strip (gchar *string, gchar c); char *strstrcase (const char *haystack, const char *needle); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* STRING_UTIL_H */ value='dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* math/octave-forge-communications: update to 1.2.3.Stephen Montgomery-Smith2021-04-071-2/+1
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* - Update math/octave to 6.2.0.Stephen Montgomery-Smith2021-02-221-0/+1
* - Resurrect ports math/octave-forge-communications.Stephen Montgomery-Smith2020-01-061-0/+31
* Remove expired ports:Rene Ladan2018-08-211-36/+0
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-301-1/+1
* Deprecate ports broken for more than 5 monthsAntoine Brodin2018-07-171-0/+2
* - Update octave to 4.4.0.Stephen Montgomery-Smith2018-05-041-1/+1
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-111-1/+1
* - Mark broken.Stephen Montgomery-Smith2018-02-251-0/+2
* - Bump portrevision for math/octave-forge-* ports because of update ofStephen Montgomery-Smith2018-02-251-1/+1
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-111-1/+1
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
* - Bump portrevision chasing upgrade of math/octave to 4.0.0.Stephen Montgomery-Smith2016-01-131-0/+1
* - Update to 1.2.1.Stephen Montgomery-Smith2015-04-071-3/+4
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
* - Set license_file.Stephen Montgomery-Smith2014-06-231-0/+1