peter
b068ad3821
* leave when an error has been in the interface (else other units could
...
be compiled with the implementation uses!)
* don't always compile when not in implementation with a second_load
1998-10-22 23:53:27 +00:00
peter
0ffc0f5586
+ check for < 0 which otherwise segfaulted
1998-10-22 23:50:45 +00:00
peter
3e8bbe3edd
+ VERBOSE=1 to set -vwni (necessary due the -n)
...
* fixed OPT, now also passed to RTLOPTS
1998-10-22 19:15:46 +00:00
peter
adcc76d18d
+ packed record for conversion records
1998-10-22 18:23:55 +00:00
florian
6eaa58b9c5
+ switch $APPTYPE for win32 added
1998-10-22 17:54:03 +00:00
pierre
eea45c0432
+ terminated the include exclude implementation for i386
...
* enums inside records fixed
1998-10-22 17:11:13 +00:00
pierre
701495b640
+ added rtlamiga target
1998-10-22 16:45:23 +00:00
pierre
e10c7365cc
+ added some units
1998-10-22 16:43:54 +00:00
pierre
38664fd7d3
* added two small tests
...
iocheck inside iocheck
enums inside objects
1998-10-22 16:41:10 +00:00
pierre
b0bc7490ef
* fsplit adapted to long filenames
1998-10-22 15:32:38 +00:00
florian
d2f078ce49
+ switch -vx for win32 added
1998-10-22 15:18:44 +00:00
pierre
2d95ebe899
* fsplit adapted to long filenames
1998-10-22 15:05:28 +00:00
pierre
7e1942412d
+ added FPC_SET_UNSET_BYTE for exclude of normsets
1998-10-22 14:50:08 +00:00
pierre
aa82e1cb8c
+ added allexec tests if executables compiled
...
don't return with an error code
* some changes in test files for dos
1998-10-22 14:35:40 +00:00
Jonas Maebe
e14a086c73
* changed TRegSet to a small set
1998-10-22 13:24:51 +00:00
peter
4967811717
* fixed for stackaligment also on 4 bytes, never use 'ret $..' direct
1998-10-22 12:48:29 +00:00
pierre
6c1226ad3c
+ better error info on unimplemented set operators
1998-10-22 12:12:23 +00:00
peter
4e3a568cbf
* fixed imports generation at the wrong place
1998-10-22 11:36:34 +00:00
michael
a643c03805
+ AssignAnsistring no longer copies constant ansistrings;
...
+ CompareAnsiString is now faster (1 call to length less)
+ UniqueAnsiString is fixed.
1998-10-22 11:32:23 +00:00
pierre
a72309bec9
* PatternBuffer was not set on entry !!
1998-10-22 09:44:57 +00:00
pierre
12ed8fdf00
* mandel problem fixed !!
1998-10-22 08:22:06 +00:00
michael
8648324256
+ Some more corrections
1998-10-21 23:01:54 +00:00
peter
13282fa6c7
+ more tests
1998-10-21 22:28:29 +00:00
peter
8e363906e2
* beter line info for conditionals
1998-10-21 20:16:04 +00:00
peter
99b31c91bc
* check for importsection for empty asm file
1998-10-21 20:13:10 +00:00
pierre
f31407b8ab
* wmemu387.dxe was not closed !!
1998-10-21 17:05:46 +00:00
pierre
84b9f22e04
* dxeload range check problem solved
1998-10-21 16:51:07 +00:00
pierre
49c698a41b
+ tests to check if filename exists
1998-10-21 16:24:14 +00:00
pierre
6c1766feed
* bug fix for IOCHECK inside a procedure with iocheck modifier
...
* removed the GPF for unexistant overloading
(firstcall was called with procedinition=nil !)
* changed typen to what Florian proposed
gentypenode(p : pdef) sets the typenodetype field
and resulttype is only set if inside bt_type block !
1998-10-21 15:12:49 +00:00
pierre
bf7419d4b6
* stupid error removing getret.exe each time
1998-10-21 12:14:30 +00:00
pierre
9d804fbe16
Log inserted
1998-10-21 12:12:09 +00:00
pierre
922c46cdef
+ add log for makefile
...
+ added test for i:=longint;
1998-10-21 12:09:52 +00:00
florian
852aeb1a13
+ check for access to index 0 of long/wide/ansi strings added,
...
gives now an error
* problem with access to contant index of ansistrings fixed
1998-10-21 11:44:42 +00:00
pierre
b3867488fb
+ added a makefile for tests
...
+ uses getref for extracting error code
+ required command lines args can be place in the first line of
source code
following $OPT=
1998-10-21 11:33:26 +00:00
michael
1a9987cfe5
+ more fixes so it compiles
1998-10-21 09:03:11 +00:00
michael
0ee1ca0246
+ Fix so it compiles
1998-10-21 08:56:58 +00:00
florian
d666ac848e
+ ansistring operator +
...
+ $h and string[n] for n>255 added
* small problem with TP fixed
1998-10-21 08:39:56 +00:00
florian
b70ee498ad
* ansistringconcat fixed
1998-10-21 08:38:46 +00:00
michael
8e65e437da
+ Fixed remarks by Alexander stohr
1998-10-20 22:14:49 +00:00
michael
279b995838
+ Forgot to include disk functions
1998-10-20 19:26:37 +00:00
pierre
4494bfafb6
* type ptree only allowed inside expression
...
if following sizeof typeof low high or as first arg of new !!
1998-10-20 15:10:15 +00:00
florian
e4290ba94a
+ binary operators for ansi strings
1998-10-20 15:09:21 +00:00
peter
0a51bba5f7
* fixed maxlen which was not correct after my read_string update
1998-10-20 14:37:45 +00:00
peter
887c29f7a2
* fixed 'not not boolean', the location was not set to register
1998-10-20 13:12:38 +00:00
peter
309ac0b4cb
* fixed object(unknown) crash
1998-10-20 13:09:13 +00:00
florian
1e126715b8
* small fixes to ansicompare
1998-10-20 12:46:11 +00:00
pierre
033303c21d
+ length(c) where C is a char is allways 1
1998-10-20 11:16:47 +00:00
pierre
136cf23427
* calling of private method allowed inside child object method
1998-10-20 11:15:44 +00:00
peter
9a650233f0
* removed some unused vars
1998-10-20 09:32:54 +00:00
peter
e0a2d434b5
* set also in_library flag when no .o is generated
1998-10-20 09:30:05 +00:00