Andrew Bettison
0dd778bab5
Optimise strbuf_ncat()
...
Do not write nul unnecessarily.
2015-11-17 00:42:06 +10:30
Andrew Bettison
fc67b38fd2
Fix bug in strbuf_reset()
...
Could write a nul char into a zero-size buffer.
2015-11-17 00:42:06 +10:30
Andrew Bettison
00037cf803
Change return type of strbuf_sprintf()
2015-03-16 22:33:11 +10:30
Andrew Bettison
1634d68dd0
Format UUID strings as lower case hex
2013-11-13 12:45:02 +10:30
Andrew Bettison
a95ef79139
Use sid_t everywhere
...
Remove stowSid() at last
Change API of tohex() and strbuf_tohex(), to pass string length instead of
binary byte count. This allows odd numbers of hex digits to be produced.
Remove alloca_tohex_sid(); replace with alloca_tohex_sid_t()
New alloca_tohex_sid_t_trunc() macro
2013-10-09 18:54:21 +10:30
Andrew Bettison
8f707f4cdb
Fix bug in strbuf_puts(), not always appending nul
2013-02-20 14:28:06 +10:30
Andrew Bettison
fa03b7e667
Fix bug in alloca_toprint() that caused SEGV
2012-08-06 15:39:08 +09:30
Andrew Bettison
355af1f874
Fix bug in strbuf_ncat(): not appending nul terminator
2012-08-03 13:11:30 +09:30
Andrew Bettison
07349c3aea
Improve copyright attributions and comments
2012-07-30 16:15:42 +09:30
Andrew Bettison
6bb0d93d85
Add strbuf_tohex() primitive
2012-07-20 18:17:04 +09:30
Andrew Bettison
63d1792863
Fix bugs in strbuf_ncat(), strbuf_puts() and strbuf_putc()
...
Were not advancing the 'current' pointer the entire length of the appended text
2012-07-11 11:41:15 +09:30
Andrew Bettison
2c1c44c4fe
Add strbuf_trunc() primitive, fix bug in strbuf_substr()
2012-07-10 19:36:25 +09:30
Andrew Bettison
5cff81e0c0
Add strbuf_reset()
2012-06-25 16:32:52 +09:30
Andrew Bettison
59e58da2f4
More fixes for varargs stuff
...
But still no luck on Android
2012-05-23 16:07:52 +09:30
Andrew Bettison
29502d8c81
Varargs and strbuf fixes
...
Add missing va_end() for all va_copy()
strbuf_sprintf() adds precautionary nul to end of string after vsnprintf()
2012-05-22 14:58:05 +09:30
Andrew Bettison
345b2c1c4c
Fix SEGV bug using new strbuf operations
2012-05-20 13:02:41 +09:30
Andrew Bettison
2f4d1eb720
"strbuf.h" API for assembling fixed-sized string buffers
2012-05-19 14:02:03 +09:30