Commit Graph

20672 Commits

Author SHA1 Message Date
peter
c470097764 * fix overflow in the asmlist array
git-svn-id: trunk@903 -
2005-08-18 05:28:16 +00:00
joost
9868554dee - patch from Alexandrov Alexandru for TSmallIntFields
git-svn-id: trunk@901 -
2005-08-17 17:32:33 +00:00
peter
05a628447f * put typedconsts in own asmlist to prevent mixing
array and string data
  * added al_rodata
  * renamed tasmlist enum names to include al_ prefix

git-svn-id: trunk@899 -
2005-08-17 08:42:52 +00:00
peter
35187ba2fd * merge objbase.inc in activex.pp
git-svn-id: trunk@897 -
2005-08-17 06:16:49 +00:00
sg
050ce11677 * Some source cleanup
* Can only be used as component anymore (other constructors removed)
* New properties: UseEscaping, StartEmpty, RootName

git-svn-id: trunk@896 -
2005-08-16 13:18:14 +00:00
marco
a234180e3a * patch for 4095
git-svn-id: trunk@895 -
2005-08-16 12:13:28 +00:00
Jonas Maebe
7196302522 * no longer free memory to avoid endless loops on systems where you can
allocate 2GB of contiguous memory

git-svn-id: trunk@865 -
2005-08-16 06:48:12 +00:00
marco
96e7fa7d36 * Env options now based on SysUtils.GetVariableString. custapp.inc unnecessary.
git-svn-id: trunk@864 -
2005-08-15 11:32:30 +00:00
marco
31a0752a37 * fix for bug4279, added stdcall
git-svn-id: trunk@863 -
2005-08-15 09:05:28 +00:00
michael
89a8b4cfec + Patch from Vincent Snijders to fix compilerproc and operators
git-svn-id: trunk@861 -
2005-08-14 22:20:18 +00:00
michael
3ab45b5b19 + Patch from Juergen Rathlev to remove use of QWord. Fixes bug #4117
git-svn-id: trunk@859 -
2005-08-14 11:32:35 +00:00
florian
e36bb224ae * typo fixed
git-svn-id: trunk@858 -
2005-08-13 21:36:50 +00:00
florian
a3e330526d * exporting of symbols from linux programs, i.e. exports clause in
programs allowed

git-svn-id: trunk@855 -
2005-08-13 20:34:28 +00:00
florian
9a624dd82f * proper displaying of arm targets
git-svn-id: trunk@853 -
2005-08-13 16:57:06 +00:00
florian
0f671b0962 * default apptype for wince is gui
git-svn-id: trunk@852 -
2005-08-13 16:48:00 +00:00
florian
6f79120a77 + operating system sets added
git-svn-id: trunk@851 -
2005-08-13 16:47:47 +00:00
florian
84fe2c604d * patch from Yury Sidorov to fix WinCE console I/O
git-svn-id: trunk@850 -
2005-08-13 16:34:44 +00:00
sg
1a8051f993 * Applied patches by Vincent Snijders
* Fixed handling of nested variant records
* Improved operator support (<= and >= were missing)
* Operator support in output: Better names
* HTML writer generates working filenames for operator pages

git-svn-id: trunk@849 -
2005-08-11 20:56:44 +00:00
michael
8a3268cddb + Last Borland Compatibility fixes
git-svn-id: trunk@847 -
2005-08-11 17:28:04 +00:00
florian
8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake
git-svn-id: trunk@844 -
2005-08-10 21:55:57 +00:00
florian
da58c3ca5a * -Ur switch for RELEASE mode is generated by fpcmake
git-svn-id: trunk@843 -
2005-08-10 21:27:48 +00:00
sg
a2184f5174 * Updated glut.pp to recent additions in GLUT standard
git-svn-id: trunk@841 -
2005-08-10 18:56:41 +00:00
florian
5b32d2797e * more units are built on wince
git-svn-id: trunk@839 -
2005-08-10 08:58:03 +00:00
florian
67cdcd11e7 * fixed makefiles for wince support
git-svn-id: trunk@838 -
2005-08-10 08:50:07 +00:00
joost
509593eb49 - Added TSQLTransaction.params
git-svn-id: trunk@837 -
2005-08-09 21:02:18 +00:00
florian
db68fb68b4 * updated to nasm 0.98.39 and insns.dat Rev. 1.46
git-svn-id: trunk@836 -
2005-08-09 20:15:58 +00:00
florian
a9a0e65eab * optimized exception handler routine from Yury Sidorov
git-svn-id: trunk@835 -
2005-08-09 19:14:04 +00:00
michael
216d27705d + Fixed some differences with Kylix libc
git-svn-id: trunk@834 -
2005-08-09 19:03:25 +00:00
joost
1c3fcdaa14 - TSQLQuery.ApplyRecUpdate now uses ExecuteDirect
git-svn-id: trunk@833 -
2005-08-09 15:06:37 +00:00
joost
fd8de7640e -removed TDataset.TempBuffer
git-svn-id: trunk@830 -
2005-08-09 12:48:39 +00:00
joost
06300bc054 - added tSqlConnection.ExecuteDirect
git-svn-id: trunk@829 -
2005-08-09 12:43:49 +00:00
marco
fa19bc05c8 * pos(shortstring,ansistring) for bug #4119
git-svn-id: trunk@828 -
2005-08-09 07:34:56 +00:00
michael
e050f7ddb1 * Patch from Luiz Américo:
Sqlite interface:
 - Added missing constant
 - Remapps sqlite_version from cvar to function call, the former was not working in win32
 - Clean up the code
 SQLite Dataset :
 - Reduce memory usage
 - Replaces TList with TFPList
 - Add auxiliary QuickQuery functions
 - Misc fixes

git-svn-id: trunk@827 -
2005-08-08 16:45:33 +00:00
marco
53dad79aaf * fix for 4264
git-svn-id: trunk@824 -
2005-08-08 09:02:32 +00:00
florian
4de8e19a68 * cpu directive fixed
git-svn-id: trunk@822 -
2005-08-07 19:08:15 +00:00
florian
d1233afc48 * limited storage to 2e9 so it causes no wrap around on big machines
git-svn-id: trunk@819 -
2005-08-07 15:51:15 +00:00
florian
2d606f52f3 + added missing inline directives for 2.0.x
git-svn-id: trunk@818 -
2005-08-07 15:17:07 +00:00
florian
494664ae3f + some inline directives added
+ max/min(cardinal,cardinal) removed, causes trouble, see e.g. webtbs/tw3900.pp

git-svn-id: trunk@817 -
2005-08-07 15:10:55 +00:00
florian
1eed46514f * passing of dyn. arrays of tvarrec to array of const fixed, fixes bug #4219
git-svn-id: trunk@816 -
2005-08-07 14:43:45 +00:00
marco
fc3c244f4a * some cosmetic cleanups while investigating bug #4154 which was already
fixed.

git-svn-id: trunk@814 -
2005-08-07 10:47:28 +00:00
florian
be090fcf7b + Edit|Select and Edit|Unselect, closes 4181
git-svn-id: trunk@813 -
2005-08-07 10:44:15 +00:00
florian
9ff3005fb5 * version increased to 1.0.6
git-svn-id: trunk@812 -
2005-08-07 10:29:56 +00:00
florian
bffed7b938 * cmCopyWin and cmPasteWin defined only once
git-svn-id: trunk@811 -
2005-08-07 10:20:36 +00:00
florian
2f8fe7d2e6 - readln(<pchar>) forbidden, there is no way to prevent an buffer overflow, fixes 4227
git-svn-id: trunk@810 -
2005-08-07 09:18:21 +00:00
florian
39310ff5dd * marked several small "wrapper only" procedures as inline
* fixed some warnings

git-svn-id: trunk@808 -
2005-08-07 08:26:30 +00:00
florian
547c3f92b2 * AnsiReplaceText fixed, fixes 4260
git-svn-id: trunk@807 -
2005-08-07 07:57:27 +00:00
marco
287e8317a6 * apparantly broke linux since iconv is in glibc there, fixed + some minor gotchas
git-svn-id: trunk@806 -
2005-08-06 20:20:19 +00:00
marco
c90da53c9f * more darwin fixes. Export to libiconv not iconv
git-svn-id: trunk@805 -
2005-08-06 17:11:08 +00:00
marco
40ff86dd59 * Darwin fixes. Untested on Darwin yet. (adding lib + name to external statements)
git-svn-id: trunk@804 -
2005-08-06 15:35:12 +00:00
joost
6318a55ca9 - Fixed date/time formats for sqldb and tdbf
- removed obsolete TSQLConnection.ObtainSQLStatementType
- added check for empty sql-statements to sqldb

git-svn-id: trunk@803 -
2005-08-06 13:57:56 +00:00