Skip to content
Snippets Groups Projects
  1. May 02, 2006
  2. Apr 30, 2006
  3. Apr 29, 2006
  4. Apr 28, 2006
  5. Apr 25, 2006
  6. Apr 24, 2006
  7. Apr 15, 2006
  8. Apr 11, 2006
  9. Apr 07, 2006
  10. Apr 06, 2006
  11. Apr 05, 2006
  12. Apr 01, 2006
  13. Mar 30, 2006
  14. Mar 25, 2006
  15. 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
  16. Mar 03, 2006
  17. Feb 23, 2006
  18. Feb 22, 2006
  19. Feb 20, 2006
  20. Feb 16, 2006
  21. Feb 12, 2006
  22. Feb 10, 2006
  23. Feb 06, 2006
  24. Feb 03, 2006
  25. Feb 02, 2006
  26. Feb 01, 2006
  27. Jan 27, 2006
  28. Jan 23, 2006
Loading