Changeset: 55bdba4efc8f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=55bdba4efc8f Modified Files: clients/Tests/exports.stable.out Branch: jitudf Log Message:
Approve exports. diffs (37 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 @@ -1446,6 +1446,8 @@ str MTIMEepilogue(void *ret); str MTIMEepoch2int(int *res, const timestamp *ts); str MTIMEepoch2lng(lng *res, const timestamp *ts); str MTIMEepoch_bulk(bat *ret, bat *bid); +void MTIMEfromdate(date n, int *d, int *m, int *y); +void MTIMEfromtime(daytime n, int *hour, int *min, int *sec, int *msec); str MTIMElocal_timezone(lng *res); str MTIMEmonth_from_str(int *ret, const char *const *month); str MTIMEmonth_to_str(str *ret, const int *month); @@ -1514,6 +1516,8 @@ str MTIMEtimestamp_to_str(str *s, const str MTIMEtimestamp_year(int *ret, const timestamp *t); str MTIMEtimestamplng(timestamp *ret, const lng *sec); str MTIMEtimezone(tzone *z, const char *const *name); +date MTIMEtodate(int day, int month, int year); +daytime MTIMEtotime(int hour, int min, int sec, int msec); str MTIMEtzone_create(tzone *ret, const int *minutes); str MTIMEtzone_create_dst(tzone *ret, const int *minutes, const rule *start, const rule *end); str MTIMEtzone_create_lng(tzone *ret, const lng *minutes); @@ -1954,6 +1958,7 @@ void batBeforeCall(ValPtr v, ValPtr bak) str batRef; str batalgebraRef; str batcalcRef; +str batcapiRef; str batmalRef; str batmmathRef; str batmtimeRef; @@ -1982,6 +1987,7 @@ str bstream_read_wrapwrap(int *res, Bstr str calcRef; str callMAL(Client cntxt, MalBlkPtr mb, MalStkPtr *glb, ValPtr argv[], char debug); int callString(Client c, str s, int listing); +str capiRef; str catalogRef; str catchKernelException(Client cntxt, str ret); void chkDeclarations(stream *out, MalBlkPtr mb); _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
