tool

Timeline

50 most recent check-ins

2025-06-19
13:51
use ucase Leaf check-in: 7554d15672 user: matthias tags: trunk
13:50
sqlite tool add contraints check-in: 95a57ae4bb user: matthias tags: trunk
2025-06-13
12:51
rewrite tool.sqlite - will not manage to open db, only setup check-in: 2fe19d796f user: matthias tags: trunk
12:50
fix error on nil key for cache check-in: 8d66846695 user: matthias tags: trunk
2025-06-02
11:16
add pragma option to db_setup check-in: ed57f56474 user: matthias tags: trunk
2025-06-01
15:18
fix typo check-in: 11685780f1 user: matthias tags: trunk
2025-05-30
11:54
Change setup from global to table, update to sqlite module 1.2 check-in: ffb86d09b4 user: matthias tags: trunk
2025-05-26
13:48
use https://holmeinbuch.de/repo/sqlite/ check-in: a8b36d60da user: matthias tags: trunk
2025-05-14
15:23
use WAL mode check-in: 777d607c2f user: matthias tags: trunk
09:52
typo check-in: b61b27d9a3 user: matthias tags: trunk
2025-04-23
12:10
findQuote check-in: bfb271eac0 user: matthias tags: trunk
2025-04-18
10:24
improve parseTmpl and add lpeg variant check-in: f35127ca7b user: matthias tags: trunk
2025-03-27
10:25
ws cleanup check-in: bbe7c545fc user: matthias tags: trunk
2025-03-26
14:18
fix long comment check-in: 7e6d117e4c user: matthias tags: trunk
08:35
simplify and improve stripComment check-in: 148ac7ea9d user: matthias tags: trunk
2025-03-25
19:00
not need for test for include, duplicate will be removed check-in: 259f1e4446 user: matthias tags: trunk
2025-03-18
10:27
remove local _G... _G needs to point to itself, not diverging local check-in: b615e3620e user: matthias tags: trunk
2025-03-17
20:06
add option require_global to use global _G, if not set, it will create local _G table check-in: 6811b515df user: matthias tags: trunk
17:47
bugfix global check-in: 7dbcb4c5f1 user: matthias tags: trunk
15:25
proper handling of _G - remove no_table (again) ... absurd how to handle (even more with _G) check-in: 58a2663f7c user: matthias tags: trunk
13:45
put (optional) name on readonly table check-in: d4d38964f4 user: matthias tags: trunk
09:21
local_prefix_no_table needs to be enabled in build check-in: a36ff4b5bb user: matthias tags: trunk
2025-03-16
22:59
fix, not every word needs a prefix check-in: 44bc601eb5 user: matthias tags: trunk
22:51
(re)add prefix_no_table option - accept now prefix instead of boolean check-in: c4542b981c user: matthias tags: trunk
16:14
improve getLocalEnv performance, drop no_table build check-in: a37a01fb8c user: matthias tags: trunk
2025-03-09
15:12
no concat of string, there is a table anyway check-in: b5d33be280 user: matthias tags: trunk
2025-02-22
14:43
fix json null repraesentation: always json.null check-in: 0d44455924 user: matthias tags: trunk
11:29
fix json.null and yyjson check-in: 98035b044a user: matthias tags: trunk
2024-12-10
18:44
fix missing end of code (var) on parsing template check-in: c6554e4003 user: matthias tags: trunk
2024-10-12
16:44
error, if no template check-in: 5e6f16dc2c user: matthias tags: trunk
2024-10-11
15:09
osinif -> osm (, osn) check-in: dd1f588555 user: matthias tags: trunk
2024-09-26
15:37
improve cache: remove getTTL, get returns value[, ttl] or nil, expired value, self:call possible check-in: 8c50814f32 user: matthias tags: trunk
2024-09-17
17:22
fix error on possible ']{' template combination check-in: aab4dd7359 user: matthias tags: trunk
15:54
sad smiley on no testFn check-in: 01efc33540 user: matthias tags: trunk
15:52
assert instead of debug log check-in: 3b90fee233 user: matthias tags: trunk
2024-08-03
15:30
add checkEMailUserDomain check-in: 0561cfd183 user: matthias tags: trunk
2024-07-23
12:02
beautify - better whitespace handling check-in: 5b75615cc8 user: matthias tags: trunk
2024-06-30
10:18
readConfig -> text only, readBConfig -> binary and text check-in: 2830ae5ff9 user: matthias tags: trunk
2024-04-11
15:43
improve random id generation for using character more than once check-in: 32fd10a38c user: matthias tags: trunk
2024-04-03
15:13
doc check-in: 697c572f63 user: matthias tags: trunk
14:55
add yyjson support and simple tests check-in: 782de8961a user: matthias tags: trunk
2024-03-18
16:01
return rand table too check-in: ccba27e910 user: matthias tags: trunk
2023-12-27
16:43
expose more functions, to create own env and fix __pairs check-in: b59de7a67a user: matthias tags: trunk
14:12
improve and cleanup tools check-in: 3efa1e21d4 user: matthias tags: trunk
2023-12-08
12:22
extra file for checkLbl, split form parseTmpl check-in: 2ea3b92573 user: matthias tags: trunk
2023-11-28
16:05
add exception - special case no brackets check-in: f971a1c175 user: matthias tags: trunk
13:47
fix and improve getLbl check-in: 238dc8d4de user: matthias tags: trunk
2023-08-27
10:53
improve and describe caching - remove parseSimpleTmpl (bloat and different syntax - can be done with gsub oneliner) check-in: 10562be828 user: matthias tags: trunk
2023-08-26
08:52
cache parsed templates for reuse, breaking change new function parseSimpleTmplFile has to be used for simple file parsing check-in: 460c70e0bb user: matthias tags: trunk
2023-06-16
14:59
update perf - build with PERF_MODULE and require it - no testing check-in: 9e302ae69d user: matthias tags: trunk