Historie revizí

Autor SHA1 Zpráva Datum
  Russell Bryant 2f07938991 Multiple revisions 360356-360357 před 12 roky
  Tilghman Lesher f27ab5ec8c Merged revisions 293197 via svnmerge from před 14 roky
  Tilghman Lesher d30abb0ea9 Ensure a NULL file while debugging cannot crash AEL. před 14 roky
  Sean Bright 34edfb736c Merged revisions 189462 via svnmerge from před 15 roky
  Steve Murphy bf9c67e109 Merged revisions 177225 via svnmerge from před 15 roky
  Kevin P. Fleming 1fdd7c85b6 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too před 16 roky
  Steve Murphy a6fc62417f In these changes, I have added some explanation před 16 roky
  Steve Murphy 47bc7ab7a5 Oops. put a decl in a generated file. My bad, but fixed now. před 16 roky
  Steve Murphy d1850e75d5 These changes are in regards to bug 13249, where users are being surprised by the changes made před 16 roky
  Steve Murphy 92e3f5e8f0 (closes issue #6002) před 16 roky
  Steve Murphy 01d3b407ff made AEL 8-bit transparent; mainly the lexer was tossing chars with the hi-order bit set. Not nice. Also, allow @ in extension names, and a backslash, also. před 17 roky
  Steve Murphy af37587208 Merged revisions 87168 via svnmerge from před 17 roky
  Steve Murphy ec1911fb27 Merged revisions 86936 via svnmerge from před 17 roky
  Steve Murphy a278a6a4c2 Merged revisions 84239 via svnmerge from před 17 roky
  Kevin P. Fleming 7bfb71bed3 deal with more gcc 4.2 const pointer warnings před 17 roky
  Steve Murphy 200bae2e6d an unreported crash I debugged, looked like it was backing up way too far after hitting the syntax error. An inspection of the code revealed that error tokens in lists were not rearranged when the rules were rearranged as part of a code neatening-up process. By moving the error tokens to where they should be, I also reduced the number of shift/reduce conflicts to 3 instead of 8. This introduces subtle differences in error messages, so the regressions had to be updated. před 17 roky
  Steve Murphy 74a89324fa This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. před 17 roky