This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
mc
Watch
1
Star
0
Fork
0
You've already forked mc
mirror of
https://github.com/MidnightCommander/mc
synced
2025-03-03 06:31:28 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
mc
/
lib
/
strutil
History
Andrew Borodin
2356acc26d
NULL-ize some variables to make unit tests happy.
...
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2016-11-21 13:12:55 +03:00
..
Makefile.am
…
replace.c
Update copyright years.
2016-01-01 11:48:10 +03:00
strescape.c
Update copyright years.
2016-01-01 11:48:10 +03:00
strutil8bit.c
Remove min() and max() macros. Use MIN() and MAX() macros from GLib.
2016-05-07 16:19:02 +03:00
strutil.c
NULL-ize some variables to make unit tests happy.
2016-11-21 13:12:55 +03:00
strutilascii.c
Remove min() and max() macros. Use MIN() and MAX() macros from GLib.
2016-05-07 16:19:02 +03:00
strutilutf8.c
Remove min() and max() macros. Use MIN() and MAX() macros from GLib.
2016-05-07 16:19:02 +03:00
strverscmp.c
Cleanup unused macros.
2016-07-29 09:32:04 +03:00
xstrtol.c
Use g_assert() instead of assert(3).
2016-11-21 13:12:55 +03:00