Commit Graph

5617 Commits

Author SHA1 Message Date
pierre
17eccf5700 * Breakpoint are marked in source at desktop loading 2000-02-04 00:12:57 +00:00
pierre
0e09b3a168 * Breakpoint line in Source Window better handled 2000-02-04 00:10:58 +00:00
pierre
72c961f0f5 + IniCenterDebuggerRow 2000-02-04 00:08:35 +00:00
pierre
de5fd31a00 * -Fi must also be used for GetSourceDirectories 2000-02-04 00:05:20 +00:00
pierre
690dd7a516 + SelectInDebugSession lets CPU and watches in front 2000-02-04 00:03:30 +00:00
peter
c06f082765 * fixed smartlinking 2000-02-03 23:01:45 +00:00
michael
e13e07ba74 + Version using only vgalib 2000-02-03 20:39:58 +00:00
marco
f6a2e04b59 * Some types fixed/ported. 2000-02-03 17:05:55 +00:00
marco
aeafb7ba80 * fixes and updates due to linux unit porting 2000-02-03 17:05:13 +00:00
marco
c8a1564605 * additions fixes due to port linux 2000-02-03 17:04:47 +00:00
marco
f78cf7b628 * initial version. Ported till line +/- 2000 2000-02-03 17:03:36 +00:00
pierre
ef2ffca162 * use desktop^.current for GetNextEditorBounds 2000-02-02 22:51:49 +00:00
pierre
f0ec5d7fca * use desktop^.current for current word in grep 2000-02-02 22:49:44 +00:00
pierre
f9b0b57787 * Use desktop^.current instead of desktop^.first
* Avoid stopping at main if debugger started with CrtlF9
2000-02-02 22:48:25 +00:00
marco
db4815503d * Ported except for readdir which is 200 lines C code in FBSD linux
emulator
2000-02-02 18:07:27 +00:00
pierre
1be354d497 * use int64 typecast to avoid overflows in diskfree and disksize 2000-02-02 17:34:49 +00:00
pierre
927f40d079 * use int64 typecast in diskfree and disksize 2000-02-02 17:32:59 +00:00
pierre
540e840cdf * avoid diskfree problem and get mouse visible 2000-02-02 17:19:10 +00:00
marco
89fa5503fc * Typo in STAT record 2000-02-02 16:45:38 +00:00
marco
e0dcb956c2 * Initial version. Copy of linux version, with BSD stat. 2000-02-02 16:36:09 +00:00
marco
5557f89de8 * Checked stat constants 2000-02-02 16:35:29 +00:00
marco
9632dcc8dc * Ported more functions. Half done now. 2000-02-02 16:35:10 +00:00
marco
77dd315869 * Initial BSD version. Still needs a lot of work. 2000-02-02 15:41:56 +00:00
marco
7aab610a15 * initial BSD version. 2000-02-02 15:41:28 +00:00
peter
ab8846ded2 * show errorcode in message when error in unzipping 2000-02-02 15:21:31 +00:00
peter
8ab57e063d * gettime supports now also sec100
* removed crtlib code as it was broken (still available in old releases)
  * int64 disksize/diskfree
2000-02-02 15:07:05 +00:00
peter
c3cb2859b3 * changed some hotkeys 2000-02-02 13:20:47 +00:00
michael
e61308facb + Added copyright and log 2000-02-02 12:43:42 +00:00
peter
208a011ecd * fixed sharedlibunitobjects typo 2000-02-02 11:30:00 +00:00
peter
699502ad4f * fixed sharedlibunitobjects
* remove gpm from sharedlib
2000-02-02 11:29:23 +00:00
peter
d19710a9ad * fixed tracereallocmem which supplied the wrong size for tryresize 2000-02-02 11:13:15 +00:00
peter
6bbb440811 * fixed internal_memavail counting for tryresizemem 2000-02-02 11:12:29 +00:00
peter
0fc3f2e559 * added syslog to misc package 2000-02-01 12:58:20 +00:00
peter
30b2622e3a * missing space before \ 2000-02-01 12:57:20 +00:00
peter
521b0a2672 * cargs must also increase pushedparasize else it won't be 'popped' 2000-02-01 12:54:20 +00:00
peter
6b3063c795 * fixed rangecheck error in format() 2000-02-01 12:53:23 +00:00
peter
965d9de658 * small cleanup 2000-02-01 12:52:17 +00:00
michael
7f8c50fe3c + Added syslog 2000-02-01 11:09:02 +00:00
michael
705979f7d5 Initial implementation 2000-02-01 11:08:35 +00:00
pierre
82c78d2e22 * allow FP to debug itself 2000-02-01 10:59:58 +00:00
pierre
2cbd2456cf * avoid Search sometimes disabled for Editor Windows 2000-02-01 10:58:41 +00:00
michael
8803dc455b + Typos fixed 2000-02-01 10:03:37 +00:00
peter
49365d74ba * is_voidpointer 2000-02-01 09:44:03 +00:00
peter
6e93fdbae0 * allow funcret also as counter variable 2000-02-01 09:43:22 +00:00
peter
f387340dbc * allow class -> voidpointer for delphi mode 2000-02-01 09:41:27 +00:00
peter
ba0b8a2e1b * reallocmem fixed for freemem() call when size=0 2000-01-31 23:41:30 +00:00
sg
b8647dbc1a * Forgot some debug code ;) 2000-01-31 19:28:12 +00:00
sg
7f002abbf9 * Changed to the new interface 2000-01-31 19:26:13 +00:00
sg
8ef976f232 * Fixed selection redrawing bugs
* Changed "x1, y2, x2, y2" arguments to "x, y, w, h"
2000-01-31 19:23:37 +00:00
sg
58d62aca51 * Added support for loading from streams
(NOTE: The new loading code is very slow at the moment)
* Added saving support
* The line ending to use (CR/LF, LF...) can now be specified
* The last line of a document isn't written with a line ending, this
  preserves the original structure of a previously loaded file
* Fixed memory leaks
2000-01-31 19:22:16 +00:00