Commit Graph

17736 Commits

Author SHA1 Message Date
michael
951ace9dc2 + Patch from Joost Van der Sluis to fix transactions 2004-10-27 07:23:13 +00:00
marco
3f15c310d7 *** empty log message *** 2004-10-27 04:22:29 +00:00
marco
2f4ba80e7b * cvs log and extra endif 2004-10-27 04:22:04 +00:00
marco
f1e1a829ce * time routines extracted 2004-10-27 04:15:42 +00:00
Károly Balogh
6cf4c07167 * GetEnv fixed 2004-10-27 01:31:40 +00:00
Jonas Maebe
e737e39888 * fixed bugs due to change of the value field of tlocation from aword to
aint
2004-10-26 18:22:31 +00:00
Jonas Maebe
0a32b9a526 * fixed tlocation record again for big endian
* fixed (currently unused) saved_standard_registers array
2004-10-26 18:22:04 +00:00
Jonas Maebe
c0b4a9026c + empty g_save_standard_registers/g_restore_standard_registers overrides
(their work was/is done by g_proc_entry/g_proc_exit, and the generic
     version saves the registers in the wrong place)
2004-10-26 18:21:29 +00:00
peter
759c010f6a * -Ch for heapsize added again
* __heapsize contains the heapsize
2004-10-26 15:11:01 +00:00
peter
ed07ab5f04 * localloc of staticsymtable needs a AT_NONE since it is a reference 2004-10-26 15:03:31 +00:00
peter
35e7518475 * rtti is always aligned, remove move() workarounds 2004-10-26 15:02:51 +00:00
peter
2e91bcf821 * align arraydef rtti 2004-10-26 15:02:33 +00:00
armin
ad45adbb6e * saveregisters no longer supported by compiler, for now save all registers in stackcheck 2004-10-25 18:11:49 +00:00
peter
5ec6609d11 * add saved_standard_registers 2004-10-25 17:04:51 +00:00
peter
b454870988 * fix for non-i386 2004-10-25 17:04:07 +00:00
peter
869b0ecc85 * compiler defined HEAP and HEAPSIZE removed 2004-10-25 15:38:59 +00:00
peter
e7459f5466 * heap and heapsize removed
* checkpointer fixes
2004-10-25 15:38:41 +00:00
peter
8706d9bec9 * help page updated 2004-10-25 15:37:50 +00:00
peter
d19663f3a8 * save standard registers moved to tcgobj 2004-10-25 15:36:47 +00:00
peter
4b4d9ecbf2 * new bugs 2004-10-25 14:47:32 +00:00
michael
c87d51dfef + Fixed double use of counter 2004-10-25 09:16:11 +00:00
peter
6214bb294b * record and array parsing moved to procedure and handle like
a data stream instead of using records
2004-10-24 21:39:42 +00:00
peter
30d25d1d2b * -Or fixes 2004-10-24 20:10:08 +00:00
peter
fd759e521f * saveregisters calling convention is obsolete 2004-10-24 20:01:41 +00:00
peter
705868e816 * remove saveregister calling convention 2004-10-24 20:01:08 +00:00
florian
410d01458c * fixed several arm compiler bugs 2004-10-24 17:32:53 +00:00
peter
30be9e8e5d * during translation only process regalloc for the current regtype 2004-10-24 17:04:01 +00:00
Jonas Maebe
94caa0761e * fixed redzone usage in fillchar 2004-10-24 14:43:26 +00:00
Jonas Maebe
296013d111 * fixed default rounding mode 2004-10-24 14:20:21 +00:00
peter
efca8005c9 * fpselect for amd64,arm 2004-10-24 13:55:52 +00:00
peter
34756dfe4a * don't give warning for property as unknwon proc directive 2004-10-24 13:48:50 +00:00
peter
d24241b008 * gc-sections added when section smartlinking is used 2004-10-24 13:36:26 +00:00
peter
3eebc18aab * fixed writing of methodtable 2004-10-24 13:35:39 +00:00
peter
fcde2cab80 * support rodata like data when writing ordinal cosnts 2004-10-24 13:35:25 +00:00
peter
ea6715c207 * methodtable test 2004-10-24 12:56:17 +00:00
peter
2ee2004032 * fixed compilation with removed loadref 2004-10-24 11:53:45 +00:00
peter
adb6f59eef * small regvar fixes
* loadref parameter removed from concatcopy,incrrefcount,etc
2004-10-24 11:44:28 +00:00
Tomas Hajny
26141a5440 * wrong condition for DosLoadModule 2004-10-24 11:44:27 +00:00
michael
6d4da1a9ea + Adapted to new calls for createtable and new field types 2004-10-24 10:17:15 +00:00
florian
60f0434585 * fixed compilation of arm compiler 2004-10-24 07:54:25 +00:00
michael
4928cfaf39 + initial check-in 2004-10-22 23:14:32 +00:00
michael
a9a9e46cc9 + Math.xml now ok to be used 2004-10-22 23:02:40 +00:00
michael
bb2a941d41 + Documented missing temp file/dir routines 2004-10-22 22:27:57 +00:00
michael
dc8caa73f3 + Corrected example directories 2004-10-22 22:03:17 +00:00
michael
12e7e06a6b + initial check-in 2004-10-22 22:00:26 +00:00
michael
8c0567c570 + Initial check-in 2004-10-22 21:57:33 +00:00
michael
df286942a7 + Adapted to new docs 2004-10-22 21:56:57 +00:00
michael
7462988104 + Moved to correct locations 2004-10-22 21:55:45 +00:00
michael
791bbf520e * Patch from Luiz Americo
- add support for word,datetime,date,time,float,boolean field types
  - changes name of CreateDataset to CreateTable as TDbf,TMemds
  - updates the example programs to reflect the above modifications
  - fixes compilation with fpc 1.0.10
  - fixes to work with LCL
  - also fixes violation in close function and a memory leak in the old sqlite dataset
2004-10-22 20:54:24 +00:00
michael
fe7146d9b8 + Initial check-in 2004-10-22 20:46:03 +00:00