Summary: | ASTERISK-15299: [patch] remainder ast_expr2 func misspelt as reminder | ||
Reporter: | Walter Doekes (wdoekes) | Labels: | |
Date Opened: | 2009-12-10 16:39:21.000-0600 | Date Closed: | 2009-12-28 16:13:20.000-0600 |
Priority: | Trivial | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) ast16-reminder-remainder.patch | |
Description: | FUNC_REMAINDER is not found as it is called FUNC_REMINDER in main/ast_expr2.y | ||
Comments: | By: Walter Doekes (wdoekes) 2009-12-10 16:41:39.000-0600 A trivial fix in ast16-reminder-remainder.patch. Actually, I was looking for bitwise operators. Are those not implemented for a reason? I was attempting to check permissions against an integer bitfield. (Using ((N/bitno)%2) on 1.4, but I need to wrap a FLOOR() on that in 1.6.) Regards, Walter Doekes OSSO B.V. By: Digium Subversion (svnbot) 2009-12-28 16:09:41.000-0600 Repository: asterisk Revision: 236713 U trunk/main/ast_expr2.c U trunk/main/ast_expr2.y ------------------------------------------------------------------------ r236713 | qwell | 2009-12-28 16:09:40 -0600 (Mon, 28 Dec 2009) | 8 lines Allow "REMAINDER" to function properly in expressions. (closes issue ASTERISK-15299) Reported by: wdoekes Patches: ast16-reminder-remainder.patch uploaded by wdoekes (license 717) Tested by: wdoekes ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=236713 By: Digium Subversion (svnbot) 2009-12-28 16:10:41.000-0600 Repository: asterisk Revision: 236714 _U branches/1.6.0/ U branches/1.6.0/main/ast_expr2.c U branches/1.6.0/main/ast_expr2.y ------------------------------------------------------------------------ r236714 | qwell | 2009-12-28 16:10:41 -0600 (Mon, 28 Dec 2009) | 15 lines Merged revisions 236713 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r236713 | qwell | 2009-12-28 16:09:40 -0600 (Mon, 28 Dec 2009) | 8 lines Allow "REMAINDER" to function properly in expressions. (closes issue ASTERISK-15299) Reported by: wdoekes Patches: ast16-reminder-remainder.patch uploaded by wdoekes (license 717) Tested by: wdoekes ........ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=236714 By: Digium Subversion (svnbot) 2009-12-28 16:11:08.000-0600 Repository: asterisk Revision: 236715 _U branches/1.6.1/ U branches/1.6.1/main/ast_expr2.c U branches/1.6.1/main/ast_expr2.y ------------------------------------------------------------------------ r236715 | qwell | 2009-12-28 16:11:08 -0600 (Mon, 28 Dec 2009) | 15 lines Merged revisions 236713 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r236713 | qwell | 2009-12-28 16:09:40 -0600 (Mon, 28 Dec 2009) | 8 lines Allow "REMAINDER" to function properly in expressions. (closes issue ASTERISK-15299) Reported by: wdoekes Patches: ast16-reminder-remainder.patch uploaded by wdoekes (license 717) Tested by: wdoekes ........ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=236715 By: Digium Subversion (svnbot) 2009-12-28 16:13:19.000-0600 Repository: asterisk Revision: 236716 _U branches/1.6.2/ U branches/1.6.2/main/ast_expr2.c U branches/1.6.2/main/ast_expr2.y ------------------------------------------------------------------------ r236716 | qwell | 2009-12-28 16:13:18 -0600 (Mon, 28 Dec 2009) | 15 lines Merged revisions 236713 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r236713 | qwell | 2009-12-28 16:09:40 -0600 (Mon, 28 Dec 2009) | 8 lines Allow "REMAINDER" to function properly in expressions. (closes issue ASTERISK-15299) Reported by: wdoekes Patches: ast16-reminder-remainder.patch uploaded by wdoekes (license 717) Tested by: wdoekes ........ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=236716 |