Diff for /embedaddon/pcre/pcredemo.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:05:51 version 1.1.1.2, 2013/07/22 08:25:56
Line 248  if (namecount <= 0) printf("No named substrings\n"); e Line 248  if (namecount <= 0) printf("No named substrings\n"); e
 * more than one byte.                                                    *  * more than one byte.                                                    *
 *                                                                        *  *                                                                        *
 * However, there is a complication concerned with newlines. When the     *  * However, there is a complication concerned with newlines. When the     *
* newline convention is such that CRLF is a valid newline, we want must  ** newline convention is such that CRLF is a valid newline, we must       *
 * advance by two characters rather than one. The newline convention can  *  * advance by two characters rather than one. The newline convention can  *
 * be set in the regex by (*CR), etc.; if not, we must find the default.  *  * be set in the regex by (*CR), etc.; if not, we must find the default.  *
 *************************************************************************/  *************************************************************************/

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>