[Pcre-svn] [1331] code/trunk/pcre_string_utils.c: Correct su…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1331] code/trunk/pcre_string_utils.c: Correct summary comment at head of file.
Revision: 1331
          http://vcs.pcre.org/viewvc?view=rev&revision=1331
Author:   ph10
Date:     2013-05-13 16:31:30 +0100 (Mon, 13 May 2013)


Log Message:
-----------
Correct summary comment at head of file.

Modified Paths:
--------------
    code/trunk/pcre_string_utils.c


Modified: code/trunk/pcre_string_utils.c
===================================================================
--- code/trunk/pcre_string_utils.c    2013-05-13 15:27:42 UTC (rev 1330)
+++ code/trunk/pcre_string_utils.c    2013-05-13 15:31:30 UTC (rev 1331)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2012 University of Cambridge
+           Copyright (c) 1997-2013 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
@@ -38,8 +38,8 @@
*/


-/* This module contains an internal function that is used to match an extended
-class. It is used by both pcre_exec() and pcre_def_exec(). */
+/* This module contains internal functions for comparing and finding the length
+of strings for different data item sizes. */


 #ifdef HAVE_CONFIG_H
@@ -54,7 +54,7 @@
 *           Compare string utilities             *
 *************************************************/


-/* The following two functions compares two strings. Basically an strcmp
+/* The following two functions compares two strings. Basically a strcmp
for non 8 bit characters.

Arguments: