Commit History

Author SHA1 Message Date
  Legolas 5fc349eda7 * Fixed stacksize for Wii 14 years ago
  Jonas Maebe e78f195422 + new test that should fail to compile, but doesn't yet 14 years ago
  tom_at_work b0bd6a13ec Fixed argc/argv/envp for arm/linux shared libraries. They are by default in registers a1/a2/a3 as per ABI: the first arguments when calling a method (in this case the FPC_SHARED_LIB_START) are passed via registers, not on the stack. 14 years ago
  florian 5abdfb6f7e * aint -> asizeint changes 14 years ago
  florian fcd3872d88 + introduction of tcgint 14 years ago
  florian ef699b1864 + avr flag and condition handling 14 years ago
  florian ca76476cfa * avr needs div helper 14 years ago
  florian db2600d40b + first primitive concatcopy implementation 14 years ago
  florian 4f82149dbd * aint -> asizeint change 14 years ago
  florian c2f04796b9 + only include softfpu if FPUNONE is not set 14 years ago
  florian 26fbfaf5a7 + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer) 14 years ago
  florian fd97ce0109 * removed some arm overlefts 14 years ago
  florian 26ce3cef00 * compilation fixes 14 years ago
  florian 8b245369e1 + implemented normalize_ref 14 years ago
  florian 4cfc5693c5 * fix compilation for avr 14 years ago
  sergei b7e26ed986 * sax_html.pp, ignore markup in STYLE and SCRIPT elements, Mantis #18826 14 years ago
  Legolas 08fdb5af54 + Added sd card handling to libogc 14 years ago
  Jonas Maebe b8e9fd5c00 * use blx also for ARMv5, since it works on non-T variants and is required 14 years ago
  joost 366a8dd966 * Added test for ftTime fields 14 years ago
  florian f8b01f76a4 * update of german message files by Karl-Michael Schindler, resolves #18815 14 years ago
  ivost d4cde5eaa2 * added syscall_nr_futex = 142 for sparc architecture 14 years ago
  sergei 7b948b1e38 * Type of lParam argument of EnumResourceNames, EnumResourceTypes, EnumResourceLanguages and corresponding callbacks must be LONG_PTR. Mantis #18816. 14 years ago
  sergei 41aeb9a22b * Rework TStream.CopyFrom (see Mantis #17980): 14 years ago
  Legolas 41c946032e * libogc for Wii needs cmem and libc statically linked 14 years ago
  Legolas 4e6953163d * Added lib for Wii (forgot to commit...) 14 years ago
  Legolas 645744bf51 + Added libogc binding and examples for Wii 14 years ago
  joost 83b0940628 * TFieldDef.Size for strings should contain the max. number of bytes in the string, without the trailing zero. Bug #17268 14 years ago
  sergei 884ec3abb3 * Cleanup ParseContent() 14 years ago
  Jonas Maebe a11709658c - removed outdated versions (superceded by the ones under 14 years ago
  tom_at_work a8bf34d3fc Correctly return to caller in ARM/Linux shared library startup code instead of fall-through to system exit. 14 years ago