Searched refs:patch (Results 1 – 16 of 16) sorted by relevance
/curl/tests/ |
H A D | sshhelp.pm | 371 my $patch; 390 $patch = $4?$4:0; 392 $versnum = (100*$major) + (10*$minor) + $patch; 393 $versstr = "$sshid $major.$minor.$patch"; 400 $patch = $4?$4:0; 402 $versnum = (100*$major) + (10*$minor) + $patch; 403 $versstr = "$sshid $major.$minor.$patch"; 410 $patch = $4?$4:0; 412 $versnum = (100*$major) + (10*$minor) + $patch; 413 $versstr = "$sshid $major.$minor.$patch";
|
/curl/packages/vms/ |
H A D | make_pcsi_curl_kit_name.com | 145 $ patch = "" 151 $ patch = vtype + daily_tag 155 $ if eco_level .nes. "" then patch = eco_level 162 $ if update .nes. "" .or. patch .nes. "" 164 $! The presence of a patch implies an update 165 $ if update .eqs. "" .and. patch .nes. "" then update = "0" 166 $ version = version + "-" + update + patch
|
H A D | Makefile.am | 50 macro32_exactcase.patch \
|
H A D | generate_vax_transfer.com | 185 $ patch @macro32_exactcase.patch 211 ; This needs to be compiled with a specialized patch on Macro32 to make it
|
H A D | build_vms.com | 241 $ patch = f$element(1, "-", min_ver_patch) 242 $ if patch .eqs. "-" then patch = "" 248 $ if maj_ver .eqs. "7" .and. min_ver .ges. "3" .and. patch .nes. ""
|
H A D | gnv_link_curl.com | 48 $ patch = f$element(1, "-", min_ver_patch) 49 $ if patch .eqs. "-" then patch = "" 55 $ if maj_ver .eqs. "7" .and. min_ver .ges. "3" .and. patch .nes. ""
|
H A D | readme | 115 macro32_exactcase.patch The patch file needed to modify VAX Macro32 to be
|
/curl/scripts/ |
H A D | maketgz | 62 patch=$(echo "$libversion" | cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g") 64 if test -z "$patch"; then 76 numeric="$(printf "%02x%02x%02x\n" "$major" "$minor" "$patch")" 102 -e "s/^#define LIBCURL_VERSION_PATCH .*/#define LIBCURL_VERSION_PATCH $patch/g" \
|
/curl/lib/ |
H A D | version.c | 95 unsigned int patch = brotli_version & 0x00000FFF; in brotli_version() local 96 (void)msnprintf(buf, bufsz, "brotli/%u.%u.%u", major, minor, patch); in brotli_version() 106 unsigned int patch = version - (major * 100 * 100) - (minor * 100); in zstd_version() local 107 (void)msnprintf(buf, bufsz, "zstd/%u.%u.%u", major, minor, patch); in zstd_version() 118 unsigned int patch = (unsigned int)(api.ldapai_vendor_version % 100); in oldap_version() local 122 - patch) / 100; in oldap_version() 124 api.ldapai_vendor_name, major, minor, patch); in oldap_version()
|
/curl/ |
H A D | REUSE.toml | 32 "packages/vms/macro32_exactcase.patch",
|
/curl/docs/ |
H A D | curl-config.md | 100 major, minor, and patch numbers. This makes libcurl 7.7.4 appear as 070704 and
|
H A D | KNOWN_BUGS | 409 prematurely. There is a half-baked (busy-looping) patch provided in the bug
|
H A D | FAQ | 23 1.14 How do I submit my patch? 372 1.14 How do I submit my patch? 377 If you for any reason cannot or will not deal with GitHub, send your patch to
|
H A D | TODO | 856 An initial patch was posted by Suresh Krishnaswamy on March 7th 2013
|
/curl/docs/libcurl/ |
H A D | curl_version_info.md | 122 \<8 bits minor number\> | \<8 bits patch number\>. Version 7.9.8 is therefore
|
/curl/.github/workflows/ |
H A D | windows.yml | 734 git -C "$VCPKG_INSTALLATION_ROOT" show --no-patch --format='%H %ai'
|
Completed in 22 milliseconds