The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost d647fff9f1 * Refactored indexes: TBufIndex is now a class instead of a record. All index-related code (such as for scrolling) should eventually be placed into this class. This is not done yet completely, but a start is made.
* From now on, FLastRecBuf.Next of the dl-list is linked to the first record. This way it is possible to move the cursur to the first record by setting the current record to the last record in the list. With this trick several corner-case checks which were necessary on every scroll-action on the dataset have become obsolete and are removed.

git-svn-id: trunk@11382 -
2008-07-14 09:55:53 +00:00
compiler * fixed compilation 2008-07-13 18:16:53 +00:00
ide Fixed typo (GBD=>GDB) 2008-06-30 11:40:41 +00:00
installer Added symbolic to installer 2008-07-03 15:37:04 +00:00
packages * Refactored indexes: TBufIndex is now a class instead of a record. All index-related code (such as for scrolling) should eventually be placed into this class. This is not done yet completely, but a start is made. 2008-07-14 09:55:53 +00:00
rtl * some avr fixes 2008-07-13 18:16:24 +00:00
tests * support ABSOLUTE32 in the COFF writer on x86-64, resolves #10641 2008-07-13 09:10:50 +00:00
utils * regenerated with changes in r11233 2008-06-15 15:52:25 +00:00
.gitattributes * support ABSOLUTE32 in the COFF writer on x86-64, resolves #10641 2008-07-13 09:10:50 +00:00
.gitignore
Makefile * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00