diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-01-27 16:09:55 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-01-27 16:09:55 -0300 |
commit | c4e7cdb541d89142056927ebdfd8f97017d38f45 (patch) | |
tree | 1e356b5b4eed75d86050bab3f12026d5a70697b6 /manual | |
parent | 7d7ae8781e64e2b3b212d5c7b7c1b98b694df5ef (diff) | |
download | lua-c4e7cdb541d89142056927ebdfd8f97017d38f45.tar.gz lua-c4e7cdb541d89142056927ebdfd8f97017d38f45.tar.bz2 lua-c4e7cdb541d89142056927ebdfd8f97017d38f45.zip |
Renaming two new functions
'lua_numbertostrbuff' -> 'lua_numbertocstring'
'lua_pushextlstring' -> 'lua_pushexternalstring'
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/manual.of b/manual/manual.of index 150315d4..274799e3 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -3829,7 +3829,7 @@ This macro may evaluate its arguments more than once. | |||
3829 | 3829 | ||
3830 | } | 3830 | } |
3831 | 3831 | ||
3832 | @APIEntry{unsigned (lua_numbertostrbuff) (lua_State *L, int idx, | 3832 | @APIEntry{unsigned (lua_numbertocstring) (lua_State *L, int idx, |
3833 | char *buff);| | 3833 | char *buff);| |
3834 | @apii{0,0,-} | 3834 | @apii{0,0,-} |
3835 | 3835 | ||
@@ -3955,7 +3955,7 @@ This function is equivalent to @Lid{lua_pushcclosure} with no upvalues. | |||
3955 | 3955 | ||
3956 | } | 3956 | } |
3957 | 3957 | ||
3958 | @APIEntry{const char *(lua_pushextlstring) (lua_State *L, | 3958 | @APIEntry{const char *(lua_pushexternalstring) (lua_State *L, |
3959 | const char *s, size_t len, lua_Alloc falloc, void *ud);| | 3959 | const char *s, size_t len, lua_Alloc falloc, void *ud);| |
3960 | @apii{0,1,m} | 3960 | @apii{0,1,m} |
3961 | 3961 | ||