<html><head></head><body>I am sad to see that you are still attacking me after other people have done the same thing, trivial changes to the core, and then claim the contrary.<br><br>I don't have advice on code review from somebody that knowingly merged a broken UI rework in spite of objections, and still is inhibiting the development process 6 months later.<br><br><div class="gmail_quote">Le 23 septembre 2019 11:23:43 GMT+03:00, Thomas Guillem <thomas@gllm.fr> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hello,<br><br>I'm sad to see that this didn't went through the mailing list. I think that every one now is doing this extra effort.<br><br>Nevertheless, I'm OK with this set.<br><br>On Sat, Sep 21, 2019, at 11:49, Rémi Denis-Courmont wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">vlc | branch: master | Rémi Denis-Courmont <remi@remlab.net> | Sat Sep <br>21 11:57:19 2019 +0300| [95041019b09a5ecd8c5343721a136b349590be92] | <br>committer: Rémi Denis-Courmont<br><br>posix: rely on F_DUPFD_CLOEXEC<br><br>This was added in POSIX.2008 and thus missing on MacOS < 10.7.<br>But those old versions are no longer supported since VLC 3.0.<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"><a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95041019b09a5ecd8c5343721a136b349590be92">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95041019b09a5ecd8c5343721a136b349590be92</a><br></blockquote><hr>  src/posix/filesystem.c | 7 -------<br>  1 file changed, 7 deletions(-)<br> <br> diff --git a/src/posix/filesystem.c b/src/posix/filesystem.c<br> index 2ac9c1187e..0ba1a37957 100644<br> --- a/src/posix/filesystem.c<br> +++ b/src/posix/filesystem.c<br> @@ -185,14 +185,7 @@ char *vlc_getcwd (void)<br>  <br>  int vlc_dup (int oldfd)<br>  {<br> -#ifdef F_DUPFD_CLOEXEC<br>      return fcntl (oldfd, F_DUPFD_CLOEXEC, 0);<br> -#else<br> -    int newfd = dup (oldfd);<br> -    if (newfd != -1)<br> -        vlc_cloexec(oldfd);<br> -    return newfd;<br> -#endif<br>  }<br>  <br>  int vlc_pipe (int fds[2])<hr> vlc-commits mailing list<br> vlc-commits@videolan.org<br> <a href="https://mailman.videolan.org/listinfo/vlc-commits">https://mailman.videolan.org/listinfo/vlc-commits</a><br><br></blockquote><hr>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a></pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>