mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 03:40:29 +00:00
Skip deprecated functions from REPL autocomplete
This commit is contained in:
parent
83f094bb5a
commit
982ab3858c
1 changed files with 5 additions and 0 deletions
|
@ -4948,6 +4948,7 @@ static const char *const kDontAutoComplete[] = {
|
|||
"GetBody", //
|
||||
"GetClientAddr", //
|
||||
"GetClientFd", //
|
||||
"GetComment", // deprecated
|
||||
"GetCookie", //
|
||||
"GetEffectivePath", //
|
||||
"GetFragment", //
|
||||
|
@ -4955,11 +4956,13 @@ static const char *const kDontAutoComplete[] = {
|
|||
"GetHeaders", //
|
||||
"GetHost", //
|
||||
"GetHttpVersion", //
|
||||
"GetLastModifiedTime", // deprecated
|
||||
"GetMethod", //
|
||||
"GetParam", //
|
||||
"GetParams", //
|
||||
"GetPass", //
|
||||
"GetPath", //
|
||||
"GetPayload", // deprecated
|
||||
"GetPort", //
|
||||
"GetRemoteAddr", //
|
||||
"GetScheme", //
|
||||
|
@ -4968,8 +4971,10 @@ static const char *const kDontAutoComplete[] = {
|
|||
"GetStatus", //
|
||||
"GetUrl", //
|
||||
"GetUser", //
|
||||
"GetVersion", // deprecated
|
||||
"HasParam", //
|
||||
"IsClientUsingSsl", //
|
||||
"IsCompressed", // deprecated
|
||||
"LaunchBrowser", //
|
||||
"LuaProgramSslRequired", // TODO
|
||||
"ProgramAddr", // TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue