History for src/string.c
2014-07-07
| ||
22:46 | Add missing definition of _C99_SOURCE file: [cddac8d574] check-in: [e1f08057a2] user: js, branch: trunk, size: 6593 [annotate] [blame] [check-ins using] [diff] | |
2013-06-08
| ||
09:47 | Use (void*)NULL instead of NULL in varargs. file: [287c38190e] check-in: [c9caa75847] user: js, branch: trunk, size: 6605 [annotate] [blame] [check-ins using] [diff] | |
2012-09-30
| ||
03:40 | Allow appending NULL to strings. file: [50cffdfc15] check-in: [1adab684f6] user: js, branch: trunk, size: 6598 [annotate] [blame] [check-ins using] [diff] | |
01:46 | Add a few new string functions. file: [61c34032c7] check-in: [499faa2771] user: js, branch: trunk, size: 6510 [annotate] [blame] [check-ins using] [diff] | |
00:59 | Fix cfw_strndup() and add cfw_strnlen(). file: [6218da6faa] check-in: [3247812f3b] user: js, branch: trunk, size: 4930 [annotate] [blame] [check-ins using] [diff] | |
2012-09-29
| ||
23:22 | Add cfw_string_set_nocopy(). file: [305d89e8e8] check-in: [ebf63ac6c8] user: js, branch: trunk, size: 4869 [annotate] [blame] [check-ins using] [diff] | |
23:17 | Add cfw_strndup(). file: [3b8850abd4] check-in: [587d349f8d] user: js, branch: trunk, size: 4629 [annotate] [blame] [check-ins using] [diff] | |
2012-04-25
| ||
09:30 | cfw_string_len() -> cfw_string_length(). file: [cebb101511] check-in: [27a8cd7393] user: js, branch: trunk, size: 4371 [annotate] [blame] [check-ins using] [diff] | |
09:30 | Add cfw_strdup(), as strdup() is not C99. file: [14e8b0fd1e] check-in: [5c1d214724] user: js, branch: trunk, size: 4368 [annotate] [blame] [check-ins using] [diff] | |
2012-04-22
| ||
02:34 | Add missing NULL. file: [0d338be9da] check-in: [c3a601908a] user: js, branch: trunk, size: 4126 [annotate] [blame] [check-ins using] [diff] | |
02:34 |
ctor: Set pointers to NULL before allocation.
This way, the dtor can work correctly. file: [5092f0f99a] check-in: [bdb850f3e2] user: js, branch: trunk, size: 4120 [annotate] [blame] [check-ins using] [diff] | |
2012-04-09
| ||
14:06 | Add hashing. file: [415ab5e653] check-in: [a2613e09be] user: js, branch: trunk, size: 4100 [annotate] [blame] [check-ins using] [diff] | |
2012-04-08
| ||
21:10 | Add cfw_string_find(). file: [33cb49edea] check-in: [8f1f410978] user: js, branch: trunk, size: 3846 [annotate] [blame] [check-ins using] [diff] | |
20:53 | Added: Remove cfw prefix from files. file: [99bade167a] check-in: [e6664d7c7a] user: js, branch: trunk, size: 3347 [annotate] [blame] [check-ins using] | |