Commit History

Author SHA1 Message Date
  sergei 9e74315d18 * Test contains assembler, restrict to i386. 14 years ago
  paul ee2e0a0c1d compiler: remove CP_xxx constants since they are present in the system unit now 14 years ago
  paul a068e0cae2 tests: add test for TEncoding class 14 years ago
  paul 09fa98a564 rtl: forgotten files 14 years ago
  paul abf9816a09 rtl: add basic implementation of TEncoding class 14 years ago
  paul 836889fc64 rtl: move some CP_xxx constants from syswin into systemh for generic use, redeclare UTF8Sting, RawByteString using constant identifiers instead of pure numbers. replace comparison with $ffff codepage to CP_NONE 14 years ago
  paul 0bfb83b06c rtl: add HashName function based on implementation of Hash() from objpas. It uses case case-insensitive hash generation. This function is added for compatibility with delphi (although it generates different hash in delphi and fpc for same strings). It is also needed for codepage search in hash array. 14 years ago
  paul 8fc6af7fde rtl: cleanup 14 years ago
  pierre 7654fe6aba * Try to update i386/openbsd port 14 years ago
  pierre 7f69e6426d * Try to update i386/openbsd port 14 years ago
  pierre 7e87ca4c3c * Comment about mingw tlssup.c added 14 years ago
  pierre 82fc72ea8d * New code to handle zip file containing longlog instead of invidual comp/execute log/elg files 14 years ago
  pierre 732adeaa66 * Added TU_CATEGORY_FK and Svn revs to RunOverview 14 years ago
  pierre 68a8746f8e * Add some macros to support compilation by old Borland C compiler 14 years ago
  pierre 537217b2a2 + Added CPUs supported by darwin OS target 14 years ago
  pierre 85e343a2ad + Added some comment about unneeded cdecl modifier 14 years ago
  florian df75368d0b --- Merging r19281 into '.': 14 years ago
  florian 94adf3992d --- Merging r19292 into '.': 14 years ago
  florian c6a0cafdb0 * don't generate implicit exception frames for pure assembler routines, resolves #20075 14 years ago
  Tomas Hajny f35aa5db26 * fix for breakage under Unix platforms - see also bug #20400 14 years ago
  Legolas fe84a76d0a * Updated libogcfpc to ver.1.8.8 14 years ago
  florian 7bb1c642dd * fix division by zero in alignment code, should resolve #20265 an #20240 14 years ago
  florian 77c3477b91 * modified patch by LacaK2 to add overloaded versions of string handling routines, which works with WideChar null terminated strings, resolves #19989 14 years ago
  sekelsenmat 5e55e13570 Ops, fixing wrong previous commit 14 years ago
  sekelsenmat c35cf265c0 Disables compiling fpvectorial 14 years ago
  paul 6384fa2a19 rtl: revert r19330. We probably need to create a separate encoding<->codepage table. 14 years ago
  pierre 24d489f7f7 * Lowercase CompilerCPU and CompilerTarget 14 years ago
  paul a0e7196ae9 rtl: move winiconv.inc into general inc directory and rename it to wincodepages.inc, also rename win2iconv, iconv2win to CodePageToCodePageName, CodePageNameToCodePage. 14 years ago
  paul c4fcdfce29 tests: fix tstrutils2 by Alexander Shishkin (mantis #0020390) 14 years ago
  paul 33a67704ac compiler: allow type conversions for ordinal types inside type declarations e.g inside enumerations like: Byte(0)..Byte(15) 14 years ago