| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This adds copyright verbiage to the Perl scripts. Scripts that are
known to be clean w.r.t. the 2-clause BSD license are given that
license; unclear ones are given the "LGPL for now".
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
|
|
|
|
| |
Add the NASM Manual (as a PDF) to the Windows installer, and abstract
out the version number.
|
|
|
|
|
|
|
| |
Snapshot releases have *only* digits in the tail. "git describe"
produces tails that have digits in them, but aren't numeric.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
|
|
|
|
|
|
| |
For snapshot releases, expand out the mangled version number,
e.g. 2.05.00.0.20081025.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
|
|
|
|
|
|
|
| |
When producing the mangled version number, don't add a subminor if
there isn't a patch level or release candidate number. Thus, 2.05p1
is 2.05.00.01, but 2.05 can just be 2.05.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
|
|
|
|
| |
Add a mode to version.pl to produce Makefile variables (used by
Netware Makefile.)
|
|
|
|
|
| |
"Stealth whitespace" makes it harder to read diffs, and just generally
cause unwanted weirdness. Do a source-wide pass to get rid of it.
|
|
|
|
|
|
| |
Add support for daily snapshot releases of the form
<ordinary version number>-<datecode>. These are exported to programs
as the new macro __NASM_SNAPSHOT__ (only present in snapshot releases.)
|
|
|
|
|
|
| |
Update nasm.spec.in to match modern conventions, and make it handle rc
releases by using the "mangled" version of the name (1.99.99.91
instead of 2.0rc1).
|
|
|
|
|
|
| |
Support version numbers of the form X.Y[.Z]rcW where X, Y, Z and W are
numbers. For the numeric macros, drop them down to a lower level, so
2.0rc1 is treated as version 1.99.99.91.
|
|
|
|
| |
Remove CVS $Id$ tags, since git doesn't use them.
|
|
|
|
| |
generate Serial: tags in the RPM spec file to help clue RPM in.
|
| |
|
| |
|
|
Introduce new standard __NASM_SUBMINOR__ and __NASM_VER__ macros.
|