Commit History

Author SHA1 Message Date
  yury 3dc94e678d * Fixed fpc_shortstr_assign for arm. 17 years ago
  yury a9295d1c66 * On windows event can not be "abandoned". Skip this part of the test. 17 years ago
  yury adeafe6ef4 * Updated readme about running test suite on arm-wince device. 17 years ago
  yury 62e616cae0 * Fixed warnings. rtl is warnings and notes free for wince and win32 again. 17 years ago
  yury bc50a7fd6c * Removed unused vars. 17 years ago
  yury 9472825478 * Fixed warnings. 17 years ago
  yury 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 years ago
  yury 0399268e0a * Fixed packages building for wince. 17 years ago
  joost 654898d11a * Moved code to clear calculated fields from TDataset to TBufDataset, based on patch from Petr Kristan 17 years ago
  marco 36b557b142 * quick test successful -> commit 17 years ago
  florian 951a202e5d * fix by Jan Bruns for #11042: improves reading of references on arm 17 years ago
  florian 6c5471f324 * don't destroy LastError when resolving a threadvar on windows, resolves #10205 (?) 17 years ago
  michael fce221f9b4 * Added clocale.pp from Petr Kristan 17 years ago
  Jonas Maebe 42a4684f60 * use global label to refer enum subrange type for setdefs 17 years ago
  joost 1a4ee73146 * Added NoWideStringSupport runtime error 17 years ago
  michael d20636a319 * Fix from Petr Kristan to remofe timereformat (kills AM/PM) 17 years ago
  joost dd348c8093 * Patch from Petr Kristan to fix TDataSet.SetFieldDefs 17 years ago
  michael d699e37790 * Patch from Martin Schreiber 17 years ago
  joost 44fe103c46 * Added Regex unit with an NFA regexpression parser, based on code from Julian Bucknall which is used with his permission 17 years ago
  peter 85250cca06 * split repository in InstalledRepository and AvailableRepository 17 years ago
  florian 347ae5a3bf * val takes care of empty string, patch from Petr Kristan 17 years ago
  peter 95aaa7a74b * reorder code after r10602 so it is more clear 17 years ago
  marco 6e4782a9db * fix for 10766 17 years ago
  marco 99c4e92735 * fix for 11099 17 years ago
  marco 2417a02a3b * Parameter renames for some much used functions from Graeme (#11034) 17 years ago
  Jonas Maebe 07b3e11e2b * fixed "set of enumeration" for gdb 6.7/6.8 17 years ago
  Jonas Maebe 39fa81d40e * fixed stabs debug info for webtbs/tw9766 again 17 years ago
  michael 51f5fd5eb7 * Patch from Martin Schreiber to fix inline component streaming 17 years ago
  Jonas Maebe cd28ce9dfc * only write set elementdef information if there is an elementdef 17 years ago
  michael 618c2ee4f9 * Fixed inline components streaming 17 years ago