Commit graph

79 commits

Author SHA1 Message Date
H. Peter Anvin
04156cd099 Move the revision history into the documentation
Clumsily convert the revision history to nasmdoc format, so it can be
included in the documentation as Appendix C.
2008-07-14 02:45:57 -04:00
H. Peter Anvin
79fd43b228 Update CHANGES to current delta from 2.03.x. 2008-07-13 15:25:54 -07:00
H. Peter Anvin
a50a4449e5 Document case-insensitivity bug. 2008-06-28 18:39:13 -07:00
H. Peter Anvin
c4f1685736 -F implies -g backported to 2.03.01 2008-06-15 21:51:17 -07:00
H. Peter Anvin
4b247db304 Documentation facelift backported to 2.03.x 2008-06-15 21:13:12 -07:00
H. Peter Anvin
c25a5d01ac Merge branch 'nasm-2.03.x'
Conflicts:

	CHANGES
2008-06-15 21:01:25 -07:00
H. Peter Anvin
fe2c362e3f CHANGES: call the next version on this branch 2.03.01
Call the next version on this branch 2.03.01.
2008-06-15 21:00:16 -07:00
H. Peter Anvin
6680dd9a46 CHANGES: Document new features 2008-06-14 21:37:46 -07:00
H. Peter Anvin
6d6c717fba CHANGES: document changes from nasm-2.03 2008-06-14 21:36:18 -07:00
H. Peter Anvin
a9862a8954 Document forward references fixed in EQU. 2008-06-08 16:06:22 -07:00
H. Peter Anvin
9e20016eda Add %defstr, %idefstr
Add %defstr and %idefstr, to define a macro as a quoted string.
2008-06-04 17:23:14 -07:00
H. Peter Anvin
b86e62d826 Update CHANGES 2008-06-01 22:36:56 -07:00
H. Peter Anvin
6353a6c524 Update CHANGES 2008-05-30 11:08:14 -07:00
H. Peter Anvin
9e1f528c36 Add the -MP option to emit phony targets
Add the -MP option to emit phony targets.  Since this means each
header file has to be visited more than once, change the
implementation to use an internal list of all the dependencies, and
centralize the emission of the dependency files.
2008-05-29 21:38:00 -07:00
H. Peter Anvin
46fe1eed76 Add new options to CHANGES 2008-05-29 19:29:22 -07:00
H. Peter Anvin
ffd41fe111 CHANGES entry for %? and %?? 2008-05-25 22:11:36 -07:00
H. Peter Anvin
e3ad2ecdfe Add note about SEH support
Still need documentation from someone who actually knows anything
about how this works.
2008-05-23 21:51:21 -07:00
H. Peter Anvin
1b4b42599f CHANGES since 2.02, so far... 2008-05-23 18:03:26 -07:00
H. Peter Anvin
134b94665d Add %ifempty and variants 2008-02-16 17:01:40 -08:00
H. Peter Anvin
3f3bd41de0 CHANGES: Document %iftoken 2008-02-16 16:46:45 -08:00
H. Peter Anvin
848dbc8ff8 Bring CHANGES hopefully up to date 2008-02-16 15:08:41 -08:00
H. Peter Anvin
f1e34a326e Add list of changes for 2.02, so far 2008-01-30 14:22:17 -08:00
H. Peter Anvin
0317dd77c8 Document change in ELF section limit 2008-01-17 15:11:46 -05:00
H. Peter Anvin
292c615a95 More changes for 2.01 2007-12-26 10:18:49 -08:00
H. Peter Anvin
ce100a496d Document "-f elf" fix. 2007-12-25 15:38:22 -08:00
H. Peter Anvin
82ea192235 Update CHANGES for an upcoming 2.01 release. 2007-12-25 15:31:27 -08:00
H. Peter Anvin
2fd420d330 CHANGES that were missed... 2007-11-29 17:05:55 -08:00
H. Peter Anvin
1d32090469 Add macho support to CHANGES 2007-11-28 10:46:15 -08:00
H. Peter Anvin
00927db7e2 Additional CHANGES 2007-11-26 21:43:55 -08:00
Charles Crayne
f2098e9935 Documention Changes for Release 2.00
modified:   CHANGES
	modified:   ChangeLog
	modified:   doc/nasmdoc.src
2007-11-25 14:25:13 -08:00
Keith Kanios
b7a89544d0 General push for x86-64 support, dubbed 0.99.00. 2007-04-12 02:40:54 +00:00
Frank Kotler
f3071da71e fix outobj.c bug - every 256th extern crashed nasm
-
2005-06-08 16:41:10 +00:00
Frank Kotler
fd493aefe6 update "CHANGES" 2005-01-13 02:52:55 +00:00
Frank Kotler
7c4dada951 fix as86 .bss handling per John Coffman's patch 2004-04-25 02:57:00 +00:00
Nickolay Yurchenko
f7956c4072 For compatibility with older code removed feature:
* Unterminated string auto termination.
2003-09-26 19:03:40 +00:00
Stanislav Karchebny
d52236c00e Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const 2003-09-25 11:43:28 +00:00
Stanislav Karchebny
5e8f36611f Consistency fix 2003-09-25 11:28:45 +00:00
Stanislav Karchebny
88a049aca1 Added _NASM_FORMAT_ macro 2003-09-24 10:30:56 +00:00
Nickolay Yurchenko
f3b3ce27bd * Unterminated string auto termination.
* %(el)if(n)idn insensitivity to string quotes difference (#809300).
2003-09-21 20:38:43 +00:00
H. Peter Anvin
a31985e641 Document fix 2003-09-12 22:31:42 +00:00
H. Peter Anvin
528d860571 Document change to -g internals 2003-09-12 17:06:52 +00:00
H. Peter Anvin
eea6b7aa7f Make sure autoheader has actually been run by conditionalizing
the running of configure on the existence of config.h.in.
2003-09-08 20:02:10 +00:00
Ed Beroset
fd508e5c4e fixed bug #677841 by limiting the scanner to no more than 4095 characters for a single ID token 2003-09-08 01:49:30 +00:00
Nickolay Yurchenko
9aea715998 * Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call  (#794686)
2003-09-07 22:46:26 +00:00
Frank Kotler
abebb08083 quick fix to -f obj debug format - put "static" back in assemble.c
-
2003-09-06 04:45:37 +00:00
H. Peter Anvin
a75b8018b2 Document ELF fix 2003-09-06 00:55:49 +00:00
H. Peter Anvin
4b2900af2d Document STR fix 2003-09-02 21:39:22 +00:00
H. Peter Anvin
bdf061f6e7 -O10 and -O15, not -O5 and -O10 2003-09-01 04:14:15 +00:00
H. Peter Anvin
b5f76fbe9b Now working toward 0.98.38 2003-08-30 05:04:22 +00:00
H. Peter Anvin
528da1a07d Standard formatting. 2003-08-29 19:37:58 +00:00