Komit Sejarah

Pembuat SHA1 Pesan Tanggal
  Tilghman Lesher 4c4b3fa340 Merged revisions 87262 via svnmerge from 17 tahun lalu
  Tilghman Lesher 54ece011c1 Use the same delimited character as the FILTER function in FIELDQTY and CUT. 17 tahun lalu
  Tilghman Lesher c710e02a98 Document my changes from Friday 17 tahun lalu
  Tilghman Lesher 06ea82c156 Enable ranges, hexadecimal, octal, and special backslashed characters for the FILTER function 17 tahun lalu
  Tilghman Lesher f6427d6fb0 Merged revisions 82285 via svnmerge from 17 tahun lalu
  Tilghman Lesher 34c4795347 Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 17 tahun lalu
  Tilghman Lesher 2f0d40b1fd Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 17 tahun lalu
  Russell Bryant 00f1cf2802 Add a massive set of changes for converting to use the ast_debug() macro. 17 tahun lalu
  Tilghman Lesher 888d03a44b Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 17 tahun lalu
  Tilghman Lesher 42f68ccb2f Merged revisions 66538 via svnmerge from 17 tahun lalu
  Tilghman Lesher 1e53c7d785 Merged revisions 59049 via svnmerge from 17 tahun lalu
  Tilghman Lesher 6b9e0910cc Merged revisions 58880 via svnmerge from 17 tahun lalu
  Russell Bryant c1744c57af Merged revisions 53093 via svnmerge from 17 tahun lalu
  Tilghman Lesher a493f29fb4 Merged revisions 53075 via svnmerge from 17 tahun lalu
  Tilghman Lesher 225723625f Merged revisions 53070 via svnmerge from 17 tahun lalu
  Olle Johansson 904fe70416 Doxygen update 17 tahun lalu
  Jason Parker 88ccdfbe53 Merged revisions 51265 via svnmerge from 17 tahun lalu
  Tilghman Lesher 02ff88d303 Modifications to allow the output of SHELL() to be split per line (Issue 8676) 17 tahun lalu
  Kevin P. Fleming a46aff2ba9 finish const-ifying ast_func_read() 17 tahun lalu
  Tilghman Lesher a828046541 Integrate functionality tested on svncommunity users back into trunk 18 tahun lalu
  Tilghman Lesher 0e63606424 Merged revisions 48382 via svnmerge from 18 tahun lalu
  Matt O'Gorman f884e01ddb bug #8076 check option_debug before printing to debug channel. 18 tahun lalu
  Steve Murphy 2436d66595 As per discussion on bug 7862, the problem wasn't the fact that the documentation differed from behavior, but rather that users are used to REGEX having that space after the double quote in 1.2.x. So, in keeping with history, I investigated a little deeper, and discovered that the change in behavior was due to the modification of the function to use the AST_DECLARE_APP_ARGS and AST_NONSTANDARD_APP_ARGS() to parse the args. The code to skip the blank was left out. So, what I did was add code to throw out the first blank (space or tab) after the double quote, IF IT IS THERE. If not, nothing is done.Verbage is added to the function description saying that the space is optional, and skipped if it is there. If a space is desired, then the documentation advises putting two spaces there. This should make it compatible for 1.2 users, and not mess up new users who are used to using it with no space. It WILL mess up new users who WANT a space. Hopefully, they will double check the doc strings for this func and add the extra space. Hopefully, this class of new user is very small. 18 tahun lalu
  Steve Murphy f55d09f0fd With respect to bug 7862, the syntax and description are misleading to users. the syntax included a space after the double quotes between the regex and the data to match. I removed this from the function doc, and added some verbage to make this crystal clear, I hope. 18 tahun lalu
  Russell Bryant c709e8cb95 oops. 18 tahun lalu
  Russell Bryant 07b49a4339 The behavior of REGEX when it did not match was not defined by the docs, so 18 tahun lalu
  Kevin P. Fleming 90db3f33ab merge new_loader_completion branch, including (at least): 18 tahun lalu
  Tilghman Lesher a075ce613e Don't attempt to run a regcomp if we haven't even parsed arguments correctly 18 tahun lalu
  Tilghman Lesher 71269dca9b Revert the previous change to FILTER and fix the embedded documentation instead. 18 tahun lalu
  Russell Bryant 59e59ff45e fix the parsing of options in the FILTER function to match the documentation. 18 tahun lalu