Commit Graph

12228 Commits

Author SHA1 Message Date
peter
b471a302e5 * renamed error constants for 1.1 2002-12-18 18:39:14 +00:00
peter
8d7bf4847c * replaced some Fp with Sys_ to get cycle working 2002-12-18 17:52:07 +00:00
peter
bd1f8661c0 * add FPC_SYSC_CLOSE public name 2002-12-18 17:51:40 +00:00
peter
2c7d336f2a * fixed ifdef ver1_0 2002-12-18 17:51:27 +00:00
marco
a83a191d07 * small fix, new rtl now cycles 2002-12-18 17:38:01 +00:00
marco
3d7a4df1f9 * removed 2002-12-18 17:36:31 +00:00
pierre
40179afc2d * modified so that it compiles again 2002-12-18 17:25:17 +00:00
peter
0e5a3d8b13 * add OS_TARGET to include dir 2002-12-18 17:19:38 +00:00
marco
3e33642794 * Unix RTL generic parts. Linux working, *BSD will follow shortly 2002-12-18 16:50:39 +00:00
marco
193994c0a5 * New RTL. Linux system unit and baseunix operational. 2002-12-18 16:49:02 +00:00
marco
821c826043 * Some mods. 2002-12-18 16:46:37 +00:00
peter
9cf17e0164 * set function result in TStream.Seek(int64) found by Mattias Gaertner 2002-12-18 16:45:33 +00:00
marco
5bbe43169c * more new RTL 2002-12-18 16:44:09 +00:00
marco
7dd70233f2 * new unix rtl, linux part..... 2002-12-18 16:43:26 +00:00
peter
65307bed57 * fix crash in Seek() 2002-12-18 16:35:59 +00:00
peter
2e4fdfd4ec * Class(classref) should not be allowed 2002-12-18 16:26:51 +00:00
pierre
d79fd9f918 * fix bug report 2205 2002-12-18 16:10:01 +00:00
michael
88e2117b95 + Hopefully fixed some issues with int64 seek 2002-12-18 15:51:52 +00:00
pierre
a15f085a70 * fix programs list 2002-12-18 14:38:56 +00:00
pierre
f3dd759fe7 * objfpc mode added to be able to compile the demos correctly from IDE 2002-12-18 13:33:20 +00:00
pierre
2bb545136b + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
pierre
09b12ce0ad + Cut/Copy/Paste added to TEditorInputLine 2002-12-18 01:18:10 +00:00
peter
405bc99c16 * renamed tlibrary to tlibrary1 so it'll be compiled before tlibrary2 2002-12-17 23:14:19 +00:00
peter
46ed8eb932 * fixed pushing of records>8 bytes with stdcall
* simplified hightree loading
2002-12-17 22:19:33 +00:00
peter
107c954939 * procvar and absolute probs
* procvar and addr() probs
2002-12-17 19:13:49 +00:00
michael
45eff4e71b + Added dbdigest to store results in a database 2002-12-17 15:03:30 +00:00
pierre
021f0c9f6f * fix web bug #2012 2002-12-17 13:48:28 +00:00
pierre
e1d40d471a + added check if COMSPEC returns error code 2002-12-17 12:03:13 +00:00
peter
dfb2918780 * fix order of procdefs in procsym, procdefs are now always appended
so that loading from a ppu will keep the same order. This is
    important for the generation of VMTs
2002-12-16 22:08:31 +00:00
peter
e34a4abeb2 * win32 fix 2002-12-16 20:40:36 +00:00
carl
b62b059f0a * update compiler limits 2002-12-16 19:25:33 +00:00
pierre
71a44123d5 * added unknown cpu register windows 2002-12-16 15:51:13 +00:00
pierre
a24f6b27c2 * try to fix the moving of breakpoints 2002-12-16 15:16:15 +00:00
pierre
7f5de6e254 * Added TBreakpointCollection.FindBreakpointAt method 2002-12-16 15:15:40 +00:00
pierre
0e058bdbcf * moved OnDiskLoadTime to Core 2002-12-16 15:14:44 +00:00
pierre
3fd91127fb + added some missing word separator chars 2002-12-16 15:13:58 +00:00
pierre
1101946ac0 * don't insert breakpoints in unsaved sources 2002-12-16 09:06:08 +00:00
pierre
692a8fc96b * sanity ceck in ToggleFileLine method 2002-12-16 09:05:28 +00:00
Tomas Hajny
f95d795858 * GetEnv fix merged from os2 target 2002-12-15 22:50:29 +00:00
florian
c7ca2ff901 + some stuff for the new hidden parameter handling added 2002-12-15 22:50:00 +00:00
peter
ad7e970e39 * mode objfpc 2002-12-15 22:48:35 +00:00
Tomas Hajny
8882e700ed * First_Meg fixed + Environment initialization under Dos 2002-12-15 22:41:41 +00:00
peter
f1a0d3bd11 * give conversions from pointer to pwidechar a penalty (=prefer pchar) 2002-12-15 22:37:53 +00:00
peter
438fbdedee * SetString(WideString,[PChar|PWideChar],Len) added 2002-12-15 22:33:12 +00:00
peter
8bb7e03d19 * fixed return value when len=0 for indexchar,indexword 2002-12-15 22:32:25 +00:00
peter
772d7147cd * give sign difference between ordinals a small penalty. This is
needed to get word->[longword|longint] working
2002-12-15 21:34:15 +00:00
florian
1da30f2610 * tcallnode.paraitem introduced, all references to defcoll removed 2002-12-15 21:30:12 +00:00
peter
133dee3633 * don't allow external in object declarations 2002-12-15 21:07:30 +00:00
peter
5ebf9afd63 * fix crash with default parameters 2002-12-15 20:59:58 +00:00
peter
8939f85486 * error check for invalid date in setftime 2002-12-15 20:27:04 +00:00