Skip to content

libestr: update from 0.1.0 to 0.1.2 #2300

Closed
wants to merge 1 commit into from
Closed

libestr: update from 0.1.0 to 0.1.2 #2300

wants to merge 1 commit into from

Commits on Sep 14, 2021

  1. libestr: update from 0.1.0 to 0.1.2

    - for rsyslogd
    - no .so version number changes
    ```
    += es_str_t* es_newStrFromNumber(long long num);
    += int es_strcasebufcmp(es_str_t *s, unsigned char *b, es_size_t len);
    += static inline int es_strcasecmp(es_str_t *s1, es_str_t *s2)
    += int es_strncmp(es_str_t *s1, es_str_t *s2, es_size_t len);
    += int es_strncasecmp(es_str_t *s1, es_str_t *s2, es_size_t len);
    += int es_strContains(es_str_t *s1, es_str_t *s2);
    += int es_strCaseContains(es_str_t *s1, es_str_t *s2);
    += long long es_str2num(es_str_t *s, int *bSuccess);
    ```
    wwwutz committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    7a876c9 View commit details
    Browse the repository at this point in the history