pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-05-28
2013-05-28 16:54:41 by Martin Nilsson <nilsson@opera.com>
bff327a06145fd3c647db2e046f328942e6457cb (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
More specific string types.
3003:
push_int(ret.tv_sec); }
-
/*! @decl string crypt(string password)
+
/*! @decl string
(0..127)
crypt(string password)
*! @decl int(0..1) crypt(string typed_password, string crypted_password) *! *! This function crypts and verifies a short string (only the first
9560:
/* function(string:string)|function(string,string:int) */ ADD_EFUN("crypt",f_crypt,
-
tOr(tFunc(tStr,
tStr
),tFunc(tStr tStr,tInt01)),OPT_EXTERNAL_DEPEND);
+
tOr(tFunc(tStr,
tStr7
),tFunc(tStr tStr,tInt01)),OPT_EXTERNAL_DEPEND);
/* function(object|void:void) */ ADD_EFUN("destruct",f_destruct,tFunc(tOr(tObj,tVoid),tVoid),OPT_SIDE_EFFECT);