| Commit message (Expand) | Author | Age | Files | Lines |
* | * emit all resource strings and internal dynamic string data using the | jonas | 2015-12-25 | 1 | -2/+2 |
* | * Removed unused local vars. | yury | 2015-11-26 | 1 | -1/+0 |
* | * implemented emitting items in a vectorized dead strippable section to | jonas | 2015-11-21 | 1 | -23/+17 |
* | * factored out generating the start and end of a vectorized dead strippable | jonas | 2015-11-21 | 1 | -32/+33 |
* | - removed new object/section commands for the al_const list when emitting | jonas | 2015-11-21 | 1 | -3/+0 |
* | * factored out the creation of start/end symbols of vectorized dead strippable | jonas | 2015-11-21 | 1 | -5/+4 |
* | + support UTF-8 in ascii2unicode(), this fixes the UTF-16 output of | jonas | 2015-09-28 | 1 | -1/+12 |
* | * changed emit_ansistring_const() and emit_unicodestring_const() into | jonas | 2015-03-27 | 1 | -3/+7 |
* | * put the symtable(s) of the current unit back on the symtablestack before | jonas | 2014-10-06 | 1 | -1/+8 |
* | * migrated the handling of ansi/unicodestring constants to the high level | jonas | 2014-08-06 | 1 | -9/+8 |
* | compiler: remove RST writer | paul | 2014-01-19 | 1 | -79/+0 |
* | compiler: fix a bug in .rsj output and enable it by default | paul | 2014-01-16 | 1 | -2/+2 |
* | compiler: use widestrings for json resource file generation | paul | 2014-01-16 | 1 | -17/+19 |
* | compiler: add a method for generating json files for resource strings (for ex... | paul | 2014-01-16 | 1 | -2/+63 |
* | * i8086 medium model fixes in Tresourcestrings.CreateResourceStringData | nickysn | 2013-08-18 | 1 | -2/+2 |
* | * Put string with unit name into sec_rodata_norel (other strings are already ... | sergei | 2013-06-08 | 1 | -3/+3 |
* | * Changed section for ansi/wide/unicodestring constants, resourcestrings (con... | sergei | 2012-11-18 | 1 | -1/+1 |
* | * do not create a global symbol in the middle of ansi/unicodestring | jonas | 2012-05-19 | 1 | -6/+9 |
* | * replaced most (if not all) remaining fields/parameters in the compiler | jonas | 2012-04-29 | 1 | -1/+1 |
* | * on AIX, you also can't have a label without data coming at the end of the | jonas | 2012-04-11 | 1 | -1/+1 |
* | compiler: | paul | 2011-10-19 | 1 | -3/+3 |
* | * fixes bootstrapping with 2.6.0 | florian | 2011-10-15 | 1 | -1/+1 |
* | compiler: emit resource strings in ansistring encoding | paul | 2011-09-30 | 1 | -3/+3 |
* | * make compiler compilable with 2.4.4 rtl | florian | 2011-09-28 | 1 | -2/+6 |
* | * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve... | florian | 2011-09-27 | 1 | -2/+2 |
* | compiler: manual merge some cpstrnew changes which was impossible to merge us... | paul | 2011-09-17 | 1 | -3/+3 |
* | o patch by Sergei Gorelkin which basically resolves #14308 (still misses some... | florian | 2009-12-13 | 1 | -29/+7 |
* | * fixed incompatibility of resource strings with the data reordering done by | jonas | 2009-09-05 | 1 | -3/+7 |
* | * split cpu64bit compiler define into | jonas | 2008-02-13 | 1 | -11/+11 |
* | * fixed and enabled smartlinking on Darwin by adding more .reference | jonas | 2007-09-28 | 1 | -2/+5 |
* | * Merged 2.3 branch changes: | jonas | 2007-03-04 | 1 | -2/+7 |
* | + Enable resourcestring in all modes | daniel | 2006-12-18 | 1 | -1/+1 |
* | * remove tdictionary and tindexarray | peter | 2006-11-03 | 1 | -4/+4 |
* | * AsmSymbolDict changed to FPHashObjectList | peter | 2006-11-01 | 1 | -4/+4 |
* | * Remove dos,strings units, use SysUtils instead | peter | 2006-10-30 | 1 | -2/+3 |
* | + support for ".reference" and ".no_dead_strip" darwin assembler directivs | jonas | 2006-09-12 | 1 | -1/+9 |
* | * correct fix for resourcestrings | peter | 2006-06-29 | 1 | -6/+6 |
* | * add number prefix to resstr symbols so the get ordered correctly when the | peter | 2006-06-29 | 1 | -4/+4 |
* | * don't put resstrs in multiple .o files. It is too dependent on the linker... | peter | 2006-03-31 | 1 | -4/+5 |
* | * split newasmsymbol to refasmsymbol and defineasmsymbol | peter | 2006-03-27 | 1 | -1/+1 |
* | * support setting translations per unit | peter | 2006-03-20 | 1 | -27/+31 |
* | Merged revisions 2827,2831,2837,2932-2980 via svnmerge from | peter | 2006-03-19 | 1 | -231/+252 |
* | Merged revisions 2921-2922,2925 via svnmerge from | peter | 2006-03-16 | 1 | -30/+30 |
* | * fixed rtl package building | florian | 2005-11-15 | 1 | -1/+1 |
* | * string constants are now array of char until | peter | 2005-10-02 | 1 | -2/+2 |
* | * support multiple asmlabel types, renamed getlabel to | peter | 2005-09-18 | 1 | -23/+23 |
* | * fixed Mac OS X compilation (start new ".data" section for resource strings) | jonas | 2005-09-15 | 1 | -0/+1 |
* | * rename al_code to al_procedures, al_bss/al_data to al_globals | peter | 2005-09-15 | 1 | -14/+14 |
* | * put typedconsts in own asmlist to prevent mixing | peter | 2005-08-17 | 1 | -36/+36 |
* | * Group asmlists into array to be able to add | daniel | 2005-07-23 | 1 | -30/+32 |