Commit Graph

12381 Commits

Author SHA1 Message Date
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
peter
8d0dc4b69d * new bugs 2002-12-15 20:25:29 +00:00
peter
8e66f19170 * some more C style functions 2002-12-15 20:24:17 +00:00
peter
a3c68549ec * map error 87 to 13 to be compatible with dos 2002-12-15 20:23:53 +00:00
peter
6e14067b99 * fix empty string in readln when not at end of string
* fix alt-xyz in readkey
2002-12-15 20:23:30 +00:00
peter
d5cec75d6d * fix updatescreen compare that was wrong when the last char was
different
2002-12-15 20:22:56 +00:00
peter
95ce19f3b2 * fix making string empty in readln when cursor is not at the end 2002-12-15 20:22:24 +00:00
florian
3f5541e996 + some front end stuff for vs_hidden added 2002-12-15 19:34:31 +00:00
florian
938f46f246 * fixed some crashes and a rte 201 2002-12-15 19:22:01 +00:00
peter
f931650b24 * more stable default target setting 2002-12-15 14:08:29 +00:00
peter
bbd18afe11 * don't include uf_init for library. The code is already called and
does not need to be in the initfinal table
2002-12-15 13:37:15 +00:00
peter
88e68acd03 * clean removes also *.o, *.so, *.ppu 2002-12-15 13:35:33 +00:00
peter
36427d3ba6 * NEEDLIBRARY option to add -rpath to the linker for unix. This is
needed to test runtime library tests. The library needs the -FE.
    option to place the .so in the correct directory
2002-12-15 13:30:46 +00:00
peter
9875ffa598 * test runtime loading of library 2002-12-15 13:29:12 +00:00
peter
a2a1a36e83 * ignore vs_hidden parameters when choosing overloaded proc 2002-12-15 11:26:02 +00:00
sg
fc1b32c275 * Improved whitespace handling (although it's still not perfect in all
cases)
2002-12-14 19:18:21 +00:00
sg
a384390a05 * Ported improvements from the AnsiString equivalents to NewWideString and
fpc_WideStr_SetLength
2002-12-14 19:16:45 +00:00
carl
3214bab118 * maxoperands -> max_operands (for portability in rautils.pas)
* fix some range-check errors with loadconst
  + add ncgadd unit to m68k
  * some bugfix of a_param_reg with LOC_CREFERENCE
2002-12-14 15:02:03 +00:00
carl
9972293cee - remove extra ifdef i386 (avoir compilation errors) 2002-12-14 13:02:45 +00:00
michael
1cab2d8d3d Patch from peter int->wint 2002-12-13 08:30:30 +00:00
sg
45ace4f83c * More WideString fixes 2002-12-12 20:17:32 +00:00
Tomas Hajny
2dad442c06 * supported OS/2 version changed to Warp 3) 2002-12-12 18:22:53 +00:00
peter
e86bda956e * add FAccepting:=true to StartAccepting 2002-12-12 17:53:49 +00:00
peter
cd894074e0 * INT renamed to WINT 2002-12-12 17:52:35 +00:00
peter
61fd1466a5 * Renaming INT type to WINT 2002-12-12 17:34:35 +00:00
peter
eb17b0dc2d * fix cvs name replacing 2002-12-12 17:33:45 +00:00
pierre
24ae00232c * 5.3 was not correctly parsed 2002-12-12 14:17:59 +00:00
michael
1f74cacb79 + Patches from peter to fix 1.1 compile 2002-12-12 13:43:38 +00:00
pierre
4155f6ba35 x:=x*1 created wrong code for m68k 2002-12-12 10:31:11 +00:00
pierre
ae59f56484 * move line breakpoints if lines added or deleted in editor window 2002-12-12 00:09:08 +00:00
pierre
b5196eefbb Use fpregs unit 2002-12-12 00:06:41 +00:00
pierre
0c0233d130 * add code for breakpoint moves + registers in fprags.pas unit 2002-12-12 00:05:57 +00:00
pierre
bea9f4705f * fix problem with breakpoint conditions that showed up again after exit 2002-12-12 00:03:14 +00:00
pierre
4be6cc6f84 Register window code separated in a new unit 2002-12-12 00:01:59 +00:00
peter
d611c25599 * tcallnode.det_resulttype rewrite, merged code from nice_ncal and
the old code. The new code collects the information about possible
    candidates only once resultting in much less calls to type compare
    routines
2002-12-11 22:42:28 +00:00
peter
6b5793284a * stop processing assignment node when the binaryoverload generates
a codegenerror
2002-12-11 22:41:03 +00:00
peter
74cd4c01b2 * assigned(procvar) fix for delphi mode, fixes tb0430 2002-12-11 22:40:36 +00:00
peter
bdc6feb73d * proc->procvar is never an exact match, convert exact parameters
to equal for the whole proc to procvar conversion level
2002-12-11 22:40:12 +00:00
peter
409bc6f4dc * better error message when no operator is found for equal 2002-12-11 22:39:23 +00:00
sg
8ea2009376 * TXHTMLDocument is now derived from THTMLDocument instead of TXMLDocument.
Probably future versions of DOM_HTML will be able to completely replace
  this unit.
2002-12-11 21:11:58 +00:00
sg
d2e9518fbe * Small cleanups
* Replaced htmldoc unit with dom_html unit
* Added SAX parser framework and SAX HTML parser
2002-12-11 21:06:07 +00:00
sg
84243edae7 * replaced by dom_html 2002-12-11 20:36:06 +00:00
peter
d393a6f1cb * Another strange delphi procvar thingy, this time with assigned() 2002-12-11 19:52:27 +00:00
michael
f75fd47e00 + IndexOfName is case insensitive 2002-12-10 21:05:44 +00:00
michael
a1ab52022b + Fixed range check error and others in Delete 2002-12-09 08:33:31 +00:00
Tomas Hajny
36675ed484 - WriteLn in GUI mode support commented out until fixed 2002-12-08 16:39:58 +00:00
peter
14c6ce1eb8 * small error code fixes so tdos2 passes 2002-12-08 16:05:34 +00:00
carl
b6d87094de + more fixes 2002-12-08 15:02:17 +00:00