提交历史

作者 SHA1 备注 提交日期
  Tomas Hajny 9f6651fdb7 + added Get/SetTextAutoFlush feature 4 年之前
  svenbarth ac36eec71a * protect GetFullName with FPC_HAS_FEATURE_UNICODESTRINGS instead of _WIDESTRINGS 4 年之前
  pierre e80b1d9e70 Put GetFullName functions inside $ifdef FPC_WIDESTRING_EQUAL_UNICODESTRING 4 年之前
  Károly Balogh 3aa0d92c79 fix casting typo in r47263 4 年之前
  florian 408fc819b3 + initial implementation of a FullName field in file records to overcome length limitions of the name field 4 年之前
  Tomas Hajny a71f87357d * simplified version of SeekEof for improved TP/BP/Delphi compatibility by Andrey 'Croco' Stolyarov as fix for #37716, plus a new test for testing the compatibility 4 年之前
  Tomas Hajny 1eb11a2a29 * fix for problem with commit 46853 4 年之前
  Tomas Hajny 3c9257300d * fix for bug #37716 by Andrey 'Croco' Stolyarov 4 年之前
  florian dbd14206c9 * compilation on targets without fpu fixed 5 年之前
  florian 20f6514d97 * fix compilation for non 64 Bit targets 5 年之前
  florian 50c48349d5 * check properly for i/o errors in the iso read helpers, resolves #37154 5 年之前
  florian 74275a9173 * in ISO mode, f^ is undefined after Rewrite 6 年之前
  Károly Balogh 7bc03f2590 reverted accidental commit to text.inc 6 年之前
  Károly Balogh c85f7cfc26 aros/amigaos4: enabled ELF32/64 and GetModuleAddr() in exeinfo, based on the MorphOS versionexeinfo.pp 6 年之前
  florian be158cec7a * reset I/O result before and after the implicit close calls in ISO pascal mode, 7 年之前
  florian 29a2c433f7 * -Sr option for iso mode: in case no command line parameter is passed, the file name for program parameters is derived from their variable name 8 年之前
  marco 7ef8f00100 * more occured -> occurred spelling fixes. 8 年之前
  michael 3b3d5ab8be * Undid last commit 9 年之前
  michael 4fa2ec7740 * Patch from Karl-Michael Schindler to prepend TMP to temp filename../inc/iso7185.pp 9 年之前
  yury e1a0b1204a * Removed unused vars in RTL. 10 年之前
  Jonas Maebe 2afd8eb802 - removed FPC_HAS_STR_CURRENCY-related code, FPC 2.6.4 has it 10 年之前
  florian 590ec0f3e6 * more procedures excluded to avoid internalerrors on avr after the trgobj.conservative fix 10 年之前
  florian 7dd1d6aa77 o fixes handling of iso i/o parameters/program parameters: 10 年之前
  florian 886e3e8d02 * disable several complex procedures for avr with a newly introduced define: EXCLUDE_COMPLEX_PROCS. They 10 年之前
  Jonas Maebe 60dbce940a * converted readstr/writestr to use system.Utf8CodePointLen() 10 年之前
  florian 714901ce45 * fixes feature defines after recent changes 10 年之前
  Jonas Maebe 8ac4a770a9 * check whether file/text is assigned in erase/rename (mantis #25932) 11 年之前
  Jeppe Johansen 9b79f2f68d Added support for 8-bit CPU's in RTL. Mostly for missing implementations of int<->string conversion and console/text output. 11 年之前
  florian 15df4a4f80 + support iso pascal like program parameters in iso mode 11 年之前
  florian e841027a48 * fixes handling of typed files in iso mode 11 年之前