Enrique García
|
21d22c1868
Merge pull request #11 from kikito/pgimeno-fix-large-strings
|
8 years ago |
kikito
|
5297100c7c
luacheck install fix
|
8 years ago |
kikito
|
8603af5e23
delete long example which is too slow in lua 5.1
|
8 years ago |
kikito
|
7e5623a206
luacheck install fix
|
8 years ago |
kikito
|
a2144276e1
Merge branch 'fix-large-strings' of https://github.com/pgimeno/md5.lua into pgimeno-fix-large-strings
|
8 years ago |
kikito
|
51347acd88
renames variables to avoid luacheck errors
|
8 years ago |
kikito
|
1f6eba9a7b
updates travis
|
8 years ago |
Pedro Gimeno
|
dd10f1c9de
Fix #4 by limiting the sum output to 32 bits.
|
8 years ago |
Pedro Gimeno
|
467f30efb6
Add large strings test to demonstrate failure in current version.
|
8 years ago |
kikito
|
7fc429b519
add rockspec
|
9 years ago |
kikito
|
42b3d5ae5a
bump version
|
9 years ago |
kikito
|
bd1dd4bd0f
fix typo in LuaJIT
|
9 years ago |
kikito
|
d3c97f950f
fix error when adding if
|
9 years ago |
kikito
|
9fcb45d9f2
do not normalize luajit functions
|
9 years ago |
kikito
|
686c18c49e
add rockspec for 1.0.1
|
9 years ago |
kikito
|
4dfe7a0698
bump version
|
9 years ago |
kikito
|
f253f5ffd5
Use hex literals everywhere
|
9 years ago |
kikito
|
4e68bf98a8
do not create global variables in 5.1
|
9 years ago |
kikito
|
b096b1f3c1
Revert "separate lua 5.1 functions into number-based and table-based"
|
9 years ago |
kikito
|
1e7902f65b
Revert "typo"
|
9 years ago |
kikito
|
f70bf13a41
Revert "Use hex literals everywhere"
|
9 years ago |
kikito
|
1212664fb7
Use hex literals everywhere
|
9 years ago |
kikito
|
55cff74afc
typo
|
9 years ago |
kikito
|
65d03bceef
separate lua 5.1 functions into number-based and table-based
|
9 years ago |
kikito
|
77ac109e66
Remove unnecessary calculations
|
9 years ago |
kikito
|
907bbd1655
Remove unneeded locals
|
9 years ago |
kikito
|
858b23b28d
refactor to_bits
|
9 years ago |
kikito
|
332517912d
refactor tbl2number
|
9 years ago |
kikito
|
a08ab4f93d
Refactor expand in Lua 5.1
|
9 years ago |
kikito
|
0950963cd3
Remove unnecessary checks in lua 5.1
|
9 years ago |