Yury V. Zaytsev
|
d11faea07d
doc: fix typos in comments
|
1 month ago |
Yury V. Zaytsev
|
0775539b08
Fix typos/improve grammar in charsets.c / strutil.h
|
2 months ago |
Andrew Borodin
|
6cb97d18f1
src/strutil/xstrtol.c: sync with gnulib.
|
4 months ago |
Andrew Borodin
|
b5f465a3d8
(filevercmp): make inline.
|
5 months ago |
Andrew Borodin
|
6718b3ec26
Indentation using GNU indent-2.2.13.
|
5 months ago |
Andrew Borodin
|
aa38245e85
Merge lib/strescape.h into lib/strutil.h. Rename functions.
|
8 months ago |
Andrew Borodin
|
44d8213f4e
Ticket #4533: External editor does not work with arguments in $EDITOR
|
7 months ago |
Kian-Meng Ang
|
5001232704
Fix various typos in the source code (closes MidnightCommander/mc#177).
|
1 year ago |
Andrew Borodin
|
dc67246c27
Ticket #4374: fix file sort by version.
|
2 years ago |
Andrew Borodin
|
7408272361
filevercmp: fix several unexpected results.
|
2 years ago |
Andrew Borodin
|
d35df9ad60
Use argument names in function declarations.
|
3 years ago |
Andrew Borodin
|
a2a5fa017e
Fix file version sort.
|
5 years ago |
Andrew Borodin
|
52d1980c46
strutil: character test functions return gboolean instead of int.
|
6 years ago |
Andrew Borodin
|
8b6f4ef2c2
Use gboolean instead of int in file/dir sort related functions.
|
6 years ago |
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 |