Skip to content
Snippets Groups Projects
  1. May 09, 2006
  2. May 06, 2006
  3. May 03, 2006
  4. Apr 23, 2006
  5. Apr 19, 2006
  6. Mar 23, 2006
    • Luigi Rizzo's avatar
      Replace ast_say_* functionn with function pointers, so that modules · dde76c53
      Luigi Rizzo authored
      can override them.
      On passing, fix a potential problem in the top level Makefile:
      
      if a static library is not referenced by any of the core objects,
      it is not linked in the main program, and will not be available
      to modules, which leads to failure at runtime when the modules
      are loaded.
      This is the case of stdtime/localtime.o, which supplies some core
      symbolx, but is only linked in as a library. Fix the problem by
      linking in the object.
      
      NOTE: this is intended as a temporary aid to replace the
      existing say.c with a newer implementation. Once the
      task is completed, we may decide whether or not the ast_say*()
      functions should be pluggable or not and possibly revert
      part of this change.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      dde76c53
  7. Mar 13, 2006
  8. Feb 22, 2006
  9. Jan 09, 2006
  10. Dec 31, 2005
  11. Dec 30, 2005
  12. Dec 23, 2005
  13. Nov 29, 2005
  14. Nov 14, 2005
  15. Nov 08, 2005
  16. Oct 26, 2005
  17. Oct 24, 2005
  18. Sep 27, 2005
  19. Sep 14, 2005
  20. Aug 26, 2005
  21. Aug 03, 2005
  22. Jul 12, 2005
  23. Jun 24, 2005
  24. Jun 23, 2005
  25. Jun 06, 2005
  26. Jun 02, 2005
  27. May 08, 2005
  28. Apr 22, 2005
  29. Apr 21, 2005
  30. Apr 13, 2005
  31. Apr 05, 2005
  32. Apr 04, 2005
  33. Mar 27, 2005
  34. Mar 10, 2005
  35. Feb 04, 2005
  36. Jan 29, 2005
Loading