On May-31, Nicholas Clark wrote:
> On Sat, May 29, 2004 at 11:03:12PM -0700, Steve Fink wrote:
>
> > +/* DEFAULT_ICU_DATA_DIR is configured at build time, or it may be
> > + set through the $ICU_DATA_DIR environment variable. Need a way
> > + to specify this via the command line as
On Sat, May 29, 2004 at 11:03:12PM -0700, Steve Fink wrote:
> +/* DEFAULT_ICU_DATA_DIR is configured at build time, or it may be
> + set through the $ICU_DATA_DIR environment variable. Need a way
> + to specify this via the command line as well. */
> +data_dir = Parrot_getenv("
On May-30, Leopold Toetsch wrote:
> Steve Fink <[EMAIL PROTECTED]> wrote:
>
> > Anyone mind if I commit this?
>
> The patch is fine.
>
> > ... One thing I'm not sure of, though -- I
> > try to behave myself and use Parrot_getenv rather than a plain
> > getenv(), but I'm not convinced the API is
Steve Fink <[EMAIL PROTECTED]> wrote:
> Anyone mind if I commit this?
The patch is fine.
> ... One thing I'm not sure of, though -- I
> try to behave myself and use Parrot_getenv rather than a plain
> getenv(), but I'm not convinced the API is complete -- Parrot_getenv
> saves back a boolean say
Anyone mind if I commit this? One thing I'm not sure of, though -- I
try to behave myself and use Parrot_getenv rather than a plain
getenv(), but I'm not convinced the API is complete -- Parrot_getenv
saves back a boolean saying whether to free the returned string or
not, but what should I call to