<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasystem/luasystem-scm-0.rockspec, branch refactor/random</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasystem.git
</subtitle>
<id>https://git.lua4.win/luasystem/atom?h=refactor%2Frandom</id>
<link rel='self' href='https://git.lua4.win/luasystem/atom?h=refactor%2Frandom'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/'/>
<updated>2025-02-06T20:08:17+00:00</updated>
<entry>
<title>chore(random): replace deprecated Windows API</title>
<updated>2025-02-06T20:08:17+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2025-02-06T16:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=6f4b532a2142c605aa23f1d78a1b48bd09af669f'/>
<id>urn:sha1:6f4b532a2142c605aa23f1d78a1b48bd09af669f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add example for reading a line from the terminal, non-blocking</title>
<updated>2024-05-20T10:43:55+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-05-06T09:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=dcd5d62501e61e0f6901d4d4687ab56430a4b8a7'/>
<id>urn:sha1:dcd5d62501e61e0f6901d4d4687ab56430a4b8a7</id>
<content type='text'>
Handles utf8, and character width
</content>
</entry>
<entry>
<title>feat(term): getting/setting terminal config flags</title>
<updated>2024-04-30T07:28:01+00:00</updated>
<author>
<name>Thijs</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2023-11-16T08:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=bd994461ef7c2553da9a6945c685152bad50eb8f'/>
<id>urn:sha1:bd994461ef7c2553da9a6945c685152bad50eb8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(rockspec): LuaSystem compiles on MinGW (#16)</title>
<updated>2024-02-14T19:23:25+00:00</updated>
<author>
<name>Shoop</name>
<email>jamesramsauer@gmail.com</email>
</author>
<published>2024-02-14T19:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=6c53f44c9a8860a9b7bb25f1c54ddbf8890d9e01'/>
<id>urn:sha1:6c53f44c9a8860a9b7bb25f1c54ddbf8890d9e01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(tty): add isatty()</title>
<updated>2023-11-15T18:17:57+00:00</updated>
<author>
<name>Thijs</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2023-11-12T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=5f3951a942fdc4bf489d8d590bfc891ac9548a23'/>
<id>urn:sha1:5f3951a942fdc4bf489d8d590bfc891ac9548a23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(*): add environment variable and random functions</title>
<updated>2023-11-15T18:17:57+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2023-11-09T22:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2'/>
<id>urn:sha1:d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(rockspecs): update new location</title>
<updated>2023-11-09T21:59:06+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2023-11-09T18:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=6f8f8fda06c6fa499484feeb6068b560b13d7859'/>
<id>urn:sha1:6f8f8fda06c6fa499484feeb6068b560b13d7859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for monotime</title>
<updated>2016-05-08T23:01:40+00:00</updated>
<author>
<name>Oscar Lim</name>
<email>olim@ucla.edu</email>
</author>
<published>2016-05-07T21:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=8c1a0fca53bf11f2b7ce708c8c5bdb05e5a55701'/>
<id>urn:sha1:8c1a0fca53bf11f2b7ce708c8c5bdb05e5a55701</id>
<content type='text'>
Provide `monotime` function with at least 1 millisecond resolution.
</content>
</entry>
<entry>
<title>Support for gettime and sleep functions</title>
<updated>2016-02-11T07:45:49+00:00</updated>
<author>
<name>Oscar Lim</name>
<email>olim@ucla.edu</email>
</author>
<published>2016-01-25T06:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=7499b422e3f07bf25704cbf7989e845f89697fa8'/>
<id>urn:sha1:7499b422e3f07bf25704cbf7989e845f89697fa8</id>
<content type='text'>
Provide `gettime` and `sleep` functions with at least 1 millisecond
resolution.
</content>
</entry>
</feed>
