Commit Graph

5617 Commits

Author SHA1 Message Date
peter
1ed0599052 * halt moved to system.inc 2000-02-09 12:24:39 +00:00
peter
6c15031ffd * moved halt to system.inc
* syslinux doesn't use direct asm anymore
2000-02-09 12:17:51 +00:00
peter
1612077d8d * -Xt option to link staticly against c libs 2000-02-09 10:35:48 +00:00
peter
48e7eb291c * fixed typos 2000-02-08 18:28:48 +00:00
peter
74854653a8 * don't install doc/ cygwin1 wmemu etc. for snapshots 2000-02-08 15:25:23 +00:00
pierre
abfb61c7d0 * fix for directories included in stabsinfo 2000-02-08 15:23:02 +00:00
peter
119ebd56c6 * reset section back to code after localdata 2000-02-08 13:55:13 +00:00
peter
93f51ab18e * removed curbrk 2000-02-08 12:39:48 +00:00
peter
39621d787c + readlink 2000-02-08 12:05:58 +00:00
peter
df5b664031 * paramstr(0) support 2000-02-08 11:47:09 +00:00
peter
712bf88b00 * distclean also uses cleanall 2000-02-08 10:20:13 +00:00
peter
ba3ac59f5f * go32v2 -> $(OS_TARGET) 2000-02-08 10:11:35 +00:00
peter
ecaa8cfee0 * use cleanall for clean 2000-02-08 09:35:37 +00:00
peter
fe4d62cf91 * ppuclean target, which is used by for the ide compiling so a new
generated ppc386.exe can still be used as compiler
2000-02-08 00:10:53 +00:00
peter
2eb25f4422 * regenerated 2000-02-08 00:09:21 +00:00
peter
7644529b9b * only install text dir 2000-02-08 00:07:01 +00:00
peter
92c1f38690 * init 2000-02-08 00:06:18 +00:00
peter
a401ca528a * ide support 2000-02-08 00:04:29 +00:00
peter
3c1df3e960 * packagename to util 2000-02-08 00:04:08 +00:00
peter
3063ddad2d * fixed zipinstall with defaultdir 2000-02-08 00:03:35 +00:00
pierre
05eefcc78d * avoid closing the StackWindow too early 2000-02-07 23:40:38 +00:00
florian
674c5c53c2 * custommouse define removed, i.e. code is always active
* the xor value for the mouse cursor must be $7f instead of $ff
2000-02-07 22:54:44 +00:00
peter
55537f904c * quick hack for fnstsww which is not supported under linux as 2000-02-07 17:51:20 +00:00
peter
1df975e59e * merged with base/Makefile 2000-02-07 14:44:22 +00:00
peter
7d8cbbccfb * merged install/Makefile 2000-02-07 14:43:52 +00:00
peter
dd15c2a540 * 8.3 packagenames for win32,go32v2 (before i renamed them manualy) 2000-02-07 14:23:55 +00:00
peter
5bd46dd404 * fixed notes 2000-02-07 13:42:39 +00:00
peter
d69bda1c12 * fix wrong $ifdef tp 2000-02-07 13:41:51 +00:00
pierre
fbf4adeb5e + Set_current_frame/Get_current_frame dummies 2000-02-07 13:19:43 +00:00
pierre
44726335cc * typo fix 2000-02-07 12:51:32 +00:00
peter
85087cf8c2 * -gl option added 2000-02-07 12:19:26 +00:00
pierre
f9eba82854 Gabors changes 2000-02-07 12:11:15 +00:00
pierre
c46860ac61 Last commit is from Gabor's changes! 2000-02-07 12:03:48 +00:00
pierre
b677fc753d Gabor's changes 2000-02-07 11:59:11 +00:00
pierre
9660f13737 Gabor's code inserted 2000-02-07 11:58:01 +00:00
pierre
618dd1eb3d + Code Complete and Template saving 2000-02-07 11:55:27 +00:00
pierre
0bc5fa8d4c + RegisterWUtils by Gabor 2000-02-07 11:54:17 +00:00
pierre
70fdae3d13 Gabor changes 2000-02-07 11:53:11 +00:00
michael
af462205ba + Changed bash to sh 2000-02-07 11:52:26 +00:00
pierre
6c734bc94d + TFPCodeMemo consts from Gabor 2000-02-07 11:51:40 +00:00
pierre
c4bd4949d9 Gabor changes for TP 2000-02-07 11:50:30 +00:00
pierre
32004746f0 * Remove 64Kb limitation for FPC by Gabor 2000-02-07 11:47:25 +00:00
pierre
e779ae43b4 + TUnsortedStringCollection CreateFrom/Assign/GetItem/PutItem from Gabor 2000-02-07 11:45:11 +00:00
michael
168e6e8b68 + Documented heaptrc and lineinfo 2000-02-07 11:21:06 +00:00
peter
06edc7aa14 * use backtracestrfunc() 2000-02-07 10:42:44 +00:00
michael
fcc52c3bcc + Something went wrong when unzipping 2000-02-07 10:36:43 +00:00
peter
a75e1021bc * better compilerzip which recompiles rtl with the new compiler 2000-02-07 10:18:50 +00:00
michael
8ab6f95ec3 [*] the fake (!) TOKENS.PAS still contained the typo bug
FSplit(,n,d,e) (correctly FSplit(,d,n,e))
2000-02-07 08:30:12 +00:00
michael
682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug
FSplit(,n,d,e) (correctly FSplit(,d,n,e))
[*] CodeComplete had a very ugly bug - coordinates were document-relative
    (instead of being screen-relative)
[*] TResourceStream didn't count the size of the resource names when
    determining the file size and this could lead to the last resources not
    loaded correctly


[+] Ctrl-Enter in editor now tries to open the file at cursor
[+] CodeComplete option added to Options|Environment|Editor
[+] user interface for managing CodeComplete implemented
[+] user interface for CodeTemplates implemented
[+] CodeComplete wordlist and CodeTemplates stored in desktop file
[+] help topic size no longer limited to 64KB when compiled with FPC
2000-02-07 08:29:13 +00:00
pierre
a2f94ac752 * breakpoint path problems fixes 2000-02-06 23:43:57 +00:00