Skip to content
  1. Jul 03, 2012
    • berge's avatar
      Reverted r51. · 8f534f4f
      berge authored
      /!\ Please do not introduce loops with externals !
      /!\ Please avoid modification on branches
      8f534f4f
  2. Jun 29, 2012
  3. Apr 14, 2011
  4. Nov 25, 2010
  5. Oct 22, 2010
  6. Oct 21, 2010
  7. Sep 07, 2010
  8. Sep 06, 2010
  9. Aug 31, 2010
  10. Jun 11, 2009
  11. May 25, 2009
  12. Nov 24, 2008
  13. Nov 07, 2008
    • mullers's avatar
      , group zeroedIntegers: · a47e773b
      mullers authored
      const UInt2   c_uInt3Zero := 0;
      const UInt2   c_uInt4Zero := 0;
      const UInt2   c_uInt5Zero := 0;
      const UInt2   c_uInt6Zero := 0;
      
      Should be:
      
      const UInt3   c_uInt3Zero := 0;
      const UInt4   c_uInt4Zero := 0;
      const UInt5   c_uInt5Zero := 0;
      const UInt6   c_uInt6Zero := 0;
      a47e773b
  14. Feb 14, 2008
  15. Jan 31, 2008
  16. Jan 29, 2008
  17. Oct 31, 2007
  18. Oct 08, 2007
    • mullers's avatar
      Edition 3 selector added to module LibCommon_TextStrings · 3af5453b
      mullers authored
      module LibCommon_TextStrings language "TTCN-3:2005"
      
      f_setVerdictPreOrPostamble introduced.
      f_setVerdictPostamble and f_setVerdictPostamble : log statement added to indicate that these functions are deprecated.
      
      c_uInt64Max and UInt64 deleted
      3af5453b
  19. Oct 02, 2007
  20. Sep 21, 2007
  21. Sep 13, 2007
  22. Nov 30, 2006