florian
|
87bdf13f9f
+ first draft for dfa
|
18 years ago |
yury
|
b2605b8ff6
* Internal linker now correctly links to gcc import libraries. It fixes win32 IDE with debugger support.
|
18 years ago |
Vincent Snijders
|
e18966c372
* write resource object file to unit output directory
|
18 years ago |
florian
|
4e375e0c38
* set ConsoleStartupMode in all startup codes
|
18 years ago |
florian
|
b3b099f63c
- removed accidently commited writeln
|
18 years ago |
florian
|
0e429065e8
* better error message in case of parser error
|
18 years ago |
marco
|
e074f9383c
* typo corrected
|
18 years ago |
pierre
|
115d95004f
* try to fix cygwin import lib problem in internal linker
|
18 years ago |
marco
|
699e231223
* more cleanup of unit unix (merge)
|
18 years ago |
marco
|
cb8e361672
* removed restoration ofa compability that never existed
|
18 years ago |
marco
|
2214c11330
* removed restoration ofa compability that never existed
|
18 years ago |
tom_at_work
|
a42d80dbf9
* do not use R13 as available register because it is reserved for tls on ppc64/linux
|
18 years ago |
marco
|
fd6f6cf7e9
* fix for 8801. mmap constants inconsistancy. Old constants are aliased for compat. non portable moved to OS specific units (merge)
|
18 years ago |
marco
|
b8c21889f9
* bug #8807, PRIO_ constants not aliased to baseunix _merge_
|
18 years ago |
Jonas Maebe
|
544dd57a96
* r0 is also volatile
|
18 years ago |
Jonas Maebe
|
0caee5b45b
+ support to use r0 for ppc/ppc64 when compiling the compiler with
|
18 years ago |
Jonas Maebe
|
63f80f3472
* do not require exactly the same range type for indexed properties
|
18 years ago |
Jonas Maebe
|
3a4508b1bb
* fixed compile error when assigning to a widestring property which
|
18 years ago |
mazen
|
0f73d54ac8
+ Added ATT assmebler mode directive to override any default in fpc.cfg. Otherwise we need to override it in makefile.
|
18 years ago |
Jonas Maebe
|
76b190b723
- removed caretn and related code
|
18 years ago |
Jonas Maebe
|
065b9c39f7
* fixed compilation
|
18 years ago |
pierre
|
390a4236e2
* do not use F field to get TObjectReader FileName as it is freed inside openfile method
|
18 years ago |
daniel
|
41d171bda0
- Comment out duplicate entries (F11/F12 <--> Shift+F1/F2)
|
18 years ago |
pierre
|
551498b8d5
* correct Read/write methods to use same parameter type as TStream ancestors
|
18 years ago |
daniel
|
3ad8257ecb
* Fix replace spilling of shld/shrd.
|
18 years ago |
Jonas Maebe
|
82e01b4ad9
+ support for refcounted records returned by functions in 2 registers
|
18 years ago |
Jonas Maebe
|
de1af478c3
* do not allow passing properties as var parameters (mantis #8777)
|
18 years ago |
Jonas Maebe
|
21f87ef1de
* fixed instances of passing properties as var parameter
|
18 years ago |
yury
|
5fc31d96e0
* replaced "var R:RECT" to "const R:RECT" in WinAPI functions parameters according to MS PSDK.
|
18 years ago |
yury
|
7110ecdf7e
* replaced "var R:RECT" to "const R:RECT" in WinAPI functions parameters according to MS PSDK.
|
18 years ago |