cvs commit: ports/lang/fasm Makefile distinfo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 24 03:50:23 UTC 2012


sunpoet     2012-02-24 03:50:23 UTC

  FreeBSD ports repository

  Modified files:
    lang/fasm            Makefile distinfo 
  Log:
  - Update to 1.69.39
  
  Changes:
  1.69.39:
  - Fixed a bug in expression calculator that caused result of division by number
    larger than 32-bit be always the absolute value of actual result (the sign was
    dropped).
  
  1.69.38:
  - Fixed a small bug that made relative offsets get invalid symbol type in some
    cases.
  
  1.69.37:
  - Added "relativeto" testing operator.
  - Couple of small bugfixes.
  
  1.69.36:
  - Added "assert" directive.
  - Macroinstruction argument now can have default value, defined with "=" symbol
    followed by value after the argument name in definition.
  - Fixed a bug which disallowed combining unary "+" with other unary operators.
  
  PR:             ports/165395
  Submitted by:   Aldis Berjoza <graudeejs at gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.25      +1 -1      ports/lang/fasm/Makefile
  1.21      +2 -2      ports/lang/fasm/distinfo


More information about the cvs-all mailing list