Enno Rehling
|
3f9331cd09
|
fix string unit tests after strcpy was removed
|
2019-03-03 09:39:52 +01:00 |
|
Enno Rehling
|
d162c2dee1
|
excise bsdstring from the project
|
2019-03-03 09:39:52 +01:00 |
|
Enno Rehling
|
5d99dc7014
|
add a printf function to sbstring (about time)
|
2019-03-03 09:39:52 +01:00 |
|
Enno Rehling
|
5d80f99552
|
add a str_adopt constructor for sbstring.
|
2019-03-03 09:39:52 +01:00 |
|
Enno Rehling
|
2483232537
|
unfuck str_strlcpy again.
|
2019-03-03 09:39:52 +01:00 |
|
Enno Rehling
|
d4d7394e29
|
replace sbs_cut with more powerful sbs_substr
|
2019-03-03 09:39:52 +01:00 |
|
Enno Rehling
|
3be5211a53
|
fix a previously undetected bug in str_strlcpy.
|
2019-03-03 09:39:51 +01:00 |
|
Enno Rehling
|
ae0415cf8d
|
fixing itoa on unix
|
2018-12-02 20:33:11 +01:00 |
|
Enno Rehling
|
5af3ac1b40
|
reproduce buffer overflow in str_escape_ex
|
2018-05-27 15:11:03 +02:00 |
|
Enno Rehling
|
60a86e7b2f
|
escaping a string for use in CR needs to only replace quotes and backslashes.
|
2018-05-21 13:27:02 +02:00 |
|
Enno Rehling
|
9ca945cb2c
|
add a string escaping function.
start some work on nrmessage.c.
|
2018-05-17 16:53:56 +02:00 |
|
Enno Rehling
|
62130ca44b
|
add a strncat function to sbstring, use it for create_order.
eliminate bsdstring.h use.
|
2017-12-31 20:07:40 +01:00 |
|
Enno Rehling
|
cc8d34a1e7
|
fix sbs_strcat, use it for orders.
|
2017-12-31 18:51:56 +01:00 |
|
Enno Rehling
|
ddd30e6210
|
sbstring implmentation and first use.
|
2017-12-31 18:07:29 +01:00 |
|
Enno Rehling
|
54572fe40e
|
add missing include
|
2017-12-30 19:50:37 +01:00 |
|
Enno Rehling
|
a8140f1dc9
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
|
Enno Rehling
|
f98eab56c4
|
platform.h is only for WIN32 now.
replace MIN and MAX macros, they are BAD.
|
2017-12-29 06:13:28 +01:00 |
|
Enno Rehling
|
93613b99af
|
slprintf is not in BSD (it's theft from samba).
|
2017-12-11 19:23:56 +01:00 |
|
Enno Rehling
|
9f391039b5
|
more bsdstring removal, str_replace, unit tests.
|
2017-12-11 18:20:21 +01:00 |
|
Enno Rehling
|
df325b243a
|
enable stricter conversion checking for gcc < 4.9, fix code
|
2015-05-15 20:35:36 +02:00 |
|
Enno Rehling
|
cd70b8684d
|
fix escape_string mmeory corruption error.
fix a number of small stuff that happens when loading very old data files (like 572).
|
2014-12-12 11:28:37 +01:00 |
|
Enno Rehling
|
a3037950ff
|
fix a bug in the escape_string function.
remove static return variable from escape_string.
add test coverage.
|
2014-08-24 23:58:31 +02:00 |
|