Commit Verlauf

Autor SHA1 Nachricht Datum
  godzil 35f76e7438 Big commit, change the properties of a lot of text file to use native eol, and force all of the documentation files to user CRLF eol. Remove some artefacts from CVS (.cvsignores file and a CVSROOT folder) and add svn:keywords to all files in the repository vor 15 Jahren
  debrouxl 8c5abd0888 Import PpHd's patch to ld-tigcc as one big chunk. vor 15 Jahren
  debrouxl 7ef5ae771f Branch for PpHd's ld-tigcc improvements. vor 15 Jahren
  debrouxl 0146842c2b Merge upstream commit r1259: vor 15 Jahren
  godzil 24b3727562 Apply Lionel Patch (and first real commit on this marvelous fork #hehe#) vor 16 Jahren
  kevinkofler 55ba42a9c3 Fix "relative reloc at `0xnnn' to `foo' in different section" errors when using --remove-unused with debugging information and KERNEL_FORMAT_ROM_CALLS (or other relocated ROM_CALLs, RAM_CALLs or library calls): Remove all ROM_CALLs, RAM_CALLs and library calls from the deleted section. GDB can't handle them anyway and they cause invalid entries in the relocation table. vor 16 Jahren
  kevinkofler 89cb9c3819 Update copyright date. vor 16 Jahren
  kevinkofler 56f932f952 Seek back to the end after FlashOS relocation so the dummy signature ends up at the end and not the place of the last relocation in the standalone version. vor 16 Jahren
  kevinkofler 81a30055da Update copyright date. vor 16 Jahren
  kevinkofler 301be95cd6 Ignore "relative reloc to symbol in different section" error in the ".deleted" section. This fixes --remove-unused with debugging information and -freg-relative-an. vor 16 Jahren
  kevinkofler a2f7ac6478 Fix DecodeOnCalcName to work like strncpy (fill remaining characters with \0). vor 17 Jahren
  kevinkofler f52c6a2e06 Add support for urlencoded on-calc file names. vor 17 Jahren
  kevinkofler 62f356b3c8 Fix CalcTolower (- -> +). vor 17 Jahren
  kevinkofler ee6e19fa55 Implement portable CalcTolower instead of relying on system tolower for names in the calculator charset. vor 17 Jahren
  kevinkofler 8f4764b120 Refactor copying of on-calc names into DecodeOnCalcName so urldecoding can be added into a single place. vor 17 Jahren
  kevinkofler 16e279d4cf Document --output-data-var switch. vor 17 Jahren
  kevinkofler 2df1f86c0a Implement --output-data-var switch (allows specifying the on-computer file name for the data variable). vor 17 Jahren
  kevinkofler eef8b6dbaf Merge ATTRIBUTE_MAY_ALIAS patches from dasm-tigcc. vor 17 Jahren
  kevinkofler fbbf279021 Don't patch on-computer file size when --outputbin-main-only is given either. vor 17 Jahren
  kevinkofler b9b35b344c Don't patch on-computer file size when --outputbin is given. vor 17 Jahren
  kevinkofler 542d0dc273 Fix emission of calculator builtins when using pucrunch compression. vor 17 Jahren
  kevinkofler a6aed16d3e Complete pucrunch support: fix sizes and checksum, actually call the compression function. vor 17 Jahren
  kevinkofler 924f2418ab Change pucrunch interface to take an EXP_FILE * so the checksum is computed. vor 17 Jahren
  kevinkofler e23a3f73c4 Start implementing ExportPackedTIOSFile. vor 17 Jahren
  kevinkofler 81f97e732f When --pack is given, make main file a ppg file and rename data variable (if it exists) to *-data.??y. vor 17 Jahren
  kevinkofler 53bb95d362 Error out on an attempt to enable pucrunch for TARGET_EMBEDDED. vor 17 Jahren
  kevinkofler 11cdc34926 Remove excess blank lines. vor 17 Jahren
  kevinkofler 5fddb4076a Add --pack switch (currently does nothing). vor 17 Jahren
  kevinkofler 73467f8bb0 Remove unused memStart and useless verbose output for it. vor 17 Jahren
  kevinkofler 472dfe06c3 Use Error and Warning instead of fprintf(stderr for error reporting. vor 17 Jahren