Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util/charset use talloc_stackframe() rather than talloc_tos() | Andrew Bartlett | 2011-05-18 | 1 | -12/+12 |
* | Fix many const compiler warnings. | Jeremy Allison | 2011-05-05 | 1 | -1/+1 |
* | Clean up some const and other compiler warnings. | Jeremy Allison | 2011-05-05 | 1 | -4/+4 |
* | lib/util/charset Move strstr_m() to the top level | Andrew Bartlett | 2011-04-29 | 1 | -0/+83 |
* | lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al | Andrew Bartlett | 2011-03-31 | 1 | -10/+39 |
* | lib/util/charset smb_panic() on incorrect use of strlen_m_ext | Andrew Bartlett | 2011-03-31 | 1 | -0/+18 |
* | lib/util/charset Add wrapper to allow testing of strlen_m_ext() | Andrew Bartlett | 2011-03-31 | 1 | -2/+14 |
* | lib/util/charset correct calculation of UTF8 character sizes | Andrew Bartlett | 2011-03-31 | 1 | -1/+1 |
* | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 2011-03-25 | 1 | -16/+16 |
* | lib/util: Merge basic string length and comparison functions | Andrew Bartlett | 2011-03-23 | 1 | -0/+416 |