Commit Graph

18014 Commits

Author SHA1 Message Date
peter
a015aa9832 finding of libgdb.a updated 2004-11-05 12:48:45 +00:00
peter
7aeee5a7e6 removed types already in system unit 2004-11-05 12:48:18 +00:00
florian
7662aa905d * beautified 2004-11-05 12:48:15 +00:00
florian
c8fcac29f0 * inital implementation 2004-11-05 12:47:45 +00:00
peter
e2b9b82c7f libgdb 6.2.1 2004-11-05 12:33:59 +00:00
peter
20e025c8d0 fixed win32 libraries 2004-11-05 12:30:27 +00:00
peter
186eb573e3 not needed anymore 2004-11-05 12:29:59 +00:00
florian
7e778c5d78 * fixed dyn. linker handling 2004-11-05 12:27:27 +00:00
marco
55e845aa5e * fix for 3357, introducing some local vars. 2004-11-05 12:10:04 +00:00
florian
aa23d79073 * path of dyn. linker on arm for linux fixed 2004-11-05 11:04:23 +00:00
peter
8988ec4819 needed for ide 2004-11-05 09:32:33 +00:00
michael
cae7e81d73 TBufDataset.inc:
- replaced Freemem by Reallocmem, Free by FreeAndNil

Database.inc:
  - Moved Active property from TSQLTransaction to TDBTransaction
  - Gives an error if the database of an active transaction is changed

Dataset.inc
  - Don't distribute events if FDisableControlsCount > 0
  - Replaced FActive by FState<>dsInactive
  - Set EOF after append

db.pp:
  - Removed duplicate definition of TAlignment
  - Moved Active property from TSQLTransaction to TDBTransaction
  - Replaced FActive by FState<>dsInactive
  - Gives an error if the database of an active transaction is changed

sqldb:
  - Moved Active property from TSQLTransaction to TDBTransaction
  - replaced Freemem by Reallocmem, Free by FreeAndNil

IBConnection:
  - Moved FSQLDAAllocated to the cursor

PQConnection:
  - Don't try to free the statement if a fatal error occured
2004-11-05 08:32:02 +00:00
peter
0909db20ec version info at startup 2004-11-05 00:21:56 +00:00
peter
14f74178c0 set exefile after compilation, before the target_info is not filled 2004-11-05 00:00:33 +00:00
peter
92f4853a4a require current cygwin1.dll 2004-11-04 23:59:31 +00:00
peter
088892de9b use filepos of main when generating the module stabs 2004-11-04 23:59:13 +00:00
peter
939bbef317 redraw of twindow fixed 2004-11-04 23:58:39 +00:00
peter
050e8a3acc 6.2.1 has extra field in symtab 2004-11-04 23:58:08 +00:00
peter
f7738c12f1 sysmsgs is always available 2004-11-04 20:57:58 +00:00
peter
e85d8c970c fixed result of strlcopy 2004-11-04 20:57:33 +00:00
peter
37139422aa elecount also on 32bit needs the qword part to prevent overflow 2004-11-04 17:58:48 +00:00
peter
d804452dcc added checking for token=_ID after _POINT is parsed 2004-11-04 17:57:58 +00:00
peter
e32e9da818 drop 4.x support, fixed 6.2.x support 2004-11-04 17:56:36 +00:00
peter
3d5064ff8c latest cygwin 2004-11-04 17:37:59 +00:00
peter
294c68257b * wcygprt is now used for cygwin (libc) linking, initc contains only cerrno 2004-11-04 17:15:01 +00:00
peter
2eb3dfd077 linking with cygwin fixed 2004-11-04 17:12:52 +00:00
peter
79e754cb8c forgot if cs_debuginfo 2004-11-04 17:12:24 +00:00
peter
f4a7c3d444 fixed debuginfo for variables in staticsymtable 2004-11-04 17:09:54 +00:00
peter
63db7dd8c2 fixed compilation for new fvision 2004-11-04 11:46:54 +00:00
peter
2c58ec4c1a GetMouse[X,Y,Buttons] based on LastMouseEvent 2004-11-04 10:21:07 +00:00
peter
dbc2025604 ErrOutput added 2004-11-04 09:32:31 +00:00
peter
1eea332449 new bug 2004-11-03 22:49:30 +00:00
peter
589dd8c10e First check outputunitdir/outputexedir for .o file 2004-11-03 22:22:51 +00:00
florian
cf9230e757 * get_frame fixed 2004-11-03 20:53:58 +00:00
florian
3ed1a1505e * fixed problems on targets requiring proper alignment 2004-11-03 20:51:36 +00:00
peter
641ee0038c * new version 2004-11-03 20:44:59 +00:00
peter
2fce45424e * removed unnecesasry graphfv stuff 2004-11-03 20:33:05 +00:00
florian
054f6bff3a * fixed missing cgutils usage 2004-11-03 17:51:58 +00:00
peter
1cf9137930 * fixed valgrind issues 2004-11-03 16:51:05 +00:00
marco
b83ba1eed9 * fix from mischi 2004-11-03 16:32:20 +00:00
marco
b903ce5a9a * Pathstr eliminated 2004-11-03 15:00:43 +00:00
florian
c63d36f974 * fixed background clearing for large screens 2004-11-03 12:36:24 +00:00
peter
c95fe8e25b * remove comment level 2 warning 2004-11-03 12:24:56 +00:00
peter
0be931fc60 * textwidth doesn't support ~ anymore, added CTextWidth with ~ support 2004-11-03 12:09:08 +00:00
peter
7e126adf31 * fixed newline broken by valgrind patch 2004-11-03 12:08:30 +00:00
florian
4fbda6140f + supported targets are now read dynamically from the included compiler 2004-11-03 12:05:54 +00:00
florian
e2a6678591 * fixed sparc <-> i386 mixture 2004-11-03 12:04:03 +00:00
florian
b6d34b6bd1 * fixed dyn. array handling for 32 bit architectures requiering proper alignment 2004-11-03 11:33:50 +00:00
florian
4ae980e0bc * fixed dyn. array handling for 32 bit architectures requiering proper alignment 2004-11-03 10:54:36 +00:00
peter
b59232e751 * moved to fv module 2004-11-03 10:44:01 +00:00