Re: [PATCH] TIG: Implement mkstemps() work-around for platforms lacking it

2013-07-17 Thread Drew Northup
Giving this one last kick to make absolutely sure that nobody disagrees with allowing this code to be included into tig, which does not limit to a specific version of the GPL (version 2 in the case of git, any version equal to or newer than 2 in the case of tig), pursuant to paragraph 9 of said

[PATCH] TIG: Implement mkstemps() work-around for platforms lacking it

2013-07-09 Thread Drew Northup
The function mkstemps() isn't available in all libc implementations. In glibc it first became available in 2.11, so platforms such as RHEL 5 Slackware 13 lack it. This is likely true of many non-LINUX platforms as well. This fixes breakage that was introduced with a0fdac29 Create temporary file