Commit Graph

5494 Commits

Author SHA1 Message Date
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
pierre
2cf8e2fcbc * avoid the Impossible to set breakpoints here 2000-01-31 16:02:08 +00:00
peter
4d0c25c096 * fixed default unit location for linux when fpcdir was not set 2000-01-31 15:55:42 +00:00
peter
208c1404d3 * faq.html -> faq.txt 2000-01-31 13:17:12 +00:00
peter
a23e03310e * really fixed the symlink bug 2000-01-31 13:16:32 +00:00
peter
8025010608 * compilerzip fixed 2000-01-31 12:35:41 +00:00
Jonas Maebe
e534908b2f * committed the rest of my fix :) 2000-01-31 12:11:53 +00:00
pierre
7a4ea522ae * forgot that tests should be non interactive !! 2000-01-31 10:17:36 +00:00
pierre
38fb93fcfc * Jonas' fix for bug811 2000-01-31 10:15:43 +00:00
pierre
f08db8e455 + bug816 2000-01-31 08:47:15 +00:00
pierre
0e9aecc98c + 809-810-812-813-814-815 2000-01-31 00:19:15 +00:00
peter
bf32e168f9 * fixed dup rtti writing for classes 2000-01-30 23:29:06 +00:00
sg
0f11acb568 * The XML config object is now freed at the end of the program
(this enables us to detect memory leaks with this test program)
2000-01-30 22:20:57 +00:00
sg
6a17b365a2 * TXMLConfig now frees its XML document (major memory leak...) 2000-01-30 22:20:08 +00:00
sg
e61f207c8b * Made some optimizations and cosmetic changes 2000-01-30 22:19:13 +00:00
sg
b20f194d19 * Fixed memory leaks, all nodes are now freed by their parent
* Many cosmetic changes
2000-01-30 22:18:16 +00:00
sg
7381e3fff4 * Fixed memory leaks 2000-01-30 22:16:59 +00:00
peter
706e0c4417 * fixed filepos when eof is read, it'll now stay on the eof position 2000-01-30 19:28:25 +00:00
Tomas Hajny
f501e0a92a * logging enhanced, verbose support, error for non-4dos fixed 2000-01-29 16:24:01 +00:00
florian
997ddf88f9 * virtual XXXX; support for objects, only if -dWITHDMT is defined 2000-01-28 23:17:53 +00:00
pierre
11572b7343 * CrtlF9 starts debugger if there are active breakpoints 2000-01-28 22:38:21 +00:00
pierre
9f9441a49a * avoid unknown type in alt+0 dialog for Ascii Chart and Clipboard 2000-01-28 22:36:46 +00:00
pierre
6f77e21754 * Test_partial_syntax released 2000-01-28 22:20:04 +00:00
michael
88711c2e7f + Changed patch number to 15 2000-01-28 20:47:26 +00:00