History log of /openbsd/gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD/MkTemp.pm (Results 1 – 5 of 5)
Revision Date Author Comments
# 8b939092 08-May-2016 afresh1 <afresh1@openbsd.org>

Correct return value of OpenBSD::MkTemp in scalar context

From Francesco Toscan < f.toscan AT hotmail DOT it >

ok guenther@


# 48950c12 25-Mar-2013 sthen <sthen@openbsd.org>

merge/resolve conflicts
(some more to do after this one)


# 2cdf8da1 10-Jul-2012 guenther <guenther@openbsd.org>

In a scalar context, mkstemp should return just the file handle

"sure" espie@


# b4671dc4 10-Jun-2012 guenther <guenther@openbsd.org>

Change the Perl->C wrappers for mkdtemp and mkstemps to behave more like
the File::Temp routines and call croak() (the C version of 'die') instead
of returning an empty list. This lets pkg_add give

Change the Perl->C wrappers for mkdtemp and mkstemps to behave more like
the File::Temp routines and call croak() (the C version of 'die') instead
of returning an empty list. This lets pkg_add give good error messages
when your $PKG_TMPDIR is mounted read-only.

ok espie@

show more ...


# 3b0a46ad 13-Apr-2012 espie <espie@openbsd.org>

extra .xs glue to use mkstemp and mkdtemp directly
written by guenther@ about a year ago.
discussed with him and millert@