florian
|
11fe93f3b8
|
+ -Nu to help screen added
git-svn-id: trunk@452 -
|
2005-06-19 21:29:53 +00:00 |
|
florian
|
ec6d5ff211
|
+ utf-8 support for string constants added
git-svn-id: trunk@428 -
|
2005-06-16 20:16:37 +00:00 |
|
peter
|
bc347c23a8
|
* change error: compilation aborted to fatal
git-svn-id: trunk@394 -
|
2005-06-13 07:01:49 +00:00 |
|
peter
|
4ace790492
|
* remove $Log
git-svn-id: trunk@231 -
|
2005-06-07 09:47:55 +00:00 |
|
florian
|
0f94b21379
|
* updated version from Michael Schindler
git-svn-id: trunk@138 -
|
2005-05-29 13:32:00 +00:00 |
|
florian
|
9fba8829e3
|
* new version vom janio
git-svn-id: trunk@74 -
|
2005-05-22 19:08:02 +00:00 |
|
fpc
|
50778076c3
|
initial import
git-svn-id: trunk@1 -
|
2005-05-16 18:37:41 +00:00 |
|
florian
|
e7abf182c2
|
+ added -Cp to option page
|
2005-05-05 14:52:50 +00:00 |
|
peter
|
68dbbb1e25
|
* move end description for latex
|
2005-05-05 13:10:07 +00:00 |
|
florian
|
2bbc4601c3
|
* update from jordi
|
2005-04-20 08:13:25 +00:00 |
|
florian
|
b077b506d3
|
* another update by Ido
|
2005-04-10 08:11:14 +00:00 |
|
peter
|
3f9d6ab32f
|
* add hint when passing an uninitialized variable to a var parameter
|
2005-03-25 22:20:18 +00:00 |
|
olle
|
7cb6368f12
|
* Support for pascal constant expr in compile time expr, is now only allowed in mode Delphi
+ Warning for undefined compile time var in mode macpas
* Support for some turbo directives in mode macpas
* Support for Metrowerks style DEFINED xxx
|
2005-03-20 18:13:34 +00:00 |
|
florian
|
08b1126467
|
* jordi: initial release, based on 1.119 errore.msg
|
2005-03-10 10:38:32 +00:00 |
|
florian
|
6f86fd170d
|
* janio: synched with errore.msg 1.120
|
2005-03-07 19:52:29 +00:00 |
|
florian
|
eeaded577a
|
* fixed copy(dyn. array,...);
|
2005-03-05 16:37:28 +00:00 |
|
florian
|
c63ac52ac5
|
* fixed msg for -Xc
|
2005-02-26 17:50:37 +00:00 |
|
florian
|
64b742c558
|
* update from Ido Kanner aka ik_5
|
2005-02-26 15:51:23 +00:00 |
|
florian
|
5812a84648
|
* another update from ik_5
|
2005-02-15 19:48:54 +00:00 |
|
peter
|
c5488ea6b1
|
* -Fa option added, it'll load the units before the uses
line is parsed. Can be used to load cthreads from the commandline.
Example '-g -Faheaptrc,lineinfo' is the same as '-ghl'
|
2005-02-06 21:33:28 +00:00 |
|
peter
|
d3b559cfcc
|
* detect arithmetic overflows for constants at compile time
* use try..except instead of setjmp
|
2005-01-26 16:23:28 +00:00 |
|
florian
|
98a5e2b00a
|
* update from Ido Kanner aka ik_5
|
2005-01-22 20:05:51 +00:00 |
|
peter
|
7848d612cd
|
* fixed -vv
|
2005-01-20 17:29:07 +00:00 |
|
olle
|
4a3a4efb05
|
+ added help for -Se[whn]
|
2005-01-15 20:36:59 +00:00 |
|
olle
|
be08c4912b
|
- disabled macro diff message
|
2005-01-10 21:01:52 +00:00 |
|
olle
|
7572f3a539
|
* rework of macro subsystem
+ exportable macros for mode macpas
|
2005-01-09 20:24:43 +00:00 |
|
peter
|
dd84e43eca
|
* fix TeX issues
|
2005-01-09 20:17:43 +00:00 |
|
florian
|
6ecf269d34
|
+ new error msg for arm shifter op handling added
|
2005-01-05 17:31:12 +00:00 |
|
florian
|
4900f10f2e
|
* version and copyright increased
|
2005-01-02 10:20:08 +00:00 |
|
florian
|
18c1196125
|
* cleanup
|
2005-01-01 16:23:37 +00:00 |
|
florian
|
d41004eae3
|
* initial (non-complete) version by Ido Kanner aka ik_5
|
2005-01-01 15:17:07 +00:00 |
|
michael
|
fe4c4fac08
|
+ Fixed interface style help
|
2004-12-29 11:54:58 +00:00 |
|
peter
|
0d4ba90aa8
|
* don't allow class methods in interfaces
|
2004-12-26 20:12:23 +00:00 |
|
peter
|
00c14e1083
|
* external is again allowed in implementation
|
2004-12-15 16:00:16 +00:00 |
|
florian
|
0037f4a199
|
* fixed operand size calculation for sse operands
+ all nasm assembler targets to help page output added
|
2004-12-12 10:50:34 +00:00 |
|
peter
|
9c0be16488
|
implicit load of variants unit
|
2004-12-06 19:23:05 +00:00 |
|
Jonas Maebe
|
bd04491f50
|
* patch from Peter to fix inlining of case statements
|
2004-11-30 18:13:39 +00:00 |
|
peter
|
14d25d278b
|
mangledname setting moved to place after the complete proc declaration is read
import generation moved to place where body is also parsed (still gives problems with win32)
|
2004-11-17 22:21:35 +00:00 |
|
peter
|
db81b4333a
|
* fatal error when procedure is too complex
|
2004-11-14 21:08:27 +00:00 |
|
peter
|
6c9c4c686c
|
* small m68k updates to bring it up2date
* give better error for external local variable
|
2004-11-09 22:32:59 +00:00 |
|
peter
|
bc59556a41
|
* $fpctarget expands to <cpu>-<os>
* allow * in middle of the path to support ../*/units/$fpctarget
|
2004-10-31 18:54:24 +00:00 |
|
peter
|
8706d9bec9
|
* help page updated
|
2004-10-25 15:37:50 +00:00 |
|
Tomas Hajny
|
5df0c00360
|
* better PathExists, fix for too long command line, correction of message
|
2004-09-21 23:33:43 +00:00 |
|
peter
|
67548d9f91
|
* for loop variable assignment is not allowed anymore
|
2004-09-13 20:28:26 +00:00 |
|
michael
|
41f7fa8c37
|
+ Check if outputdir exists, Fix exitcode when displaying help pages
|
2004-09-08 11:23:30 +00:00 |
|
armin
|
354004d803
|
* target netwlibc added (libc is preferred for newer netware versions)
|
2004-09-04 21:18:47 +00:00 |
|
peter
|
db2ac3bc57
|
* allow only 1 default property
|
2004-08-25 15:57:04 +00:00 |
|
olle
|
f125ee32d1
|
+ added macro-lacks-content message
* fixed typos etc
|
2004-08-22 23:12:16 +00:00 |
|
florian
|
4b3ed28d07
|
* morphos now takes any pointer var. as libbase
* alignment for sparc fixed
* int -> double conversion on sparc fixed
|
2004-08-22 20:11:38 +00:00 |
|
florian
|
8cb7072e5f
|
* fixed several ie9999s when illegal operators were used
|
2004-08-08 15:22:29 +00:00 |
|