Skip to content
Snippets Groups Projects
  1. Feb 14, 2008
  2. Feb 10, 2008
  3. Feb 08, 2008
  4. Jan 16, 2008
  5. Jan 12, 2008
  6. Oct 24, 2007
  7. Sep 22, 2007
  8. Aug 14, 2007
  9. Jun 15, 2006
  10. Jun 06, 2006
  11. Mar 01, 2006
  12. Feb 01, 2006
  13. Dec 22, 2005
    • rswindell's avatar
      New properties: system.version_num and system.version_hex, initialized with · 0d222f31
      rswindell authored
      the values of the newly defined macros of the same names. These allow easy
      comparison for scripts. Example:
          if(system.version_num < 31301) /* v3.13b */
              print("version 3.13b or later required");
      system.version_hex allows easy major/minor version number checking, parsing
      or printing using right-shift operations instead of division/rounding. Example:
          31301/100 == 313.01
          0x31301>>8 == 0x313
      0d222f31
  14. Dec 13, 2005
  15. Oct 12, 2005
  16. Sep 05, 2005
  17. May 09, 2005
  18. Feb 20, 2005
  19. Feb 18, 2005
  20. Dec 31, 2004
  21. Dec 30, 2004
  22. Dec 01, 2004
  23. Sep 08, 2004
  24. Aug 16, 2004
  25. May 30, 2004
  26. May 17, 2004
  27. Apr 08, 2004
  28. Feb 14, 2004
  29. Jan 20, 2004
  30. Dec 12, 2003
  31. Nov 26, 2003
  32. Nov 01, 2003
  33. Oct 28, 2003
  34. Oct 19, 2003
  35. Oct 12, 2003
  36. Oct 10, 2003
  37. Oct 09, 2003
  38. Oct 01, 2003
Loading