Daniel Stenberg wrote:

I've cooked up this GNU-makefile that generates such a list:
 https://gist.github.com/gvanem/4290a4c74ac75983928502303cb4c0c2

Cool. I didn't try it yet, but wanted to mention that an alternative to grepping the header file could be to extract the symbols from docs/libcurl/symbols-in-versions instead, which is sort of "pre-grepped" (with the "obsolete" and "_*last" symbols already filtered out) =)

Can we trust your docs matches the reality? :-)
(I assume 'symbols-in-versions' is *non* generated).

But I was thinking of using 'docs/libcurl/symbols-in-versions'
or 'docs/libcurl/symbols.pl' to create an extra column like this:

Idx  CURLOPT_x                            value:  arg type      raw value Added 
in ver
======================================================================================
  0: CURLOPT_ABSTRACT_UNIX_SOCKET        -> 264:  object/string  10264    7.53.0
  1: CURLOPT_ACCEPTTIMEOUT_MS            -> 212:  long             212    7.24.0


--
--gv
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to