/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2002 Ximian, Inc. (www.ximian.com) * * This program 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 program; if not, write to the Free Software * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * */ #ifndef __E_TRIE_H__ #define __E_TRIE_H__ #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include typedef struct _ETrie ETrie; ETrie *e_trie_new (gboolean icase); void e_trie_free (ETrie *trie); void e_trie_add (ETrie *trie, const char *pattern, int pattern_id); const char *e_trie_search (ETrie *trie, const char *buffer, size_t buflen, int *matched_id); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_TRIE_H__ */ ependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/grv
04-01 21:18:17 +0800'>2016-04-01
Commit message (Expand)AuthorAgeFilesLines
* devel/grv: Update from 0.1.3 to 0.2.0tz2018-07-104-50/+38
* devel/grv: Fix build with devel/libgit2 0.27pi2018-05-164-10/+42
* devel/grv: Update to 0.1.3yuri2018-03-103-15/+19
* Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.yuri2018-03-071-1/+1
* Update to 0.1.2sunpoet2018-02-092-10/+10
1-1/+1
* - Fix perms in WRKSRC to fix build as non-rootDmitry Marakasov2015-09-121-0/+3
* cleanup plistBaptiste Daroussin2014-12-211-1/+0
* UnbreakAntoine Brodin2014-12-081-1/+1
* Update "BSD" license in x11 categoriesMark Felder2014-12-071-2/+4
* - Convert to new LIB_DEPENDS formatPietro Cerutti2014-05-121-7/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* - Convert USE_TCL to USES=tclPietro Cerutti2013-09-191-2/+1
* - Update to 0.9.96.31.08.13Pietro Cerutti2013-09-178-46/+85
* Eradicate USE_GNOME=pkgconfig in x11-toolkitsBaptiste Daroussin2013-08-311-2/+2
* - Fix build with Tcl != 8.6Pietro Cerutti2013-02-062-2/+3
* - Update to 0.9.96.31.01.13Pietro Cerutti2013-02-0110-40/+289