michael
ecba8ce55f
extension changes
2000-01-10 15:45:45 +00:00
michael
4a511b5f26
Adapted name to demo.pp instead of demo.pas
2000-01-10 15:44:30 +00:00
michael
69fb6245ea
Initial implementation
2000-01-10 15:31:40 +00:00
pierre
cecaff56a3
* TProgramInfo was not registered
2000-01-10 14:59:50 +00:00
pierre
8af36884e6
* force recompiling if we change target OS
2000-01-10 14:59:08 +00:00
pierre
61eb9ead89
+ first partial syntax test
2000-01-10 13:25:46 +00:00
pierre
f7d2d5f021
* Debugger test missing in ContTo
2000-01-10 13:23:28 +00:00
pierre
8699e48f8f
+ debug only possible on source target
2000-01-10 13:20:57 +00:00
pierre
c5d69522ef
* initc depends now on dpmiexcp unit
2000-01-10 12:15:26 +00:00
pierre
4a353c277d
* add $goto on to avoid problems
2000-01-10 12:14:57 +00:00
peter
44ff14bd7d
* fixed crash in getaddrsyminfo with symfync=nil
2000-01-10 11:14:42 +00:00
peter
895c8b9efc
* fixed memory leak with options, you must use StopOptions instead of
...
Stop
* fixed memory leak with forward resolving, make_ref is now false
2000-01-10 11:14:19 +00:00
peter
c775ade1d6
* primitives added
2000-01-10 09:54:30 +00:00
pierre
021303c54e
* fix for bug #776
2000-01-10 00:42:44 +00:00
pierre
0c99cac9ce
+ new bugs
2000-01-10 00:40:27 +00:00
pierre
b270e9c21d
* RegisterWindow problem fixed
2000-01-10 00:25:06 +00:00
pierre
1da849acde
* register window type added
2000-01-10 00:24:18 +00:00
peter
2dd4e68569
* debug also defines debug when compiling
2000-01-09 23:23:00 +00:00
peter
99fe175be6
* added st_default stringtype
...
* genstringconstnode extended with stringtype parameter using st_default
will do the old behaviour
2000-01-09 23:16:05 +00:00
florian
d9d6d487ac
* some fixes for register view
2000-01-09 21:05:51 +00:00
Tomas Hajny
2d90c8f390
* cdecl added
2000-01-09 21:01:59 +00:00
Tomas Hajny
c4153b1ff9
* FPK changed to FPC
2000-01-09 20:45:58 +00:00
Tomas Hajny
d0f990c92b
* cardinal = longint removed for FPC
2000-01-09 20:43:04 +00:00
Tomas Hajny
e5dc306af5
+ the first part of implementation
2000-01-09 20:42:05 +00:00
florian
da1ea39588
* bug in secondadd(subn) with swaped mmx operands fixed
2000-01-09 19:44:53 +00:00
Jonas Maebe
2ce42d351a
+ comment about badly placed release_loc calls for a_mul which
...
causes wrong regdeallocations. Don't know how to fix :(
2000-01-09 16:35:39 +00:00
peter
7b87725809
* fixed misplaced getexplicitreg(r_edi) which broke make cycle
2000-01-09 15:19:23 +00:00
Jonas Maebe
23d69a5126
* changed edi allocation to use getexplicitregister32/ungetregister
...
(adapted tgeni386 a bit for this) and enabled it by default
* fixed very big and stupid bug of mine in cg386mat that broke the
include() code (and make cycle :( ) if you compiled without
-dnewoptimizations
2000-01-09 12:34:59 +00:00
Jonas Maebe
86ff0db0b5
+ (de)allocation info for EDI to fix reported bug on mailinglist.
...
Also some (de)allocation info for ESI added. Between -dallocEDI
because at this time of the night bugs could easily slip in ;)
2000-01-09 01:44:18 +00:00
pierre
7a2344bd3f
* GROUP of smartlink units put before the C libraries
...
to allow for smartlinking code that uses C code.
2000-01-09 00:55:51 +00:00
pierre
beebcdebfc
* avoid testing object types that are simple aliases for unused privates
2000-01-09 00:37:56 +00:00
pierre
a67b0c3484
* initc now loads dpmiexcp unit to avoid linker problems
2000-01-09 00:35:17 +00:00
florian
7ff307fb8d
+ added a register window, doesn't work yet
2000-01-08 18:26:20 +00:00
Jonas Maebe
1c7978a96b
+ Mac linebreak ( #13 ) support for readln
2000-01-08 17:08:36 +00:00
peter
99cf60d6a7
* support variable in packagenames
...
* fpcmake.loc support
* fixed place of presettings which must be before FPCDIR is set
2000-01-08 16:31:04 +00:00
peter
d61d0e32f2
* max date added
2000-01-08 13:52:02 +00:00
sg
65631b0e44
* Set the upper bound of TLineArray to max. possible value so that this
...
unit works correctly with activated range checks
2000-01-08 12:08:58 +00:00
sg
f9d9c8aa0a
* Fix in line 413 (gzopen call now with typecast in 2nd argument, now it
...
should compile perfectly again)
2000-01-07 22:44:25 +00:00
marco
510b51be7a
* Added $target support for -FD
2000-01-07 22:22:02 +00:00
daniel
ec29a31834
* copyright 2000
2000-01-07 16:41:28 +00:00
daniel
a79b4a404b
* copyright 2000 added
2000-01-07 16:32:21 +00:00
daniel
8c2e7c0711
* fixed types
2000-01-07 15:46:20 +00:00
pierre
b9e2a3edec
* bad sound if changing frequency solved
2000-01-07 14:55:47 +00:00
pierre
ac4df5f8aa
+ date string added
2000-01-07 14:02:52 +00:00
sg
266ea77c74
* OK, now _this_ is the originally meant version with the fixed
...
selection handling ;)
2000-01-07 13:24:31 +00:00
pierre
6626bfedc4
* With argument is set as used to avoid unnecessary warnings
2000-01-07 09:36:24 +00:00
pierre
c464f091be
* set_varstate must be called after typeconv insertions
2000-01-07 09:35:12 +00:00
peter
eb31271e15
* updated copyright to 2000
2000-01-07 01:24:32 +00:00
peter
e525797c51
* updated copyright to 2000
2000-01-07 01:14:18 +00:00
peter
682d3453ee
* copyright 2000 in logo
2000-01-07 00:21:44 +00:00