[asterisk-dev] [svn-commits] twilson: trunk r97634 - in /trunk: ./ configs/ doc/tex/ funcs/ include/asteri...

Johansson Olle E oej at edvina.net
Fri Jan 11 02:29:21 CST 2008


9 jan 2008 kl. 22.37 skrev SVN commits to the Digium repositories:

> Author: twilson
> Date: Wed Jan  9 15:37:26 2008
> New Revision: 97634
>
> Modified: trunk/funcs/func_strings.c
> URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_strings.c?view=diff&rev=97634&r1=97633&r2=97634
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/funcs/func_strings.c (original)
> +++ trunk/funcs/func_strings.c Wed Jan  9 15:37:26 2008
> @@ -30,6 +30,7 @@
> ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
>
> #include <regex.h>
> +#include <ctype.h>
>
> #include "asterisk/module.h"
> #include "asterisk/channel.h"
> @@ -800,6 +801,40 @@
> 	.desc = "Example:  ${KEYPADHASH(Les)} returns \"537\"\n",
> };
>
> +static int string_toupper(struct ast_channel *chan, const char  
> *cmd, char *data, char *buf, size_t len)

I guess the commit of TOUPPER and TOLOWER funcs was a mistake since  
they are not related
to the commit at all.

They propably need some discussion in regards to character sets.

/O



More information about the asterisk-dev mailing list