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", //
|
"GetBody", //
|
||||||
"GetClientAddr", //
|
"GetClientAddr", //
|
||||||
"GetClientFd", //
|
"GetClientFd", //
|
||||||
|
"GetComment", // deprecated
|
||||||
"GetCookie", //
|
"GetCookie", //
|
||||||
"GetEffectivePath", //
|
"GetEffectivePath", //
|
||||||
"GetFragment", //
|
"GetFragment", //
|
||||||
|
@ -4955,11 +4956,13 @@ static const char *const kDontAutoComplete[] = {
|
||||||
"GetHeaders", //
|
"GetHeaders", //
|
||||||
"GetHost", //
|
"GetHost", //
|
||||||
"GetHttpVersion", //
|
"GetHttpVersion", //
|
||||||
|
"GetLastModifiedTime", // deprecated
|
||||||
"GetMethod", //
|
"GetMethod", //
|
||||||
"GetParam", //
|
"GetParam", //
|
||||||
"GetParams", //
|
"GetParams", //
|
||||||
"GetPass", //
|
"GetPass", //
|
||||||
"GetPath", //
|
"GetPath", //
|
||||||
|
"GetPayload", // deprecated
|
||||||
"GetPort", //
|
"GetPort", //
|
||||||
"GetRemoteAddr", //
|
"GetRemoteAddr", //
|
||||||
"GetScheme", //
|
"GetScheme", //
|
||||||
|
@ -4968,8 +4971,10 @@ static const char *const kDontAutoComplete[] = {
|
||||||
"GetStatus", //
|
"GetStatus", //
|
||||||
"GetUrl", //
|
"GetUrl", //
|
||||||
"GetUser", //
|
"GetUser", //
|
||||||
|
"GetVersion", // deprecated
|
||||||
"HasParam", //
|
"HasParam", //
|
||||||
"IsClientUsingSsl", //
|
"IsClientUsingSsl", //
|
||||||
|
"IsCompressed", // deprecated
|
||||||
"LaunchBrowser", //
|
"LaunchBrowser", //
|
||||||
"LuaProgramSslRequired", // TODO
|
"LuaProgramSslRequired", // TODO
|
||||||
"ProgramAddr", // TODO
|
"ProgramAddr", // TODO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue