Commit History

作者 SHA1 備註 提交日期
  daniel 35bc0b8160 * Fix missing ctrlZmarkseof check. 19 年之前
  Jonas Maebe 9d893195b5 * fixed potential buffer overflow in fpc_Write_Text_Char/ 19 年之前
  michael 155df8d326 + StdIO flush now handled as all other files 19 年之前
  peter 9566255122 * allow out file parameters 19 年之前
  Jonas Maebe 0e2a5dde24 * the pointer parameter of fpc_Read_Text_PChar_As_Pointer is not an 19 年之前
  Jonas Maebe a67f42a3e7 * also return 0 when reading an unsigned integer at the end of a file 20 年之前
  Jonas Maebe 58381ff7b6 * made chararray handling 98% TP-compatible, fixes web bugs 3012 20 年之前
  peter 198aa2e72a * change value to const string to remvoe implicit exception stack: 20 年之前
  florian 4a6939e354 * made generic basic file handling 64 bit 20 年之前
  florian 0508459315 * From Jakob Klos: 20 年之前
  michael 3a2eaa94b1 + Removed INTERNCONSTINTF define 20 年之前
  michael 93ba0409be + Removed HASCOMPILERPROC define 20 年之前
  michael 8a226bba52 + Removed HASWIDESTRING/HASWIDECHAR defines 20 年之前
  peter 4ace790492 * remove $Log 20 年之前
  florian f8c314a7b7 * changed fpc_read_text to use out instead of var 20 年之前
  fpc 790a4fe2d3 * log and id tags removed 20 年之前
  marco 9d33cf03b1 * Patch from maillist for read() on a file with only a few numerical digits 20 年之前
  fpc 50778076c3 initial import 20 年之前
  Tomas Hajny d3c103dfd7 * EOF_CTRLZ conditional define replaced with CtrlZMarksEOF, #26 handling made more consistent (fix for bug #2453) 20 年之前
  peter e417e34496 * truncate log 20 年之前
  peter 14eb8f59b4 internconst, internproc and some external declarations moved to interface 21 年之前
  peter 95e0ed26f8 * use helper call to retrieve address of input/output to reduce 21 年之前
  Tomas Hajny 85320d6787 * SetTextLineEnding implemented, FileRec.Name position alignment for CPU64 21 年之前
  olle 268e5d32cc * prefixed write[buffer|blanks] with fpc_ and made them externally visible 21 年之前
  olle 0337fc7b32 + handles mac line endings without blocking the console, on Mac OS only 21 年之前
  peter b5df63e617 * ValSInt fixed for 64 bit 21 年之前
  peter cafed35e77 * str() helpers now also use valint/valuint 21 年之前
  peter 041eb4aa1d * do_read/do_write addr argument changed to pointer 21 年之前
  peter 9a2f05820a * fixed ignorespaces which was broken by the previous commit 23 年之前
  peter bc3943ca4f * fix for tw1896 23 年之前