Matej Cepl
e07cb36eea
- Fix handling of decoding errors when Lua is compiled with LUA_NOCVTN2S. - Update to 2.7: - Enable working with newer versions of LPeg where the "version" field is no longer a function. - Fix error messages when an encoding error happens in an ordered dictionary. - Update to 2.6: - The decode function is no longer automatically replaced by the version implemented using LPeg, but an LPeg-enabled copy of the module has to be requested explicitly with the function use_lpeg. This was changed to improve the predictability of the code and make audits more reliable. - The LPeg-version of the decode function now reports unterminated strings, arrays and objects with the position where they started rather than where parsing failed which was usually at the end of the input string. This was already the behavior of the pure-Lua-implementation. - Fixed a bug where entries in a dictionary were not put in the desired order when their value was the boolean false. OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-dkjson?expand=0&rev=13
24 lines
941 B
Plaintext
24 lines
941 B
Plaintext
## Default LFS
|
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
|
*.png filter=lfs diff=lfs merge=lfs -text
|
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
|
*.zst filter=lfs diff=lfs merge=lfs -text
|