Skip to content
Snippets Groups Projects
  1. Apr 19, 2006
  2. 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
  3. Mar 13, 2006
  4. Feb 22, 2006
  5. Jan 09, 2006
  6. Dec 31, 2005
  7. Dec 30, 2005
  8. Dec 23, 2005
  9. Nov 29, 2005
  10. Nov 14, 2005
  11. Nov 08, 2005
  12. Oct 26, 2005
  13. Oct 24, 2005
  14. Sep 27, 2005
  15. Sep 14, 2005
  16. Aug 26, 2005
  17. Aug 03, 2005
  18. Jul 12, 2005
  19. Jun 24, 2005
  20. Jun 23, 2005
  21. Jun 06, 2005
  22. Jun 02, 2005
  23. May 08, 2005
  24. Apr 22, 2005
  25. Apr 21, 2005
  26. Apr 13, 2005
  27. Apr 05, 2005
  28. Apr 04, 2005
  29. Mar 27, 2005
  30. Mar 10, 2005
  31. Feb 04, 2005
  32. Jan 29, 2005
  33. Jan 15, 2005
  34. Dec 22, 2004
  35. Dec 21, 2004
  36. Dec 20, 2004
Loading