コミット履歴

作者 SHA1 メッセージ 日付
  joost 4556b1abcc * Added missing include-file to fpmake.pp 11 年 前
  joost d011c8b423 * Enabled usage of dictionary-macros in DocInstallDir and ExamplesInstallDir 11 年 前
  nickysn 91eac4986d + mouse unit for go32v2: implement a 'hide count' for the custom drawn mouse 11 年 前
  nickysn dd285d7a16 * in the go32v2 video unit, do not check MouseIsVisible, but instead call 11 年 前
  Tomas Hajny 9419073608 * make FPC RTL again compatible to OS/2 2.x (avoid using DosAllocThreadAlloc/FreeMemory if not available while keeping to use them if possible) 11 年 前
  Jeppe Johansen 7c34dc51a1 Removed vecn nodes from constant pointer address calculations to absolute variables, since only subscripts were being handled leading to problems like those described in issue #17118. 11 年 前
  Jeppe Johansen d3e91bb60c Fixed issue #26965. The peephole optimization didn't move a potential register deallocation to after the ldr instruction causing mov's to be removed. 11 年 前
  joost fd97b53016 * Fixed index-out-of-range error in fpmake when using the '-fsp 0' parameter 11 年 前
  Tomas Hajny 5d0bd53433 * remove fixed limit for overall size of arguments for Dos.Exec and SysUtils.ExecuteProcess 11 年 前
  Tomas Hajny 1c74b752c5 * fix for DosGetMessage and better (more accurate) declaration for DosQueryCP 11 年 前
  joost a9dcb9201f * Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe) 11 年 前
  pierre 8f58b93e39 Try to fix linux deadlock when inferiors generate lots of output to stderr 11 年 前
  joost 75afdf052b * Pass archive-command to fpmake on make zipsourceinstall 11 年 前
  joost 254cc2e7a7 * Do not add version-numbers to filenames on 8.3 fs hosts 11 年 前
  joost 684400b8e4 * Add a .source- or src-suffix to source-archives 11 年 前
  Jonas Maebe 77c1364713 * replaced use of semaphores in Unix version of TThread for suspend/resume 11 年 前
  Jonas Maebe 35a313d98c * throw an error if RTLEventCreate() fails on Unix 11 年 前
  Jonas Maebe 79a40547ca - removed no longer used tthread.FSuspendedExternal 11 年 前
  joost 270535fbe5 * Removed empty directories 11 年 前
  sergei bb1cec2474 * tcgcallparanode.secondcallparan: factored a complex condition into variable. 11 年 前
  sergei 07ab3fbec4 * Fixed RTTI name mangling for nested types, resolves #26069. 11 年 前
  Jonas Maebe dc4a2a59f7 * initialise mineq before exiting the parameter checking loop for open array 11 年 前
  Tomas Hajny a46b076cd2 * removed Dos[Alloc/Free]ThreadLocalMemory which is not available before OS/2 Warp - planned to be moved to DosCall2 later 11 年 前
  Tomas Hajny 99e9571e0e * allow initialization of DefaultSystemCodepage also if system could return more information about prepared codepages 11 年 前
  joost c4492a711f * Determine if a 8.3-target-string should be used based on host-os, not the target-os, since the Makefiles and compiler do the same. 11 年 前
  pierre 3530328cfd Allow to impose variable value as parameter (like AWK, as mawk from Makefile does not work) 11 年 前
  joost d2e649e048 * Removed rtl-dependency in fpmake.pp (rtl is always added implicitly) 11 年 前
  Tomas Hajny 6c17c9cb29 * minor optimization (don't clear the result of GetDynLibsErrorStr twice) 11 年 前
  Tomas Hajny 8cd2b615ce * added (limited) GetLastOSError by emulation of Win32 and *nix behaviour in the RTL 11 年 前
  joost 3296c3d381 * Pass "-fsp 0" to fpmake on distinstall and zipdistinstall to remove absolute source path from fpunits.cfg files 11 年 前