Changeset: 2441fa6a90aa for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2441fa6a90aa Modified Files: clients/Tests/MAL-signatures_all.stable.out clients/Tests/MAL-signatures_fits_geom.stable.out clients/Tests/MAL-signatures_geom.stable.out clients/Tests/MAL-signatures_none.stable.out clients/Tests/exports.stable.out Branch: Oct2014 Log Message:
Approved after changeset ae180fad42c8. diffs (67 lines): diff --git a/clients/Tests/MAL-signatures_all.stable.out b/clients/Tests/MAL-signatures_all.stable.out --- a/clients/Tests/MAL-signatures_all.stable.out +++ b/clients/Tests/MAL-signatures_all.stable.out @@ -40501,6 +40501,10 @@ command mtime.date(X_1:date):date address MTIMEdate2date; comment generate the nil date +command mtime.date_sub_month_interval(t:date,s:int):date +address MTIMEdate_submonths; +comment Subtract months from a date + command mtime.date_add_month_interval(t:date,s:int):date address MTIMEdate_addmonths; comment Add months to a date diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out b/clients/Tests/MAL-signatures_fits_geom.stable.out --- a/clients/Tests/MAL-signatures_fits_geom.stable.out +++ b/clients/Tests/MAL-signatures_fits_geom.stable.out @@ -40418,6 +40418,10 @@ command mtime.date(X_1:date):date address MTIMEdate2date; comment generate the nil date +command mtime.date_sub_month_interval(t:date,s:int):date +address MTIMEdate_submonths; +comment Subtract months from a date + command mtime.date_add_month_interval(t:date,s:int):date address MTIMEdate_addmonths; comment Add months to a date diff --git a/clients/Tests/MAL-signatures_geom.stable.out b/clients/Tests/MAL-signatures_geom.stable.out --- a/clients/Tests/MAL-signatures_geom.stable.out +++ b/clients/Tests/MAL-signatures_geom.stable.out @@ -40394,6 +40394,10 @@ command mtime.date(X_1:date):date address MTIMEdate2date; comment generate the nil date +command mtime.date_sub_month_interval(t:date,s:int):date +address MTIMEdate_submonths; +comment Subtract months from a date + command mtime.date_add_month_interval(t:date,s:int):date address MTIMEdate_addmonths; comment Add months to a date diff --git a/clients/Tests/MAL-signatures_none.stable.out b/clients/Tests/MAL-signatures_none.stable.out --- a/clients/Tests/MAL-signatures_none.stable.out +++ b/clients/Tests/MAL-signatures_none.stable.out @@ -40207,6 +40207,10 @@ command mtime.date(X_1:date):date address MTIMEdate2date; comment generate the nil date +command mtime.date_sub_month_interval(t:date,s:int):date +address MTIMEdate_submonths; +comment Subtract months from a date + command mtime.date_add_month_interval(t:date,s:int):date address MTIMEdate_addmonths; comment Add months to a date 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 @@ -1591,6 +1591,7 @@ str MTIMEdate_extract_year_bulk(bat *ret str MTIMEdate_fromstr(date *ret, const char *const *s); str MTIMEdate_sub_msec_interval_lng_wrap(date *ret, const date *t, const lng *msec); str MTIMEdate_sub_sec_interval_wrap(date *ret, const date *t, const int *sec); +str MTIMEdate_submonths(date *ret, const date *v, const int *delta); str MTIMEday_from_str(int *ret, const char *const *day); str MTIMEday_to_str(str *ret, const int *day); str MTIMEdaytime1(daytime *ret, const int *h); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list