Skip to content
  1. Mar 30, 2024
  2. Jul 06, 2020
  3. Jul 05, 2018
  4. Dec 04, 2017
  5. Mar 06, 2017
  6. Dec 14, 2016
  7. Dec 07, 2016
  8. Nov 30, 2016
  9. Aug 24, 2016
  10. Oct 03, 2014
  11. Jul 04, 2014
  12. Jul 03, 2014
  13. Jul 02, 2014
  14. Jul 01, 2014
  15. Jan 16, 2014
  16. Jun 11, 2009
  17. May 25, 2009
  18. Nov 24, 2008
  19. Nov 07, 2008
    • mullers's avatar
      , group zeroedIntegers: · acf632c8
      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;
      acf632c8
  20. Feb 14, 2008
  21. Jan 31, 2008
  22. Jan 29, 2008
  23. Oct 31, 2007
  24. Oct 08, 2007
    • mullers's avatar
      Edition 3 selector added to module LibCommon_TextStrings · 44a0c9d5
      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
      44a0c9d5
  25. Oct 02, 2007
  26. Sep 21, 2007
  27. Sep 13, 2007
  28. Nov 30, 2006
  29. Nov 22, 2006