Commit Graph

1603 Commits

Author SHA1 Message Date
peter
9eb8ad1648 * renamed rename -> FRename 1998-11-10 14:57:53 +00:00
pierre
85bc486eb2 * problem of write(pchar) 1998-11-10 11:34:53 +00:00
pierre
636ad3ddee * more tests 1998-11-10 11:13:06 +00:00
pierre
4323a303a3 * temporary fix for long mangled procsym names 1998-11-10 10:50:57 +00:00
peter
0353e61e9b * va_list -> array of const 1998-11-10 10:09:08 +00:00
Jonas Maebe
2b9d08c912 * fixed comments from last commit (apparently there's still a 255 char limit :( ) 1998-11-09 19:40:46 +00:00
Jonas Maebe
d8c11fa743 * changed specific bugfix (which was actually wrong implemented, but did the
right thing in most cases nevertheless) to general bugfix
  * fixed bug that caused
    mov (ebp), edx                                    mov (ebp), edx
    mov (edx), edx
1998-11-09 19:33:39 +00:00
peter
20188aa991 + va_list for printf support 1998-11-09 11:44:33 +00:00
michael
0d5d65e6bb + Bugfix in setcapacity, sizes were wrong 1998-11-09 10:07:24 +00:00
peter
c461a33f8a * fixed ansicompare which returns signed 1998-11-07 12:49:30 +00:00
pierre
00f7988d1d * double initialization code calling bug fixed 1998-11-06 09:48:14 +00:00
pierre
66ee4baa3d * problem of const with ansi fixed 1998-11-06 09:47:29 +00:00
pierre
3539ab25da * assemble failure increments status errorcount again !! 1998-11-06 09:46:46 +00:00
pierre
6e816712fc * bug on errors (file used after dispose !) fixed 1998-11-06 09:45:40 +00:00
pierre
47f406fc04 * size is now also checked
+ added halt_on_error variable (default true)
    to stop at first error in getmem/freemem
1998-11-06 08:46:01 +00:00
peter
d84489d9b7 * recordtype.field support in constant expressions
* fixed imul for oa_imm8 which was not allowed
  * fixed reading of local typed constants
  * fixed comment reading which is not any longer a separator
1998-11-05 23:48:17 +00:00
peter
dedaf4db95 * fixed assembler directive and then not an ASM statement 1998-11-05 23:43:24 +00:00
pierre
00a36623a8 * fix for const strings 1998-11-05 23:40:45 +00:00
peter
7d2232f3b2 + typedconst.getsize 1998-11-05 23:39:31 +00:00
peter
babc359c3f * don't dispose staticsymtable (caused crash under tp7 after a fatal
error)
1998-11-05 23:34:36 +00:00
peter
e4079a6ce7 * fixed some bugs 1998-11-05 23:24:40 +00:00
pierre
bddaa79d02 * fix for missing zero after string const 1998-11-05 15:26:38 +00:00
peter
85b80b7aef * fixed unknown set operation msg 1998-11-05 14:28:12 +00:00
peter
37732325f3 * fixed variant warning with was sometimes said with sets 1998-11-05 14:26:47 +00:00
peter
82aa9f9b00 * fixed shlshr which would push ecx when not needed 1998-11-05 14:26:01 +00:00
peter
5d8f909e4e * findfirst fix from the mailinglist 1998-11-05 14:24:08 +00:00
peter
c21642499c * removed warnings 1998-11-05 14:20:36 +00:00
peter
3037445491 * released useansistring
* removed -Sv, its now available in fpc modes
1998-11-05 12:02:30 +00:00
pierre
c1b6f90bcf * fix for length(char) in const expressions 1998-11-05 10:29:34 +00:00
pierre
cb9c63b467 test for length(char) in const expr 1998-11-05 10:21:41 +00:00
michael
da09fad8f9 * undid peters change. Constant ansistrings should end on null too cd .. 1998-11-04 21:07:43 +00:00
michael
233c8c8c79 + Removed ifdef useansistrings 1998-11-04 20:34:01 +00:00
michael
478b404136 + Small fixes to assign and add 1998-11-04 15:39:44 +00:00
michael
d6c1e881ae Error handling always with exceptions 1998-11-04 14:36:29 +00:00
peter
bee09ce299 * exceptions work 1998-11-04 10:46:41 +00:00
peter
5727090134 * ansistring fixes 1998-11-04 10:20:48 +00:00
peter
7469443729 + xorl ebp,ebp to indicate end of backtrace 1998-11-04 10:16:25 +00:00
peter
ee3681a9d6 * don't use getmem in startup (necessary for heaptrc) 1998-11-04 10:15:54 +00:00
peter
4efed8108e * fixes to compile 1998-11-04 10:15:12 +00:00
peter
b849ea0630 - obsolete 1998-11-04 10:14:32 +00:00
peter
de4cf49059 * ansistring fixes 1998-11-04 10:11:36 +00:00
Jonas Maebe
63d4c1f2a1 * "call x;jmp y" optimization not done anymore for P6 and equivalents
* made FPU optimizations simpler and more effective
1998-11-03 16:26:09 +00:00
peter
78990962b5 * don't check for endif if error 1998-11-03 11:35:02 +00:00
peter
436274abfc + search_unit arg to only search for sources 1998-11-03 11:33:11 +00:00
Jonas Maebe
9d9f60c4d6 * fixed bug shown in sortbug program from fpc-devel list 1998-11-02 23:17:49 +00:00
peter
b06aa6c992 + 175 1998-11-02 23:12:44 +00:00
peter
37badd4383 + 174 1998-11-02 15:13:27 +00:00
michael
aee61342f5 + Added format function 1998-11-02 12:53:53 +00:00
michael
5772c2b310 Minimum/maximum functions 1998-11-02 12:52:46 +00:00
michael
9a38bce562 + Fix for assign of null string 1998-11-02 09:46:12 +00:00