Commit Graph
21 Commits
Author SHA1 Message Date
MihailRis 69d04d49d5 update doc/*/scripting/builtins/libutf8 and extensions.md 2025-11-23 20:00:25 +03:00
Xertis 76be41e8f2 fix access to console.__add_command 2025-11-21 21:33:48 +03:00
MihailRis 2c60e7c6ae Merge branch 'dev' into schedule 2025-08-01 21:39:44 +03:00
MihailRis 8e7a5a0b8c update extensions.md 2025-08-01 21:37:22 +03:00
OnranandGitHub aae642a13e Streaming I/O and support of named pipes (#570)
* added streaming i/o for scripting, and a byteutil.get_size function

* added i/o stream class, also added named pipes support on lua side via ffi

* added constant file.named_pipes_prefix

* added buffered and yield modes for io_stream

* added new time function for work with UTC - utc_time, utc_offset, local_time

* docs updated

* constant pid moved to os.pid

* now gmtime_s and localtime_s used only in windows
2025-08-01 20:26:43 +03:00
Xertis 78ceff54e7 upd 2025-02-10 16:39:05 +03:00
Xertis 185b0e5cbd upd string.left/right _padding 2025-02-10 16:24:28 +03:00
Xertis c22f7e0eb5 add string.padding 2025-02-09 14:06:23 +03:00
Xertis 0d32b1987c I forgot about "t[x] or default" 2025-02-04 20:09:36 +03:00
Xertis e106a31d82 correction table.slice & adding get_default 2025-02-04 19:54:01 +03:00
Xertis 17ce49bdf1 add table.slice 2025-02-01 01:34:11 +03:00
Xertis 6592684db1 math.sum return 2025-01-26 20:47:45 +03:00
Xertis 089d86d0a1 documentation and stdmin corrections 2025-01-26 20:28:58 +03:00
XertisandGitHub 266ddd400f Update extensions.md 2025-01-26 14:20:20 +03:00
XertisandGitHub c4a40d6b80 Update extensions.md 2024-12-20 23:16:25 +03:00
XertisandGitHub 31a2c69c48 Update extensions.md 2024-12-20 23:11:00 +03:00
XertisandGitHub 8b1cf7338f Update extensions.md 2024-12-09 18:43:38 +03:00
MihailRis dcd8871ee1 add utf8.escape, string.escape & reformat extensions.md 2024-11-18 09:21:16 +03:00
OnranandGitHub b5153d1e8b added sleep function 2024-11-07 16:54:01 +09:00
OnranandGitHub 111802cfed typos fixed and other minor changes 2024-11-07 16:48:50 +09:00
OnranandGitHub e347338045 documentation about extensions
documentation on extensions to standard Lua libraries and global functions has been made
2024-11-07 16:38:51 +09:00