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

Conversation

wwwutz
Copy link
Collaborator

@wwwutz wwwutz commented Sep 14, 2021

  • 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);
bee update libestr-0.1.2-1

- 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
Copy link
Collaborator Author

wwwutz commented Sep 21, 2021

closed by #2335

@wwwutz wwwutz closed this Sep 21, 2021
Sign in to join this conversation on GitHub.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant