Commit History

Author SHA1 Message Date
  paul fe782eac07 rtl: add StringOf(TBytes), WideStringOf(TBytes), ByteLength(UnicodeString) for delphi compatibility 14 years ago
  paul 14c2f248df rtl: add WideBytesOf(UnicodeString): TBytes for delphi compatibility 14 years ago
  paul fa43a448b9 rtl: add BytesOf(String): TBytes for delphi compatibility 14 years ago
  paul 7817f5017d rtl: add TBytesStream class for compatibility with delphi (TStringStream is a descendant of TBytesStream) + test 14 years ago
  sergei 85f7914906 * Don't generate .seh_endprologue if SEH directives are present in the text of (pure assembler) procedure, as it results in duplicate .seh_endprologue. 14 years ago
  paul aa666d38ed rtl: check arguments in some TEncoding functions which uses array/string access and raise EEncodingError in case of wrong indexes or string/arrays 14 years ago
  pierre 1eee6cd514 * Fix syscall_nr_exit value 14 years ago
  florian 111d05c68f o patch by Alexander Shishkin, resolves #20409 14 years ago
  marco cb832a5656 * Preserve existing param values when changing sql text. 14 years ago
  marco 5ee619276f * updated test with patch from Lacak2. 14 years ago
  marco 1014e1d1d8 * integrated test as substitute for separate test deleted by r19306. 14 years ago
  marco 0da4c6a310 * updated comment as advised in Mantis #20392 14 years ago
  michael c1ff89a7c2 * Fixed bug in ExeSearch, noted by Tomas 14 years ago
  paul 38a706dd28 rtl: improve CodePageToCodePageName - return official name instead of one of the labels, use binary search 14 years ago
  Tomas Hajny a3813ce176 + working (although very limited) generic TProcess implementation based on SysUtils.CreteProcess for use with GO32v2, etc. 14 years ago
  pierre 4a8b37016a i386-OpenBSD 4.9 has no underscore prefix 14 years ago
  pierre e6939ef5b5 + Add FPC OpenBSD target support 14 years ago
  pierre ef40c9f3cc + Add FPC OpenBSD target support 14 years ago
  pierre 6957c5e8da * Add openbsd directory for openbsd source 14 years ago
  pierre 034c51c2e1 + All several units also compiled on freebsd 14 years ago
  pierre c0ef3d935b * Updated using freebsd version (not verified) 14 years ago
  pierre 1e9d5fb24b * Updated using freebsd version (not verified) 14 years ago
  pierre 3a4831d924 * Fix linking problems 14 years ago
  pierre dbd3df9ddf + Added OpenBSD CODESET and LC_ALL values 14 years ago
  Tomas Hajny 49a7b48fe0 * proper support for ExecInheritsHandles in Flags 14 years ago
  Tomas Hajny fca1ea8757 * correction of whitespace definition 14 years ago
  sergei 0db44ae108 + Support SEH directives in x86_64 AT&T asmreader. 14 years ago
  sergei 9eb451756b + Support .seh_handler directive 14 years ago
  sergei 89c0663c56 + AT&T asmreader: added methods that can be overridden in descendant readers to handle target-specific directives. 14 years ago
  sergei c6d382fe18 * Moved procedure genlinearlist from ti386casenode to tx86casenode. This optimization works well on x86_64, resulting in approximately twice less instructions than when using generic code. 14 years ago