Skip to content
Snippets Groups Projects
  1. Sep 08, 2008
  2. Aug 25, 2008
  3. Aug 13, 2008
  4. Aug 05, 2008
  5. Aug 03, 2008
  6. Jul 28, 2008
  7. Jul 21, 2008
  8. Jul 13, 2008
    • Michiel van Baak's avatar
      Make all sed calls Posix sed compatible. · 0d49cdae
      Michiel van Baak authored
      To make sure nobody commits script-modified files we first make a backup
      of asterisk.tex, run the script, generate the pdf and / or html,
      and put the original asterisk.tex back.
      This will guard us for the stuff that happened before that someone committed 
      a locally modified asterisk.tex, with changes done by this script.
      
      (closes issue #13062)
      Reported by: mvanbaak
      Patches:
            sed_without-i-v3.diff uploaded by mvanbaak (license 7)
      Tested by: mvanbaak
      
      Feedback from Corydon. Thanks for taking the time to go through this.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@130578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0d49cdae
  9. Jul 01, 2008
  10. Jun 19, 2008
  11. Jun 12, 2008
  12. Jun 10, 2008
  13. Jun 02, 2008
  14. May 22, 2008
  15. May 05, 2008
  16. Apr 02, 2008
  17. Mar 19, 2008
  18. Mar 17, 2008
  19. Feb 28, 2008
  20. Feb 26, 2008
  21. Feb 18, 2008
  22. Jan 29, 2008
  23. Jan 28, 2008
  24. Jan 25, 2008
  25. Jan 24, 2008
  26. Jan 22, 2008
  27. Jan 17, 2008
  28. Jan 16, 2008
  29. Jan 13, 2008
  30. Jan 10, 2008
  31. Jan 07, 2008
  32. Jan 05, 2008
    • Russell Bryant's avatar
      Now that the version.h file was getting properly regenerated every time the svn · 54bc2c20
      Russell Bryant authored
      revision changed, every module that used the version was getting rebuilt after
      every svn update.  This severly annoyed me pretty quickly, so I have improved
      the situation.
      
      Now, instead of generating version.h, main/version.c is generated.  version.c
      includes the version information, as well as a couple of API calls for modules
      to retrieve the version.  So now, only version.c will get rebuilt, and the main
      asterisk binary relinked, which is must faster than rebuilding http.c, manager.c,
      asterisk.c, relinking the asterisk binary, chan_sip.c, func_version.c, res_agi ...
      
      The only minor change in behavior here is that the version information reported by
      chan_sip, for example, is the version of the Asterisk core, and not necessarily the
      Asterisk version that the chan_sip module came from.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96717 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      54bc2c20
  33. Jan 02, 2008
  34. Jan 01, 2008
  35. Dec 31, 2007
  36. Dec 26, 2007
Loading