<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/acinclude.m4, branch bagder/https-cookie-secure</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T</title>
<updated>2018-10-25T11:18:23+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-10-25T06:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=25d287d1e5b89c276baa1676afcc8c3297e6e309'/>
<id>25d287d1e5b89c276baa1676afcc8c3297e6e309</id>
<content type='text'>
Follow-up to #3166 which did the cmake part of this. This type/define is
not used.

Closes #3168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to #3166 which did the cmake part of this. This type/define is
not used.

Closes #3168
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE</title>
<updated>2018-09-26T16:51:34+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-26T12:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5616c1df285bef32e879f5e29fdf28c062e6506d'/>
<id>5616c1df285bef32e879f5e29fdf28c062e6506d</id>
<content type='text'>
fix a few leftovers

Fixes #3006
Closes #3049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix a few leftovers

Fixes #3006
Closes #3049
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: conditionally enable pedantic-errors</title>
<updated>2018-08-21T16:53:44+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2018-07-09T16:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d5c0351055d5709da8f3e16c91348092fdb481aa'/>
<id>d5c0351055d5709da8f3e16c91348092fdb481aa</id>
<content type='text'>
Enable pedantic-errors for GCC &gt;= 5 with --enable-werror. Before GCC 5,
pedantic-errors was synonymous to -Werror=pedantic [0], which is still
the case for clang [1]. With GCC 5, it became complementary [2].

Also fix a resulting error in acinclude.m4 as main's return type was
missing, which is illegal in C99.

[0] https://gcc.gnu.org/onlinedocs/gcc-4.9.0/gcc/Warning-Options.html
[1] https://clang.llvm.org/docs/UsersManual.html#options-to-control-error-and-warning-messages
[2] https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc/Warning-Options.html

Closes https://github.com/curl/curl/pull/2747
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable pedantic-errors for GCC &gt;= 5 with --enable-werror. Before GCC 5,
pedantic-errors was synonymous to -Werror=pedantic [0], which is still
the case for clang [1]. With GCC 5, it became complementary [2].

Also fix a resulting error in acinclude.m4 as main's return type was
missing, which is illegal in C99.

[0] https://gcc.gnu.org/onlinedocs/gcc-4.9.0/gcc/Warning-Options.html
[1] https://clang.llvm.org/docs/UsersManual.html#options-to-control-error-and-warning-messages
[2] https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc/Warning-Options.html

Closes https://github.com/curl/curl/pull/2747
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: remove CURL_CHECK_NI_WITHSCOPEID too</title>
<updated>2018-06-27T11:53:26+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-06-27T11:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a10c974e1a5c853354ad54c574ad22e1ed46ea9f'/>
<id>a10c974e1a5c853354ad54c574ad22e1ed46ea9f</id>
<content type='text'>
Since it isn't used either and requires the getnameinfo check

Follow-up to 0aeca41702d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it isn't used either and requires the getnameinfo check

Follow-up to 0aeca41702d2
</pre>
</div>
</content>
</entry>
<entry>
<title>getnameinfo: not used</title>
<updated>2018-06-27T11:49:18+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-06-27T06:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0aeca41702d2a70f7d253451781fe52398aab257'/>
<id>0aeca41702d2a70f7d253451781fe52398aab257</id>
<content type='text'>
Closes #2687
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2687
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: replace AC_TRY_RUN with CURL_RUN_IFELSE</title>
<updated>2018-05-21T17:55:51+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-05-19T09:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=302d537423c0bf2429bd6691a775319c0dec0c10'/>
<id>302d537423c0bf2429bd6691a775319c0dec0c10</id>
<content type='text'>
... and export LD_LIBRARY_PATH properly. This is a follow-up from
2d4c215.

Fixes #2586
Reported-by: Bernhard Walle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and export LD_LIBRARY_PATH properly. This is a follow-up from
2d4c215.

Fixes #2586
Reported-by: Bernhard Walle
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add picky compiler warning flags for gcc 6 and 7</title>
<updated>2018-04-07T09:18:58+00:00</updated>
<author>
<name>Eric Gallager</name>
<email>egall@gwmail.gwu.edu</email>
</author>
<published>2018-02-12T06:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a19fefb0706f939d2df7a76704ee549fecb1c4fd'/>
<id>a19fefb0706f939d2df7a76704ee549fecb1c4fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG</title>
<updated>2017-08-17T08:27:00+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-08-16T08:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6b9bc5a4fe5ebfb884a0ea7fe0329923cd4b774c'/>
<id>6b9bc5a4fe5ebfb884a0ea7fe0329923cd4b774c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>system.h: remove all CURL_SIZEOF_* defines</title>
<updated>2017-08-17T08:26:53+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-08-12T13:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=80d9e35598d5e6029dc4c90bf3da885682936d2a'/>
<id>80d9e35598d5e6029dc4c90bf3da885682936d2a</id>
<content type='text'>
... as they're not used externally and internally we check for the sizes
already in configure etc.

Closes #1767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as they're not used externally and internally we check for the sizes
already in configure etc.

Closes #1767
</pre>
</div>
</content>
</entry>
<entry>
<title>configure: check for __builtin_available() availability (#1788)</title>
<updated>2017-08-16T17:24:39+00:00</updated>
<author>
<name>Nick Zitzmann</name>
<email>nickzman@gmail.com</email>
</author>
<published>2017-08-16T17:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=870d849d48a26b8eeb0d4bb1f4655367a4a191ca'/>
<id>870d849d48a26b8eeb0d4bb1f4655367a4a191ca</id>
<content type='text'>
This change does two things:
1. It un-breaks the build in Xcode 9.0. (Xcode 9.0 is currently
   failing trying to compile connectx() in lib/connect.c.)
2. It finally weak-links the connectx() function, and falls back on
   connect() when run on older operating systems.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change does two things:
1. It un-breaks the build in Xcode 9.0. (Xcode 9.0 is currently
   failing trying to compile connectx() in lib/connect.c.)
2. It finally weak-links the connectx() function, and falls back on
   connect() when run on older operating systems.</pre>
</div>
</content>
</entry>
</feed>
