Commit Graph

18910 Commits

Author SHA1 Message Date
michael
95714e9a4e + Patch from Colin Western to implemenet TryStrToFLoat 2005-01-16 17:53:27 +00:00
florian
cb397d4f91 + some missing word handling added 2005-01-16 16:56:32 +00:00
florian
8741afb6cc * olestring copying fixed 2005-01-16 16:15:30 +00:00
florian
f20af0b344 * typeinfo in typedata is now aligned 2005-01-16 14:47:26 +00:00
florian
9255d0d90b * critical sections can be used in programs without threading driver, they have no effect then 2005-01-16 14:46:57 +00:00
peter
d5091e1817 * fix unreachable code check for repeat loop 2005-01-16 14:44:03 +00:00
peter
9ba429a6e2 * fixed some tabs 2005-01-16 11:56:37 +00:00
peter
32df2d71c5 * new bug 2005-01-16 11:14:11 +00:00
peter
4f7d80ce91 * ord-ord always gives a signed result 2005-01-16 11:13:40 +00:00
peter
4c5833ddf9 * give warning for unreachable code in while/if statements 2005-01-16 10:50:32 +00:00
peter
3a9740ab12 * unreachable code warning 2005-01-16 10:50:08 +00:00
florian
11c8f72e53 *** empty log message *** 2005-01-16 10:15:28 +00:00
florian
69d76a58e2 * fixed disassembly window on sparc 2005-01-16 00:43:03 +00:00
florian
702e1414ad + all sparc registers are displayed now
+ more sophisticated coloring of changed registers
2005-01-16 00:26:43 +00:00
michael
f7ff698735 + Use baseunix fpexecv* calls 2005-01-15 23:41:09 +00:00
florian
2069166e8a * arm compiler fixed 2005-01-15 21:45:35 +00:00
michael
0ffbccd294 + Initial implementation of linear template. 2005-01-15 20:46:34 +00:00
olle
4a3a4efb05 + added help for -Se[whn] 2005-01-15 20:36:59 +00:00
florian
99ebd46010 * several variant init./final. stuff fixed 2005-01-15 18:47:26 +00:00
michael
fe4cb5e126 + Added template file 2005-01-15 13:34:29 +00:00
marco
6843936527 * scrollwindow(ex) added at Neli's request 2005-01-15 11:44:48 +00:00
armin
058ef5be66 * added nwcalls.pp 2005-01-14 22:13:11 +00:00
armin
b941fdbdb1 * added .nlm extension for netware 2005-01-14 21:04:44 +00:00
Jonas Maebe
52212c3fb6 * fixed overallocation of stack space for parameters under SYSV
(introduced in one of my previous commits)
  * unified code of get_volatile_registers_fpu for SYSV and AIX
2005-01-14 20:59:17 +00:00
armin
3a4b750e0b * forgot to remove debug output in fsearch 2005-01-14 20:59:15 +00:00
Jonas Maebe
8dcdb3281a * fixed missing dependencies 2005-01-14 20:55:55 +00:00
michael
1630ecdcb0 + Added unix man page output; Implemented usage 2005-01-14 17:55:07 +00:00
Jonas Maebe
1a729a00a3 * enabled compilation of dynlibs, since it's now required for the
packages (ibase60)
2005-01-14 17:06:39 +00:00
Jonas Maebe
ab83303f92 * must only succeed for i386 2005-01-14 16:49:58 +00:00
michael
e05a92537d + Implemented ForceDirectories for Delphi compatibility 2005-01-14 12:59:25 +00:00
Jonas Maebe
74cc20070d * r2 can be used by the register allocator under Darwin
* merged the initialisations of the fpu register allocator for AIX and
    SYSV
2005-01-13 22:02:40 +00:00
olle
3b1ecd4f47 + Added this confirmation from Apple Computer about our ownership of the MacOS creator code 'FPas' 2005-01-13 21:29:19 +00:00
Jonas Maebe
8654fac06c * fixed copy_value_on_stack() for AIX abi
+ added support for passing empty record parameters
2005-01-13 19:32:08 +00:00
Jonas Maebe
20361e7eb8 + support LOC_VOID in gen_load_para_value() 2005-01-13 19:31:05 +00:00
peter
6fc687a44c * inline with type in implicit used unit 2005-01-13 16:46:46 +00:00
florian
9dd45b5d65 + register view for sparc 2005-01-12 21:48:31 +00:00
michael
0716489afd + New structure for writers. Implemented TXT writer 2005-01-12 21:11:41 +00:00
florian
6f6ab71989 * generic arctan2 for 3rd and 4th quadrand fixed 2005-01-12 20:17:39 +00:00
florian
a433f722be *** empty log message *** 2005-01-12 20:16:59 +00:00
michael
abe11d29c2 * Patch from Luiz Americo
- implements AutoInc fields
 - add IndexFieldName: now the user can choose what field use as primary key (used to apply updates).
   There's no  more necessity of using _ROWID_
 - SetRecNo and GetRecNo are working
 - Fixed issues when used in lazarus (i will send a package to lazarus list)
2005-01-12 19:14:57 +00:00
michael
102de9b240 * Patch from Dean Zobec:
- added AssertSame, AssertNotSame, AssertNull, AssertNotNull for pointers
 - fixed a TTestCase test: thanks to Peter Vreman RTTI method names are not
   uppercase anymore in 1.9.7
2005-01-12 14:04:55 +00:00
michael
65c82a06b5 Changed order of pen modes 2005-01-12 11:37:28 +00:00
michael
aaf3db81df * Patch from Joost Van der Sluis:
- implemented UpdateIndexDefs
 - make use of the dyn. linked ibase-unit
2005-01-12 10:31:26 +00:00
michael
10cc31bbcd * Patch from Joost Van der Sluis:
- implemented TSQLQuery.UpdateIndexDefs
   - implemented TSQLQuery.ReadOnly
   - implemented TSQLQuery.IndexDefs
   - implemented TSQLQuery.UpdateMode
   - implemented TSQLQuery.UsePrimaryKeyAsKey (Set pfInKey in the
     providerflags
     of fields that are in the primary index of the underlying table)
   - Added support for updates on date-fields
2005-01-12 10:30:33 +00:00
michael
2f7c9c382e * Patch from Joost Van der Sluis:
- removed some duplicate definitions
   - restructured SetDataset
   - implemented UpdateMode, ProviderFlags
2005-01-12 10:29:54 +00:00
michael
e7a771d58d * Patch from Joost Van der Sluis:
- added error message for if transaction of DB is not set
2005-01-12 10:29:20 +00:00
michael
31a6489906 * Patch from Joost Van der Sluis:
- implemented TUpdateMode, TProviderFlags
   - implemented TIndexDef, TIndexDefs
2005-01-12 10:28:44 +00:00
michael
6bd794ad24 * Patch from Joost Van der Sluis:
- implemented ControlsDisabled
2005-01-12 10:27:57 +00:00
michael
010ccd8554 - implemented ControlsDisabled
- implemented TUpdateMode, TProviderFlags
   - implemented TIndexDef, TIndexDefs
   - added error message for if transaction of DB is not set
   - removed some duplicate definitions
   - restructured SetDataset
   - implemented UpdateMode, ProviderFlags
2005-01-12 10:27:08 +00:00
armin
c1e71cde91 * Patch for bug #3548 from Peter 2005-01-12 10:25:48 +00:00