Commit Graph

17063 Commits

Author SHA1 Message Date
michael
c70b07e9f3 + Added trackmouseevent call and structures 2004-07-26 06:48:30 +00:00
mazen
72556ae39f * fix compile problem 2004-07-26 04:00:35 +00:00
olle
3f4eb52fec * envstr now returns empty string when index out of bounds 2004-07-25 22:46:14 +00:00
michael
107ae4d266 + Strip path from sourcefilename in generated docs 2004-07-25 22:40:13 +00:00
michael
720d2792ec + Initial implementation 2004-07-25 22:37:59 +00:00
michael
cfde5a91a5 + Fixed header row for table 2004-07-25 22:23:06 +00:00
michael
2da22be553 + Ctrl-R as shortcut to mark selection as variable 2004-07-25 22:22:49 +00:00
michael
5de50944d3 + Implemented DivMod 2004-07-25 16:46:08 +00:00
florian
051126d079 * assembler version of mod_qword_word reactivated 2004-07-25 11:50:39 +00:00
michael
c1e1d4f8d8 * Patches from Joost van der Sluis
interbase.pp:
      * Removed unused Fprepared
      * Changed the error message 'database connect string not filled
        in' to 'database connect string (databasename) not filled in'
      * Preparestatement and execute now checks if transaction is
        assigned (in stead of crashing if it isn't) and if the
        transaction isn't started, it calls starttransaction.

   dataset.inc:
      * In DoInternalOpen the buffers are now initialised before the
        dataset is set into browse-state

   database.inc and db.pp:
      * If the dataset is created from a stream, the database is opened
        after the dataset is read completely
2004-07-25 11:32:40 +00:00
marco
54d1baf9ec * makefile fix 2004-07-24 18:20:10 +00:00
Tomas Hajny
dadda35ce2 * simulated support for new heap manager 2004-07-24 01:15:25 +00:00
michael
b10198407e + Fixed getdeclaration of TPasRecordType (semicolons not/wrongly placed) 2004-07-24 00:03:13 +00:00
michael
b26de8f269 + Worked around bug in compiler that finalizes constants in subroutines 2004-07-23 23:42:02 +00:00
michael
7ebd56b69d + Fixed scanning of strings with quotes in them 2004-07-23 23:41:10 +00:00
michael
d7015572b6 + Fixed value of constant strings (added quotes) 2004-07-23 23:40:35 +00:00
michael
9abcb9dda1 + Some fixes in verbatim writing 2004-07-23 23:39:48 +00:00
Tomas Hajny
de4d207208 - dbase disable for everything except Win32, Linux and FreeBSD running on I386 until fixed 2004-07-23 21:50:58 +00:00
michael
f0c78febf6 + Fixed error (never-ending loops) in trecordtype.GetDeclaration 2004-07-23 21:43:54 +00:00
Jonas Maebe
d1b9c24cb1 * fixed some more potential regvar bugs 2004-07-23 13:30:19 +00:00
olle
17cab34c49 + Added compile time function OPTION(x) for MacPas
* Saved file as text and not binary (I hope)
2004-07-23 00:25:05 +00:00
michael
f03145dcfd + Regenerated using recent fpcmake 2004-07-22 18:09:11 +00:00
olle
5843170183 + Added compile time function OPTION(x) for MacPas 2004-07-22 11:58:51 +00:00
Jonas Maebe
1d846baf9e * fixed relabeling properly now :) 2004-07-22 10:09:10 +00:00
Jonas Maebe
038a5dde80 * fixed relabeling (nextaltnr was never increased)
* fixed inlining of case statements at the node level
2004-07-22 10:07:09 +00:00
michael
ebead1b5ee + Implemented all functions 2004-07-21 20:37:03 +00:00
michael
d03877c186 + Support for topics and editing module/package element 2004-07-21 19:25:01 +00:00
Jonas Maebe
50dfc8f5a7 * do a resulttypepass of left in the overloaded pass_1 before checking
its resulttype
2004-07-21 15:09:10 +00:00
marco
4ec78f6f11 * corrected typo in reported in debian bug 255960 2004-07-20 09:28:12 +00:00
marco
07a3e047db * some updates to xy2ansi 2004-07-20 09:26:04 +00:00
michael
e605893f0d + Fixes from Jesus Reyes to implement DisplayWith, DisplayLabel, Visibility 2004-07-19 20:27:28 +00:00
florian
ed4d14932e * indexword in 1.0.x is broken 2004-07-19 19:21:02 +00:00
florian
aba734edc9 * fixed funcret_paraloc writing in units 2004-07-19 19:15:50 +00:00
Károly Balogh
683a81bac8 * initial revision 2004-07-19 18:38:22 +00:00
michael
137ea3c5a4 + version 6.3.7 of Tdbf component 2004-07-19 16:30:20 +00:00
Jonas Maebe
c8a7c5b96f * fixed loading external procedure addresses 2004-07-19 12:45:43 +00:00
Tomas Hajny
692fa34dba * fix for OS/2 and EMX - .section not supported by as.exe 2004-07-18 22:04:55 +00:00
Tomas Hajny
f9a6b880d4 + matrix, convutil and strutils added 2004-07-18 21:50:36 +00:00
Tomas Hajny
d60a7d24d6 + convutil and strutils added 2004-07-18 21:44:38 +00:00
Tomas Hajny
668400675a + support 8.3 2004-07-18 21:41:34 +00:00
florian
7a7c34e1b7 + several unicode (to/from utf-8 conversion) stuff added
* some longint -> SizeInt changes
2004-07-18 20:21:44 +00:00
marco
4d28b94218 * template updated 2004-07-18 19:26:59 +00:00
marco
e7b88006d2 * more fixes. Linux specific cases ifdef linuxed 2004-07-18 17:06:28 +00:00
Jonas Maebe
d43436e1cd * fixed indexbyte/word/dword when length is 0 (return -1 instead of 0) 2004-07-18 16:40:08 +00:00
marco
ab913d0d17 * more 1.9.x fixes 2004-07-18 16:11:23 +00:00
Tomas Hajny
e74d8c98a6 + Memory allocation routines changed to support the new memory manager 2004-07-18 15:20:38 +00:00
Jonas Maebe
c7afb87846 * use indexword() in tsuperregisterworklist.delete, greatly speeds up
compilation of tw2242
2004-07-18 15:14:59 +00:00
Jonas Maebe
aa6475e9fd * fixed BSD getdomainname for FPC_USE_LIBC 2004-07-18 14:54:42 +00:00
michael
db96c04104 + Changed extended to double for better Delphi compatibility 2004-07-18 13:16:50 +00:00
marco
e35a3f8c65 * more 1.9.x fixes 2004-07-18 12:11:47 +00:00