Commit Graph

70 Commits

Author SHA1 Message Date
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
H. Peter Anvin
01ca643b5b Document -O2/-O3 change 2003-08-29 19:29:37 +00:00
H. Peter Anvin
16b929515e Update 2003-08-29 19:06:40 +00:00
Frank Kotler
d0ed6fd30d Alexei's patch to allow "-I" paths to be searched for "incbin"ed files 2003-08-27 11:33:56 +00:00
Frank Kotler
7fd4f00930 Remove "backslash()" 2003-08-06 07:10:16 +00:00
H. Peter Anvin
3835406920 Document fixing bug 574861 2003-07-16 19:54:49 +00:00
H. Peter Anvin
73320328c1 Generate stabs format debugging info for ELF 2003-07-09 19:11:10 +00:00
Frank Kotler
d9119b2e52 Fixed outbin.c to allow origin > 80000000h 2003-06-30 20:39:23 +00:00
H. Peter Anvin
b2f652eb8c The next release will be 0.98.37 2003-03-12 22:17:32 +00:00
H. Peter Anvin
646bb2a2b1 Document XSTORE 2003-03-12 04:59:00 +00:00