Commit Graph

18336 Commits

Author SHA1 Message Date
michael
8a86b29879 + Delete aux file before running (pdf)latex. 2004-12-14 21:50:02 +00:00
michael
f493781253 + Some corrections 2004-12-14 21:47:36 +00:00
michael
2bf465b837 + Removed system unit stuff 2004-12-14 21:46:35 +00:00
michael
8d2ef8b414 + rtl instead of units 2004-12-14 21:46:16 +00:00
michael
56b330cfc8 + Converted makehtm to pascal program. Argument line too long 2004-12-14 21:44:54 +00:00
michael
ab19c5ae95 + added delete option 2004-12-14 21:43:08 +00:00
michael
23c3b52d7f + Added header 2004-12-14 21:28:51 +00:00
michael
d0c37b3ea7 + Script replaced by pascal program 2004-12-14 21:27:53 +00:00
michael
91bb36e4c2 + Replaced by pascal program 2004-12-14 21:27:37 +00:00
Károly Balogh
50b086d81d * GetProcessID implemented 2004-12-14 21:01:16 +00:00
michael
09f03aae9a + Changed to current dir 2004-12-14 19:38:13 +00:00
michael
f749bb6c13 + Updated 2004-12-14 19:36:05 +00:00
michael
f0833e2c25 + Added ex92 and ex93 2004-12-14 19:29:41 +00:00
armin
e564787163 * dont copy imp files with a rule because this always builds system.pp
* implemented GetEnvironmentVariableCount and GetEnvironmentString
* removed dependency from dos unit
2004-12-14 19:23:22 +00:00
armin
749a2bb62e * variants added
* dont copy the impfiles with a rule, this would always build system.ppu
2004-12-14 19:17:32 +00:00
peter
87d02dfb7e * external handling test 2004-12-14 16:10:41 +00:00
michael
5e0bc4b8ad + Initial implementation of params 2004-12-13 20:19:49 +00:00
michael
7388c918b2 + Some corrections from Joost van der Sluis 2004-12-13 19:23:17 +00:00
michael
085470531e * Ptahc from Joost van der Sluis
- moved IsCursorOpen from TSQLQuery to tbufdataset
  - moved SetFieldData from TSQLQuery to TBufDataset
  - very first start for support of cached updates
2004-12-13 19:22:16 +00:00
michael
eb356809e8 * Patch from Joost van der Sluis
- set fielddefs.precision only for ftBCD fields
  - Changed FFieldFlag into an dynamic array
  - Allocated 2 more bytes for varchar's (Fixed segfault)
  - added support for TLargeintFields
2004-12-13 19:21:34 +00:00
michael
624a1a0139 * Patch from Joost van der Sluis
- fixed bug #3180, TFields.Clear implemented
  - implemented TLargeintField
2004-12-13 19:20:42 +00:00
michael
23fd51bd92 * Patch from Joost van der Sluis
- moved IsCursorOpen from TSQLQuery to tbufdataset
  - moved SetFieldData from TSQLQuery to TBufDataset
  - very first start for support of cached updates
2004-12-13 19:20:12 +00:00
michael
ff99a6bf8a * Patch from Joost van der Sluis
- implemented GetRecNo and SetRecNo
  - implemented GetRecordCount
  - moved IsCursorOpen from TSQLQuery to tbufdataset
  - moved SetFieldData from TSQLQuery to TBufDataset
  - very first start for support of cached updates
2004-12-13 19:19:21 +00:00
michael
0a8b4bd50a * Patch from Joost van der Sluis
- TDataset.IsSequenced returns True, like Delphi does
  - TDataset.RecNo returns -1, just like Delphi
  - TDataset.GetRecordCount returns -1, just like Delphi
2004-12-13 19:18:51 +00:00
Tomas Hajny
134c0bf3fa * ThreadID is shared 2004-12-12 21:08:29 +00:00
florian
395c5ac219 no message 2004-12-12 17:50:27 +00:00
florian
b69efa9fdb + some stuff for -<variant> implemented 2004-12-12 16:45:31 +00:00
peter
64cd72bc5a * x86_64 updates 2004-12-12 14:30:27 +00:00
peter
ed9f8f54e7 * generic optimizer 2004-12-12 14:07:07 +00:00
peter
1c458abb0b * compile fixes for x86_64 2004-12-12 12:56:18 +00:00
peter
65e54a6250 * updated for latest rtl changes 2004-12-12 12:41:46 +00:00
peter
f13ab0667c * missing typecast in indexchar0 2004-12-12 12:39:02 +00:00
peter
abf1ace89f * errno.inc -> cerrno.inc 2004-12-12 12:36:47 +00:00
peter
749afb3dec * small optimization with options passed to cycle 2004-12-12 12:33:25 +00:00
florian
6b086f5c79 * remove inline assembler for calling asm_exit 2004-12-12 11:53:47 +00:00
florian
0037f4a199 * fixed operand size calculation for sse operands
+ all nasm assembler targets to help page output added
2004-12-12 10:50:34 +00:00
florian
4d25901e99 * check if the selected assembler supports current target improved 2004-12-12 00:35:19 +00:00
florian
dc98c3265f * check if the selected assembler supports current target 2004-12-12 00:31:52 +00:00
florian
addb969355 no message 2004-12-12 00:31:06 +00:00
Tomas Hajny
b3c9baef95 * GetEnvironmentVariableCount uses EnvC under OS/2 and EMX 2004-12-11 17:32:34 +00:00
michael
07124634d3 + Moved to cerrno to avoid conflict with system unit 2004-12-11 17:25:10 +00:00
Jonas Maebe
9e24c28774 - removed superfluous location_force_reg() in second_nothing 2004-12-11 15:25:40 +00:00
peter
f851d8830b * fixed location of units 2004-12-11 15:25:03 +00:00
Jonas Maebe
d7c52f4062 * external vars are not regable 2004-12-11 15:19:08 +00:00
florian
78bff4ff2e * made some target short names look more nicer 2004-12-11 14:39:03 +00:00
Jonas Maebe
fcf16c4983 * fixed synchronising 64bit regvars on 32bit systems at the start and
end of procedures
  * hack for ppc for loading of paras from their callee location to local
    temps
2004-12-11 12:42:28 +00:00
michael
e0f5517579 + Some fixes in new envvar function 2004-12-11 11:48:38 +00:00
michael
fbb13b5266 + Added GetEnvironmentVariableCount and GetEnvironmentString calls 2004-12-11 11:32:44 +00:00
Jonas Maebe
62d4f7dd52 * fixed regvar problem due to emit_bit_test() changing a register that
was allowed to be a LOC_CREGISTER
2004-12-11 01:04:26 +00:00
Jonas Maebe
7c9d8d8872 * fixed int64 regvar bug in location_force_register 2004-12-11 01:03:01 +00:00