Andrew Borodin
|
9a39e35dc3
Use g_assert() instead of assert(3).
|
8 years ago |
Andrew Borodin
|
d9ad3d2e32
Clarify __attribute ((format (printf))) usage.
|
9 years ago |
Veres Lajos
|
dfbb2c9430
Typo fixes.
|
11 years ago |
Andrew Borodin
|
ccf82ada12
Add functions to transform string to unsigned integer:
|
11 years ago |
Veres Lajos
|
805703523d
Misspellings fixes by https://github.com/vlajos/misspell_fixer
|
11 years ago |
Slava Zanko
|
808988b1f1
Add lib/strutil/replace:str_replace_all() function.
|
12 years ago |
Andrew Borodin
|
0e5b483974
Portability: rename some str_class members
|
12 years ago |
Andrew Borodin
|
04942e5f2b
(str_iscombiningmark): return gboolean instead of int
|
12 years ago |
Andrew Borodin
|
2940b7455d
Fix of DOXYGEN docs: @return instead of @returns
|
12 years ago |
Ilia Maslakov
|
55c8f041da
fixed doxygen documentation
|
12 years ago |
Andrew Borodin
|
f7f37f674e
Check assert.h header and use it conditionally.
|
13 years ago |
Slava Zanko
|
6cec807140
str_isutf8() function now returns gboolean value
|
13 years ago |
Slava Zanko
|
91f3d8f4fd
Added strrstr_skip_count() function.
|
13 years ago |
Andrew Borodin
|
f70e06b37a
Optimization of str_msg_term_size().
|
14 years ago |
Andrew Borodin
|
43ed65e3d9
Moved string-related routines from lib/util.[ch] into lib/strutil.
|
14 years ago |
Andrew Borodin
|
1192d34bd1
Clean up some empty lines.
|
14 years ago |
Slava Zanko
|
feb733663f
Code indentation in lib directory
|
14 years ago |
Vladimir Brednikov
|
3c4221bc40
Ticket #1994: Sort files by version (like strverscmp(3) does)
|
14 years ago |
Slava Zanko
|
7fa24fbc9b
Moved strutil-related stuff from src into lib/strutil/*
|
15 years ago |