c49c53 Refactor: functionize numeric comparisons of strings

3 files Authored by kgaillot 4 years ago, Committed by Packit Service 4 years ago,
    Refactor: functionize numeric comparisons of strings
    
    This moves the guts of sort_node_uname() from libpe_status to a new function,
    pcmk_numeric_strcasecmp(), in libcrmcommon, so it can be used with strings and
    not just pe_node_t objects.
    
        
file modified
+1 -0
file modified
+65 -0
file modified
+2 -48