Commit Graph

8289 Commits

Author SHA1 Message Date
Jonas Maebe
c7af813c76 * fixed bug in type checking for compatibility of set elements (merged)
* released fix in options.pas from Carl also for FPC (merged)
2001-02-26 12:47:46 +00:00
michael
71e170f80f * option_help_pages:
allow to omit an option (use one space char insteed an option)
   but to indent a continuation line as if option is present. For lines:
     3*2CX_first line
     3*2 _second line
     3*2*_third line
   we could get:
     -CX        first line
                second line
     third line
2001-02-26 08:08:39 +00:00
michael
0a8415f483 * bug correction: pipes must be closed by pclose (not close);
There was too many not closed processes under Linux before patch.
  Test this by making a compiler under Linux with command
    OPT="-P" make
  and check a list of processes in another shell with
    ps -xa
2001-02-26 08:08:16 +00:00
michael
c6f78731ed Support replacements for all -F<x> options 2001-02-26 07:49:50 +00:00
Tomas Hajny
443374521c * correction of a previously introduced bug 2001-02-26 04:57:38 +00:00
peter
3c54458903 * regenerated 2001-02-24 10:46:41 +00:00
peter
8f2aaed119 * generate .rst from ppufilename instead of modulename 2001-02-24 10:44:55 +00:00
peter
145726f533 * another fix for internal variable checking 2001-02-24 10:44:33 +00:00
michael
be33e69df4 + Fixed sorting of stringslist 2001-02-23 22:24:08 +00:00
Jonas Maebe
3e4f02f165 * optimized strcopy/strecopy 2001-02-23 14:05:33 +00:00
peter
3c2db9436f * regenerated 2001-02-22 21:15:03 +00:00
peter
76fcd52b4f * fpcdir detection added
* fixed loading of variables in fpcmake itself
2001-02-22 21:11:24 +00:00
Jonas Maebe
9ecf1c9aa7 * fixed bug in previous fix (hopped over revision 1.26 because that one
also removed the fix for high(cardinal))
2001-02-22 11:24:40 +00:00
pierre
c9d78b7432 * generate some output on error 2001-02-21 21:37:39 +00:00
pierre
cb93885cb6 new test for web bug #1407 2001-02-21 21:34:37 +00:00
Tomas Hajny
18a6af4e62 * GetEnvironmentVariable now really merged 2001-02-21 21:23:38 +00:00
Tomas Hajny
d093c5f047 * API2RTL change documented 2001-02-21 21:00:50 +00:00
peter
b3956651be * fix to compile again, but high(cardinal) with $R+ still fails! 2001-02-21 20:50:59 +00:00
peter
659e4ec93b * new tests 2001-02-21 19:43:44 +00:00
peter
8acb794be6 * moved deref to be done after loading of implementation units. prederef
is still done directly after loading of symbols and definitions.
2001-02-21 19:37:19 +00:00
Jonas Maebe
db0fc0ac36 * fixed high/low for cardinal, int64 and qword 2001-02-21 12:57:46 +00:00
Jonas Maebe
ee9ebaa3ee * evaluate typecasts of const pointers to ordinals inline ('merged') 2001-02-21 11:49:50 +00:00
peter
736a92a945 * always test before commiting after merging, linux -> unix change 2001-02-20 22:19:38 +00:00
peter
b19d318380 * new file 2001-02-20 22:14:39 +00:00
peter
36e5967c3b * merged getenvironmentvariable 2001-02-20 22:14:19 +00:00
peter
e32556ca16 * regenerated for cygwin32 support 2001-02-20 21:59:59 +00:00
peter
05160462c9 * fpu fixes (merged) 2001-02-20 21:51:36 +00:00
peter
9fbe429084 * fixed change variable accessing using _ instead of . 2001-02-20 21:49:31 +00:00
peter
18a87e23d4 * new messages merged 2001-02-20 21:49:18 +00:00
peter
fd7d431a0c * remove nasm hack 2001-02-20 21:48:17 +00:00
peter
b10905f2bd * don't allow assign to void type (merged) 2001-02-20 21:46:26 +00:00
peter
b47af8e4dd * tvarrec -> array of const fixed 2001-02-20 21:44:25 +00:00
peter
891a5e27b4 * record and object declaration with same field as type fixed 2001-02-20 21:42:54 +00:00
peter
a7fe3cb6b9 * new fixfilename, findfile for unix. Look first for lowercase, then
NormalCase and last for UPPERCASE names.
2001-02-20 21:41:15 +00:00
peter
3ea409ab44 * tasm/masm fixes merged 2001-02-20 21:36:39 +00:00
peter
c72d1f4c76 * iret, lret fixes 2001-02-20 21:34:04 +00:00
peter
bcbb21839d * chdir,mkdir,rmdir with empty string fixed 2001-02-20 21:31:12 +00:00
peter
3b7b4ab99c * more tests 2001-02-20 21:28:15 +00:00
peter
bfb241352d * updated 2001-02-20 21:27:40 +00:00
peter
211bd33dcb * removed unused code 2001-02-20 18:37:10 +00:00
peter
b7fcca05f8 * same fix for objects and classes 2001-02-20 18:35:35 +00:00
marco
69705d29e9 * Fix from Peter for passing a procedure of method to a other method in a method 2001-02-20 13:14:18 +00:00
marco
3e7c796a12 * Fix passing tvarrec to array of const 2001-02-20 11:19:45 +00:00
Jonas Maebe
39af441ec6 * fixed bug in strscan (returned nil instead of strend for #0) and made it 40% faster 2001-02-17 11:34:00 +00:00
sg
f43d55181a * Fixed SetOrdProp for class instance properties (merged from fixbranch) 2001-02-15 22:40:22 +00:00
sg
2a992cc477 * Merged Pierre's fix for my problem with heaptrace unit (by setting EBP
to zero before calling PASCALMAIN)
2001-02-14 22:36:21 +00:00
pierre
f329e6bfca test void assignment 2001-02-12 21:32:29 +00:00
pierre
ca4e083747 new test 2001-02-12 12:18:29 +00:00
pierre
1266cc1bb4 * changed code to correct working one 2001-02-12 12:14:24 +00:00
pierre
6e1b6dfa71 test for bug #1404 2001-02-12 08:19:55 +00:00