Changeset: b5abe1a394a8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b5abe1a394a8 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 Branch: Jul2015 Log Message:
Approve new signatures diffs (34 lines): diff --git a/clients/Tests/MAL-signatures.stable.out b/clients/Tests/MAL-signatures.stable.out --- a/clients/Tests/MAL-signatures.stable.out +++ b/clients/Tests/MAL-signatures.stable.out @@ -40174,11 +40174,11 @@ pattern profiler.stop():void address CMDstopProfiler; comment Stop performance tracing -command profiler.stethoscope(b:int):void +pattern profiler.stethoscope(b:int):void address CMDstethoscope; comment Start stethoscope profiling with heart beat -command profiler.tomograph(b:int):void +pattern profiler.tomograph(b:int):void address CMDtomograph; comment Start tomograph profiler with heart beat diff --git a/clients/Tests/MAL-signatures.stable.out.int128 b/clients/Tests/MAL-signatures.stable.out.int128 --- a/clients/Tests/MAL-signatures.stable.out.int128 +++ b/clients/Tests/MAL-signatures.stable.out.int128 @@ -51109,11 +51109,11 @@ pattern profiler.stop():void address CMDstopProfiler; comment Stop performance tracing -command profiler.stethoscope(b:int):void +pattern profiler.stethoscope(b:int):void address CMDstethoscope; comment Start stethoscope profiling with heart beat -command profiler.tomograph(b:int):void +pattern profiler.tomograph(b:int):void address CMDtomograph; comment Start tomograph profiler with heart beat _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
