The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 8b189839aa + if TBufDataset.PacketRecords is set to -1, all records are fetched
+ TBufDataset.RecNo now always returns 0 for new records
 + TBufDataset.Recordcount does not count a new record anymore
 + EOF and BOF must be true when a dataset is created
 + Close does not call CheckBrowseMode anymore
 + Add a check in MoveBy for distance=0
 + MoveBy calls DoBeforeScroll before it does anything else
 + Send the right dataevent in MoveBy (bug 5048)
 + Check for an edit state in Post
 + Fixed NotInEditState error message
 + added the deConnectChange,deReconcileError,deDisabledStateChange TDataEvents
 + Do not send a deFieldListChange event when opening the dataset

git-svn-id: trunk@3463 -
2006-05-09 20:01:59 +00:00
compiler * fixed bootstrapping on 64 bit CPUs 2006-05-09 13:15:22 +00:00
fcl + if TBufDataset.PacketRecords is set to -1, all records are fetched 2006-05-09 20:01:59 +00:00
fv * Fix by Wayne Sherman to make restore from dosshell work under Win32 2006-05-08 06:39:01 +00:00
ide * More ver1_0 defines removed 2006-05-07 22:32:43 +00:00
installer * use -P for cross compile 2006-04-23 18:53:29 +00:00
packages + Patch from Bram Kuijvenhoven to implement blob field and more verbose errors 2006-05-08 20:22:20 +00:00
rtl * fixed bootstrapping on 64 bit CPUs 2006-05-09 13:15:22 +00:00
tests * compiled using Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.41 for AMD64 2006-05-06 08:16:51 +00:00
utils * win64 lcl 2006-05-07 08:14:04 +00:00
.gitattributes * compiled using Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.41 for AMD64 2006-05-06 08:16:51 +00:00
.gitignore * win64 compile fixes 2006-04-20 11:16:46 +00:00
Makefile * use -P for cross compile 2006-04-23 18:53:29 +00:00
Makefile.fpc * reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet) 2006-04-20 08:50:08 +00:00