Changeset: 2aa091859f0b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2aa091859f0b
Modified Files:
        clients/Tests/exports.stable.out
Branch: default
Log Message:

approved new function signature


diffs (11 lines):

diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -1932,6 +1932,7 @@ str STRprefix(str *ret, const str *s, co
 str STRrepeat(str *ret, const str *s, const int *c);
 str STRreplace(str *ret, const str *s1, const str *s2, const str *s3);
 str STRspace(str *ret, const int *l);
+str STRsplitpart(str *res, str *haystack, str *needle, int *field);
 str STRstrSearch(int *res, const str *arg1, const str *arg2);
 str STRstringLength(int *res, const str *s);
 str STRsubstring(str *ret, const str *s, const int *start, const int *l);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to