Changeset: 9adc3a44988f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9adc3a44988f Modified Files: clients/Tests/exports.stable.out Branch: default Log Message:
Approve recent changes. diffs (43 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 @@ -729,6 +729,7 @@ str ALGsemijoin(int *result, int *lid, i str ALGsintersect(int *result, int *lid, int *rid); str ALGslice(int *ret, bat *bid, lng *start, lng *end); str ALGslice_int(int *ret, bat *bid, int *start, int *end); +str ALGslice_oid(int *ret, bat *bid, oid *start, oid *end); str ALGslice_wrd(int *ret, bat *bid, wrd *start, wrd *end); str ALGsplit(int *result, int *bid); str ALGssort(int *result, int *bid); @@ -2338,6 +2339,7 @@ str OPTstrengthReduction(Client cntxt, M str OPTtrace(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); str OPTtraceCall(MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str OPTvector(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); +str OPTvectorOid(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str PCREcompile_wrap(pcre **res, str *pattern); str PCREexec_wrap(bit *res, pcre *pattern, str *s); str PCREfromstr(str instr, int *l, pcre **val); @@ -3128,6 +3130,7 @@ int canBeJoinselectProp; str catalogRef; str catchKernelException(Client cntxt, str ret); str centipedeRef; +int charCst(Client cntxt, ValPtr val); void chkDeclarations(stream *out, MalBlkPtr mb); void chkFlow(stream *out, MalBlkPtr mb); void chkInstruction(stream *out, Module s, MalBlkPtr mb, InstrPtr p); @@ -3311,7 +3314,6 @@ str getTypeName(malType tpe); lng getUserTime(void); str getVarName(MalBlkPtr mb, int i); wrd getVarRows(MalBlkPtr mb, int v); -lng getVolume(MalStkPtr stk, InstrPtr pci, int rd); MalBlkPtr gotoMalBlkMarker(MalBlkPtr mb, str marker); str grabRef; str groupRef; @@ -3536,6 +3538,7 @@ Plant newPlant(MalBlkPtr mb); int newProperty(MalBlkPtr mb); InstrPtr newRaiseStmt(MalBlkPtr mb, str nme); str newRef; +InstrPtr newReturnStmt(MalBlkPtr mb); InstrPtr newStmt(MalBlkPtr mb, char *module, char *name); InstrPtr newStmt1(MalBlkPtr mb, str module, char *name); InstrPtr newStmt2(MalBlkPtr mb, str module, char *name); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list