提交歷史

作者 SHA1 備註 提交日期
  florian 4868b09844 * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332 14 年之前
  Jonas Maebe 2b11fd2bef * cpus that only understand Thumb-2 don't support "blx <imm>" 14 年之前
  marco 6ed8641937 * patch from BigChimp, fixing dbf related testing of output, from 14 年之前
  pierre ccb0595971 * Extend global label for smart linked objects to bsd systems 14 年之前
  pierre ee67e124ee + Add systems_XXXbsd sets 14 年之前
  sergei 268d8685e7 - Removed SysResetFPU/SysInitFPU from win32/win64 system unit initialization. It is redundant here because it is called from fpc_initializeunits->fpc_cpuinit (on win64) or from fpc_cpucodeinit (on win32). 14 年之前
  Jonas Maebe 028421ca6a + interface delegation test from mantis #19180, already works 14 年之前
  Jonas Maebe d714eeb84b * give a proper error when a type identifier is missing in a 14 年之前
  paul 932ca07230 rtl: remove useless ifdef 14 年之前
  marco f538655cbf * enable character for FreeBSD. 14 年之前
  paul 6266b88b74 compiler: fix string const conversion from one codepage to another 14 年之前
  florian 5fa184c952 + patch by Jeppe Johansen to make use of the div/udiv instruction on arm7m, resolves #20022 14 年之前
  marco b0b12d3a64 * fmtbcd divide fix (and others), Mantis #19636, fix by Lacak2. + Test 14 年之前
  marco 09a2f07d5d * use bcdcompare instead of overloaded operator. Mantis #19613, patch by Lacak2 14 年之前
  florian cb647d875c * avoid mistakes with unimplemented sqr function on architectures with no softfloat support 14 年之前
  marco ecaa86d582 * added test from Mantis #19645 14 年之前
  marco 5e91099731 * fixes for > 100 query parameters. Mantis #19645, patch from Lacak2 14 年之前
  marco be95c02a89 * Patch from Lacak2, mantis #18241 mapping "..with timezone" fields to their non timezone fields ft*'s. 14 年之前
  paul 7a998aec3a compiler, rtl: add a codepage argument fpc_Read_Text_AnsiStr to create new AnsiString with the codepage of passed AnsiString argument 14 年之前
  paul 00396da30c compiler: cleanup 14 年之前
  paul 3b9fd15af7 rtl: update character.pas by Inoussa OUEDRAOGO (issue #0020302) 14 年之前
  Jonas Maebe 64f8ec7a9a * disabled part of test that is broken on systems using utf-8 as 14 年之前
  Jonas Maebe 28bd9a9618 * fixed syntax error 14 年之前
  sergei ad5d2ccabb * Moved command line handling and randomize() to syswin.inc, so a single copy of code is used for both win32 and win64. This implies that apostrophe is no longer supported as quoting symbol in win64. 14 年之前
  sergei b997094755 + Generate unwind bytecode for function prologues on win64. 14 年之前
  Jonas Maebe dff5ac3b0a * don't allow passing a field of a record that's not an lvalue as 14 年之前
  Jonas Maebe fadf8bf2a5 * fixed fpc_UnicodeStr_CheckRange() now that apparently the length in 14 年之前
  florian a5cdc0cdde * changed check introduced in r19193 into the same method as other locations in nadd.pas do 14 年之前
  Jonas Maebe 258869c8f1 * and one more fix to prevent endless loops 14 年之前
  Jonas Maebe 3469942f34 * fixed potential endless loop if the code page passed to win2iconv() 14 年之前