Commit Graph

4655 Commits

Author SHA1 Message Date
peter
0e7c4919c8 * fixed line counter when the first line had #10 only. This was buggy
for both the main file as for include files
1999-10-30 12:32:30 +00:00
peter
afe98da3e3 * inserted in fcl 1999-10-29 15:59:03 +00:00
peter
00ef632f73 * fixed assert, the tree is now disposed in firstpass if assertions
are off.
1999-10-29 15:28:51 +00:00
pierre
35516c1700 * About dialog changes 1999-10-29 14:50:07 +00:00
pierre
7ae6b4890d * Use $(MAKE) 1999-10-29 14:46:36 +00:00
pierre
65e69a446a Undo/Redo stuff enabled by default 1999-10-29 14:33:38 +00:00
pierre
e864889c57 + added readme.txt file 1999-10-29 14:33:03 +00:00
pierre
d0bef9e739 * typo error corrected 1999-10-29 13:47:00 +00:00
michael
e744c0fc20 + TField etc were in wrong part of the tree, they descend from TComponent 1999-10-28 20:22:03 +00:00
michael
09031f4718 Added many classes 1999-10-28 19:53:01 +00:00
pierre
00ec849bfb * get it to compile with debug conditional 1999-10-28 15:14:22 +00:00
pierre
4849432ede * allow doubles in TLinkContainer needed for double libraries 1999-10-28 13:14:00 +00:00
pierre
0ebed10479 * do not agregate Insert/DeleteLine Undos 1999-10-28 11:15:50 +00:00
pierre
6db8e1edba * fix for cygwin make problem with -iTP 1999-10-28 11:13:36 +00:00
pierre
a7ee8d9c4a * Libs can be link serveral times 1999-10-28 10:33:06 +00:00
peter
ff2b21ee5e * create can also open file in fminout 1999-10-28 09:53:19 +00:00
peter
6e241784e1 * use filemode for rewrite instead of mode 1 1999-10-28 09:52:50 +00:00
peter
9678f7ad70 * fixed dayofweek 1999-10-28 09:52:29 +00:00
peter
be34b11e38 * use mmap instead of brk 1999-10-28 09:50:06 +00:00
peter
18ce56f2d7 + mmap 1999-10-28 09:48:31 +00:00
peter
67589c0532 * fixed typo 1999-10-28 09:48:10 +00:00
peter
26a239136d * update to use i386ins.dat 1999-10-28 09:47:45 +00:00
peter
f5a9e30c98 * insns.dat is used to generate all i386*.inc files 1999-10-27 16:11:27 +00:00
peter
63158d246c * updated for new layout 1999-10-27 16:06:52 +00:00
peter
e0fe0916fd * check for object in extended new 1999-10-27 16:06:19 +00:00
peter
e2134ddcab * valid_for_assign support for calln,asn 1999-10-27 16:04:45 +00:00
peter
7ab2ee0e79 * fixed property reading 1999-10-27 16:04:06 +00:00
florian
326e64a39c * StringOfChar fixed, how can be a bug in two lines of code ????? 1999-10-27 14:27:49 +00:00
florian
093ad73c78 + StringOfChar 1999-10-27 14:17:20 +00:00
florian
19694e6112 * property overriding fixed 1999-10-27 14:17:08 +00:00
pierre
9ba415458f * some more Undo Fixes 1999-10-27 13:32:58 +00:00
pierre
ca57b504b0 + With DebugUndo added 3 menu items
"Dump Undo" "Undo All" and "Redo All"
    for Undo checks
1999-10-27 12:10:42 +00:00
pierre
3d6cb6a789 + DebugUndo added 1999-10-27 12:08:37 +00:00
pierre
a18114b7af * More Undo/Redo stuff 1999-10-27 10:46:19 +00:00
pierre
af52fb326c * Avoid ChDir('') gives sometimes DosError 3 !! 1999-10-27 10:44:08 +00:00
pierre
f8c7ee681e * avoid dispose problems for ToolMessages 1999-10-27 10:43:06 +00:00
peter
c266a730af * fixed threadproc decl 1999-10-27 10:40:30 +00:00
peter
1f89d3f981 * 281 is incompatibility which won't be changed 1999-10-26 13:14:05 +00:00
peter
2a12c5f1da * define INCLUDEOK, which seems to work correct 1999-10-26 13:13:47 +00:00
peter
e2781b92b5 * fixed illegal expr 1999-10-26 12:33:53 +00:00
peter
15e1386725 * fixed couple of bugs 1999-10-26 12:31:03 +00:00
peter
6eafc25151 * *errorproc are not procvars instead of pointers which allows better
error checking for the parameters (shortstring<->ansistring)
1999-10-26 12:31:00 +00:00
peter
503d5a1cfa * const parameter is now checked
* better and generic check if a node can be used for assigning
  * export fixes
  * procvar equal works now (it never had worked at least from 0.99.8)
  * defcoll changed to linkedlist with pparaitem so it can easily be
    walked both directions
1999-10-26 12:30:40 +00:00
peter
b32a542f15 * assert handler must use shortstring 1999-10-26 12:29:07 +00:00
peter
9dac8a8ce6 * report stderr,stdout to message box for errors
* close input,output when GUI app is made
1999-10-26 12:25:51 +00:00
peter
1a27ce8a2d * inoutres 103 for closed files, just like delphi 1999-10-26 12:25:19 +00:00
peter
a905c026f2 * fixed os2 linker 1999-10-26 12:25:04 +00:00
pierre
709f64a8cd + some Delphi overload added 1999-10-26 09:38:51 +00:00
pierre
1e63c9750e * adapted to a small weditor change 1999-10-25 16:55:13 +00:00
pierre
da1d805ec0 + Undo/Redo by Visa Harvey (great thanks) inserted
(with some modifications)
    Moves work correctly
    Text insertion/deletion are still buggy !
  * LinePosToCharIndex and reverse function changed to get more
    sensible results, dependant code adapted
  * several bug fixes
1999-10-25 16:49:05 +00:00