Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merging 0.1 branch into trunk -
Gets us the rockspec with the correct name. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
084886ee3b616e8e9b4604db1c2d91d0 |
User & Date: | llmII 2019-07-12 01:42:19 |
Context
2019-07-12 02:05 | Resolved an issue where it was opening a file every time the logger wrote. | check-in: 3707605292 user: llmII tags: trunk | |
2019-07-12 01:42 | Merging 0.1 branch into trunk - | check-in: 084886ee3b user: llmII tags: trunk | |
2019-07-12 01:34 | Finalized 0.1.0 lua rock. | check-in: f2896f73f2 user: llmII tags: 0.1 | |
2019-07-11 18:52 | Fix README to match example, coding format/style fixes. | check-in: 23e617c92e user: llmII tags: trunk | |
Changes
Name change from rockspecs/lua-simplelog-0.1.0.rockspec to rockspecs/lua-simplelog-0.1.0-1.rockspec.
1 | package = 'lua-simplelog' | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | package = 'lua-simplelog' version = '0.1.0-1' source = { url = 'https://code.amlegion.org/lua-simplelog/zip/release-0.1.0/lua-simplelog-0.1.0.zip', file = 'lua-simplelog-0.1.0.zip' } description = { summary = 'A simple, capable, better logger for lua.', detailed = [[ lua-simplelog is a logger for lua. It's aim is to provide a performant, simple logger, allowing for a log directory, opening multiple logs through its management facilities, and splitting |
︙ | ︙ |