Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-05-10
| ||
17:01 | change file name extension for readme and versions to support parsing by the Fossil UI Leaf check-in: d5c611490f user: dhkolf tags: trunk | |
2024-06-17
| ||
19:36 | increase version to 2.8 check-in: c08cc952a4 user: dhkolf tags: release_2_8, trunk | |
2024-06-02
| ||
14:34 | cleanup: remove unused variable check-in: ff0c418a06 user: dhkolf tags: trunk | |
14:29 | merge version1 check-in: cfb1d4964f user: dhkolf tags: trunk | |
14:23 | increase version to 1.4 Leaf check-in: de7baaab86 user: dhkolf tags: release_1_4, version1 | |
14:21 | cleanup: remove unused local variable check-in: ac764d4a3a user: dhkolf tags: version1 | |
14:16 | fix related to Lua compiled with LUA_NOCVTN2S: fix reporting of decoding errors, document behaviour when encoding tables with mixed key types check-in: 317b51c692 user: dhkolf tags: version1 | |
13:52 | sync branches check-in: a16bc6884f user: dhkolf tags: trunk | |
2024-02-20
| ||
18:43 | rockspec: set link to new homepage URL check-in: 0b7586e4b7 user: dhkolf tags: release_2_7, trunk | |
18:25 | increase version to 2.7 check-in: 1f86bc909e user: dhkolf tags: trunk | |
2024-02-17
| ||
07:39 | fix error handling in ordered keys check-in: cb29daee6e user: dhkolf tags: trunk | |
07:34 | enable working with new versions of LPeg where 'version' is no longer a function check-in: 98057c6eb7 user: dhkolf tags: trunk | |
2021-12-19
| ||
12:07 | increase version to 2.6 check-in: 1ea108fa72 user: dhkolf tags: release_2_6, trunk | |
11:56 | set proper global module table when both always_use_lpeg and register_global_module_table are set check-in: 54f3b47bb4 user: dhkolf tags: trunk | |
11:50 | remove opportunistic usage of LPeg and update of the original module table to make the code predictable check-in: cc4692f32a user: dhkolf tags: trunk | |
07:36 | LPEG decoding: report unterminated arrays, objects and strings where they started rather than just reporting the end of the string check-in: 51b3c37f2d user: dhkolf tags: trunk | |
2021-08-25
| ||
17:49 | updated rockspec for Lua 5.4 check-in: a70116e0c8 user: dhkolf tags: trunk | |
2016-12-19
| ||
20:13 | fix ordering of dictionary when the value is 'false' check-in: 693a736d49 user: dhkolf tags: trunk | |
2015-03-02
| ||
20:42 | tested for Lua 5.3, updated rockspec check-in: dbf5178674 user: dhkolf tags: trunk | |
2014-04-28
| ||
21:16 | fix line breaks in readme.txt, fix release year check-in: 3d24a61dd0 user: dhkolf tags: trunk | |
21:01 | increased version check-in: fdee269361 user: dhkolf tags: release_2_5, trunk | |
20:47 | document the exception handling check-in: 727eb05a7f user: dhkolf tags: trunk | |
20:24 | move documentation into separate readme.txt check-in: 6c43fa0197 user: dhkolf tags: trunk | |
2014-03-11
| ||
21:36 | handle multi line comments check-in: 14a1712f0a user: dhkolf tags: trunk | |
21:27 | handle single line comments check-in: 82a012d96c user: dhkolf tags: trunk | |
18:10 | fix handling of buffer and bufferlen in state check-in: 40966aea88 user: dhkolf tags: trunk | |
2014-02-26
| ||
20:21 | enable custom exception/fallback handling check-in: e7803b75cc user: dhkolf tags: trunk | |
2013-09-28
| ||
19:22 | increased version check-in: 050f035068 user: dhkolf tags: release_2_4, trunk | |
19:06 | backported [0339959ee6] and [2bfabc4dc3]: number handling in locales, increased version check-in: 886a6cb300 user: dhkolf tags: release_1_3, version1 | |
18:34 | added a check to avoid using LPeg 0.11 (causes segmentation faults on some systems) check-in: 7d3af2eade user: dhkolf tags: trunk | |
2013-09-01
| ||
19:18 | updated num2str to support a wider range of locales check-in: 2bfabc4dc3 user: dhkolf tags: trunk | |
16:42 | added functions str2num and num2str to deal with different numeric locales (num2str might not cover all cases currently) check-in: 0339959ee6 user: dhkolf tags: trunk | |
15:07 | added test for correct behaviour in locales with different decimal point separator (bug report: https://trac.videolan.org/vlc/ticket/8854) check-in: 25f3d63a5d user: dhkolf tags: trunk | |
2013-06-12
| ||
16:06 | added option to test with LuLPeg https://github.com/pygy/LuLPeg check-in: f1ec467af3 user: dhkolf tags: trunk | |
16:02 | fixed a test check-in: 8a66b15bff user: dhkolf tags: trunk | |
2013-04-14
| ||
19:07 | fixed typo check-in: 0c0100201f user: dhkolf tags: trunk | |
18:12 | changed the version to 2.3, changed URLs check-in: 2c8ecd5f40 user: dhkolf tags: release_2_3, trunk | |
17:13 | fixed testsuite to allow testing version 1 check-in: b80d329d50 user: dhkolf tags: trunk | |
17:02 | increased version, updated contact e-mail check-in: e0b1b1491d user: dhkolf tags: release_1_2, version1 | |
16:56 | backported [32b4a5af10]: fixed error reporting check-in: b6c4530017 user: dhkolf tags: version1 | |
16:51 | backported [f0800304dd]: fixed string escaping check-in: f4e5ae7f90 user: dhkolf tags: version1 | |
15:44 | added new URLs for old LuaForge projects check-in: 8a2a484e27 user: dhkolf tags: trunk | |
14:14 | Complete test for all characters that should be escaped. The advanced escape test can now use the Unicode table to provide further informations. check-in: 9e5144e48d user: dhkolf tags: trunk | |
2013-02-28
| ||
18:42 | added option to register the module table in a global variable check-in: 28cd747403 user: dhkolf tags: trunk | |
2012-05-05
| ||
12:50 | another fix to string escaping check-in: f0800304dd user: dhkolf tags: trunk | |
12:42 | output hex codepoints in the testsuite check-in: 7f64e1d11c user: dhkolf tags: trunk | |
2012-04-28
| ||
12:03 | changed the version to 2.2 check-in: 14f0b4e712 user: dhkolf tags: release_2_2, trunk | |
11:46 | enable decoding without assigning metatables check-in: 8a4dc64500 user: dhkolf tags: trunk | |
11:12 | remove the global blocking code for Lua 5.1 -- it was only necessary for development and uses functions that might be banned in restricted environments check-in: e4ace81a5e user: dhkolf tags: trunk | |
11:02 | minor changes to the documentation check-in: 405f71b9ab user: dhkolf tags: trunk | |