mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
badwords: add more contractions, fix fallouts
Also fix hits in autotools scripts (not to enforce). Closes #19576
This commit is contained in:
parent
ad35ecba97
commit
1e1ec7f6c2
46 changed files with 126 additions and 113 deletions
|
|
@ -702,7 +702,7 @@ Curl_ldap_get_values_len_a(void *ld, LDAPMessage *entry, const char *attr)
|
|||
result = ldap_get_values_len(ld, entry, cp);
|
||||
free(cp);
|
||||
|
||||
/* Result data are binary in nature, so they haven't been
|
||||
/* Result data are binary in nature, so they have not been
|
||||
converted to EBCDIC. Therefore do not convert. */
|
||||
|
||||
return result;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
$! BUILD_VMS.COM
|
||||
$!
|
||||
$! I've taken the original build_vms.com, supplied by Nico Baggus, if
|
||||
$! I have taken the original build_vms.com, supplied by Nico Baggus, if
|
||||
$! memory serves me correctly, and made some modifications.
|
||||
$!
|
||||
$! SSL support is controlled by logical names. If SSL$INCLUDE is
|
||||
|
|
@ -45,14 +45,14 @@ $! LIST Create C compiler listings and linker maps.
|
|||
$! /list/show=(expan,includ)/machine
|
||||
$! FULLLIST Full detailed listing.
|
||||
$! /list/show=(all, nomessages)/machine
|
||||
$! NOHPSSL Don't use HP SSL, even if available.
|
||||
$! NOHPSSL Do not use HP SSL, even if available.
|
||||
$! Note, you must match the pointer size that the OpenSSL
|
||||
$! shared image expects. This procedure will select the
|
||||
$! correct HP OpenSSL image.
|
||||
$! NOSSL Don't use any SSL, even if available.
|
||||
$! NOSSL Do not use any SSL, even if available.
|
||||
$! OSSLOLB Use OpenSSL object libraries (.OLB), even if shared
|
||||
$! images (.EXE) are available.
|
||||
$! NOZLIB Don't use GNV$ZLIB shared image even if available.
|
||||
$! NOZLIB Do not use GNV$ZLIB shared image even if available.
|
||||
$! REALCLEAN Delete product files for all host architectures. (No
|
||||
$! build done.) Alias for CLEAN_ALL
|
||||
$!
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ static void set_features(void)
|
|||
set_feature_default("DECC$EXEC_FILEATTR_INHERITANCE", 2);
|
||||
#endif
|
||||
|
||||
/* Don't display trailing dot after files without type */
|
||||
/* Do not display trailing dot after files without type */
|
||||
set_feature_default("DECC$READDIR_DROPDOTNOTYPE", ENABLE);
|
||||
|
||||
/* For standard output channels buffer output until terminator */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue