Module: kamailio Branch: master Commit: db03baa5b43f4eac5a6d136cd862e14520955762 URL: https://github.com/kamailio/kamailio/commit/db03baa5b43f4eac5a6d136cd862e145...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-01-17T22:37:57+01:00
regex Remove svn ID, history
---
Modified: modules/regex/regex_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/db03baa5b43f4eac5a6d136cd862e145... Patch: https://github.com/kamailio/kamailio/commit/db03baa5b43f4eac5a6d136cd862e145...
---
diff --git a/modules/regex/regex_mod.c b/modules/regex/regex_mod.c index 59cd566..35eeca0 100644 --- a/modules/regex/regex_mod.c +++ b/modules/regex/regex_mod.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * regex module - pcre operations * * Copyright (C) 2008 Iñaki Baz Castillo @@ -21,13 +19,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * -------- - * 2011-02-22 pcre_match_group() allows now pseudo-variable as group argument. - * 2009-01-14 initial version (Iñaki Baz Castillo). */
- /*! * \file * \brief REGEX :: Perl-compatible regular expressions using PCRE library