issues
search
client9
/
stringencoders
Fast c-string transformations
MIT License
135
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix a null pointer exception in modp_b64_decode()
#56
huahang
opened
3 years ago
0
modp_b64_test.c failed
#55
huahang
opened
3 years ago
0
Add 0 value dtoa/dtoa2 short circuits
#54
baylesj
closed
1 year ago
0
Added 3 fuzzers
#53
AdamKorcz
opened
4 years ago
0
Round-to-even bug in modp_dtoa2
#52
jeroen
opened
4 years ago
0
modp_b64_gen.c generates two identical char arrays
#51
Getfree
opened
5 years ago
2
Few suggested improvements
#50
hyperblast
opened
6 years ago
0
fix compiling with GCC 7
#49
spacewander
closed
6 years ago
0
Include extern_c_begin.h and extern_c_end.h in output
#48
advancedxy
closed
6 years ago
0
Fix modp_uitoa16 for big-endian
#47
Deni90
closed
8 years ago
1
Add note about USE_MINGW_ANSI_STDIO to readme
#46
jeroen
closed
6 years ago
0
Variant which protects against buffer overflows
#45
jeroen
opened
8 years ago
2
Add pkgconfig file to build
#44
lhw
closed
8 years ago
0
Fix for endianess errors in tests on sparc,powerpc,armel
#43
lhw
closed
8 years ago
1
Please document required alignment for modp_b64_decode()
#42
GoogleCodeExporter
closed
8 years ago
0
not an issue just: new proposal for modp_stdint.h again
#41
GoogleCodeExporter
closed
8 years ago
1
modp_dtoa() fails for input of 0.95 with precision of 1
#40
GoogleCodeExporter
closed
8 years ago
8
dtoa & dtoa2 should be short-circuited for values of 0.0
#39
GoogleCodeExporter
opened
9 years ago
2
dtoa & dtoa2 lose a fractional leading '0'
#38
GoogleCodeExporter
closed
8 years ago
2
Em Dash character causes an exception in base64.js
#37
GoogleCodeExporter
closed
8 years ago
1
Patch for /trunk/javascript/base64-speed.html
#36
GoogleCodeExporter
closed
8 years ago
0
invalid type used in function: void modp_litoa10(int64_t value, char* str)
#35
GoogleCodeExporter
closed
8 years ago
1
Patch for /trunk/javascript/base64.js
#34
GoogleCodeExporter
closed
8 years ago
0
Duplicate base64 encoding tables?
#33
GoogleCodeExporter
closed
8 years ago
2
Library fails to build on sparc,powerpc,arm because of bad casting in the test suite
#32
GoogleCodeExporter
closed
8 years ago
1
Corruption of const input string that use C.O.W.
#31
GoogleCodeExporter
closed
8 years ago
1
Patch for /trunk/javascript/base64.js
#30
GoogleCodeExporter
closed
8 years ago
0
compilation errors on intel mac regarding modp_b64.c
#29
GoogleCodeExporter
closed
9 years ago
3
base32
#28
GoogleCodeExporter
closed
8 years ago
4
configure and config.h.in should not be svn
#27
GoogleCodeExporter
closed
9 years ago
2
modp_litoa10 truncates value if sizeof(unsigned long) is not 8
#26
GoogleCodeExporter
closed
9 years ago
1
code does not compile (test cases) with -Werror=unused-but-set-variable (patch to fix it)
#25
GoogleCodeExporter
closed
9 years ago
3
revert mopd_stdint
#24
GoogleCodeExporter
closed
9 years ago
5
needs to add works great on iOS
#23
GoogleCodeExporter
closed
8 years ago
3
modp_dtoa returns crap pointer in corner cases
#22
GoogleCodeExporter
closed
9 years ago
3
valgrind error for modp_b16_encode (patch included)
#21
GoogleCodeExporter
closed
9 years ago
3
Patch for 64-bit compilation
#20
GoogleCodeExporter
closed
9 years ago
5
modp_b64_data.h is missing
#19
GoogleCodeExporter
closed
9 years ago
3
copying versions of C++ functions tolower(), toupper(), toprint() modify original string
#18
GoogleCodeExporter
closed
9 years ago
5
Windows STD_INT > vc 6
#17
GoogleCodeExporter
closed
8 years ago
3
Possible optimization for numbers < 10
#16
GoogleCodeExporter
closed
8 years ago
2
modp_dtoa may exceed precision due to rounding
#15
GoogleCodeExporter
closed
8 years ago
4
End requirement for stdint.h (mainly to work towards a Win32/64 compile)
#14
GoogleCodeExporter
closed
9 years ago
4
Is it possible to get higher precision then 9 when using mod_dtoa/mod_dtoa2?
#13
GoogleCodeExporter
closed
8 years ago
3
In some cases modp_dtoa/modp_dtoa2 gives different precision then requested
#12
GoogleCodeExporter
opened
9 years ago
2
Build failure
#11
GoogleCodeExporter
closed
9 years ago
3
No tests for Inf/Nan in modp_dtoa, modp_dtoa2
#10
GoogleCodeExporter
closed
9 years ago
1
Another variant of modp_dtoa which removes trailing zeros from output
#9
GoogleCodeExporter
closed
9 years ago
4
package version mismatch
#8
GoogleCodeExporter
closed
9 years ago
2
silent overflow modp_litoa10 is given LONG_MIN
#7
GoogleCodeExporter
closed
9 years ago
2
Next