Next | Query returned 76 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2011-11-18 09:06:10 by Steven Drake | Files touched by this commit (1)
Log message:
MAKE_JOBS_SAFE=NO
   2009-07-22 23:21:33 by Thomas Klausner | Files touched by this commit (5)
Log message:
Update to 2.07. Set LICENSE.
Remove code for gcc 2 in pkgsrc Makefile; it required gcc 3.0 anyway.

cl-2.07 Version 2.07

NASM is now under the 2-clause BSD license.

Fix the section type for the .strtab section in the elf64 output format.

Fix the handling of COMMON directives in the obj output format.

New ith and srec output formats; these are variants of the
  bin output format which output Intel hex and Motorola S-records,
  respectively.  See ithfmt and srecfmt.

rdf2ihx replaced with an enhanced rdf2bin, which can output
  binary, COM, Intel hex or Motorola S-records.

The Windows installer now puts the NASM directory first in the
  PATH of the "NASM Shell".

Revert the early expansion behavior of %+ to pre-2.06 behavior:
  %+ is only expanded late.

Yet another Mach-O alignment fix.

Don't delete the list file on errors.  Also, include error and
  warning information in the list file.

Support for 64-bit Mach-O output, see machofmt.

Fix assert failure on certain operations that involve strings with
  high-bit bytes.

cl-2.06 Version 2.06

This release is dedicated to the memory of Charles A. Crayne, long
  time NASM developer as well as moderator of comp.lang.asm.x86 and
  author of the book Serious Assembler.  We miss you, Chuck.

Support for indirect macro expansion (%[...]).  See indmacro.

%pop can now take an argument, see pushpop.

The argument to %use is no longer macro-expanded.  Use
  %[...] if macro expansion is desired.

Support for thread-local storage in ELF32 and ELF64.  See elftls.

Fix crash on %ifmacro without an argument.

Correct the arguments to the POPCNT instruction.

Fix section alignment in the Mach-O format.

Update AVX support to version 5 of the Intel specification.

Fix the handling of accesses to context-local macros from higher
  levels in the context stack.

Treat WAIT as a prefix rather than as an instruction, thereby
  allowing constructs like O16 FSAVE to work correctly.

Support for structures with a non-zero base offset. See struc.

Correctly handle preprocessor token concatenation (see concat)
   involving floating-point numbers.

The PINSR series of instructions have been corrected and
   rationalized.

Removed AMD SSE5, replaced with the new XOP/FMA4/CVT16 (rev 3.03)
   spec.

The ELF backends no longer automatically generate a .comment section.

Add additional "well-known" ELF sections with default attributes.  See
   elfsect.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2008-11-05 13:48:35 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 2.05.01:

Version 2.05.01

    * Fix the -w/-W option parsing, which was broken in NASM 2.05.

Version 2.05

    * Fix redundant REX.W prefix on JMP reg64.
    * Make the behaviour of -O0 match NASM 0.98 legacy behavior.
    See section 2.1.22.
    * -w-user can be used to suppress the output of %warning
    directives. See section 2.1.24.
    * Fix bug where ALIGN would issue a full alignment datum instead
    of zero bytes.
    * Fix offsets in list files.
    * Fix %include inside multi-line macros or loops.
    * Fix error where NASM would generate a spurious warning on
    valid optimizations of immediate values.
    * Fix arguments to a number of the CVT SSE instructions.
    * Fix RIP-relative offsets when the instruction carries an immediate.
    * Massive overhaul of the ELF64 backend for spec compliance.
    * Fix the Geode PFRCPV and PFRSQRTV instruction.
    * Fix the SSE 4.2 CRC32 instruction.

Version 2.04

    * Sanitize macro handing in the %error directive.
    * New %warning directive to issue user-controlled warnings.
    * %error directives are now deferred to the final assembly phase.
    * New %fatal directive to immediately terminate assembly.
    * New %strcat directive to join quoted strings together.
    * New %use macro directive to support standard macro directives.
    See section 4.6.4.
    * Excess default parameters to %macro now issues a warning by
    default. See section 4.3.
    * Fix %ifn and %elifn.
    * Fix nested %else clauses.
    * Correct the handling of nested %reps.
    * New %unmacro directive to undeclare a multi-line macro. See
    section 4.3.10.
    * Builtin macro __PASS__ which expands to the current assembly
    pass. See section 4.11.9.
    * __utf16__ and __utf32__ operators to generate UTF-16 and
    UTF-32 strings. See section 3.4.5.
    * Fix bug in case-insensitive matching when compiled on platforms
    that don't use the configure script. Of the official release
    binaries, that only affected the OS/2 binary.
    * Support for x87 packed BCD constants. See section 3.4.7.
    * Correct the LTR and SLDT instructions in 64-bit mode.
    * Fix unnecessary REX.W prefix on indirect jumps in 64-bit mode.
    * Add AVX versions of the AES instructions (VAES...).
    * Fix the 256-bit FMA instructions.
    * Add 256-bit AVX stores per the latest AVX spec.
    * VIA XCRYPT instructions can now be written either with or
    without REP, apparently different versions of the VIA spec
    wrote them differently.
    * Add missing 64-bit MOVNTI instruction.
    * Fix the operand size of VMREAD and VMWRITE.
    * Numerous bug fixes, especially to the AES, AVX and VTX instructions.
    * The optimizer now always runs until it converges. It also
    runs even when disabled, but doesn't optimize. This allows most
    forward references to be resolved properly.
   2008-09-07 16:09:40 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 2.03.01:

2.03.01
-------
* Fix buffer overflow in the listing module.
* Fix the handling of hexadecimal escape codes in `...` strings.
* The Postscript/PDF documentation has been reformatted.
* The -F option now implies -g.

2.03
----
* Add support for Intel AVX, CLMUL and FMA instructions,
  including YMM registers.
* "dy", "resy" and "yword" for 32-byte operands.
* Fix some SSE5 instructions.
* Intel INVEPT, INVVPID and MOVBE instructions.
* Fix checking for critical expressions when the optimizer is enabled.
* Support the DWARF debugging format for ELF targets.
* Fix optimizations of signed bytes.
* Fix operation on bigendian machines.
* Fix buffer overflow in the preprocessor.
* SAFESEH support for Win32, IMAGEREL for Win64 (SEH).
* %? and %?? to refer to the name of a macro itself.  In particular,
  "%idefine keyword $%?" can be used to make a keyword \ 
"disappear".
* New options for dependency generation: -MD, -MF, -MP, -MT, -MQ.
* New preprocessor directives %pathsearch and %depend; INCBIN
  reimplemented as a macro.
* %include now resolves macros in a sane manner.
* %substr can now be used to get other than one-character substrings.
* New type of character/string constants, using backquotes (`...`),
  which support C-style escape sequences.
* %defstr and %idefstr to stringize macro definitions before creation.
* Fix forward references used in EQU statements.
   2008-06-17 16:06:25 by Matthias Scheler | Files touched by this commit (3)
Log message:
Add a patch from the "nasm" GIT repository to fix a crash triggered by
certain assembler files. This closes the security hole reported in SA30594
(which is IMHO highly debatable).
   2008-03-12 22:16:12 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 2.02
changes:
-bugfixes
-documentation improvements
-ELF: Experimental support for DWARF debugging information
-New compile date and time standard macros
-%ifnum now returns true for negative numbers
-Add support for the XSAVE instruction group

Next | Query returned 76 messages, browsing 31 to 40 | Previous