Jonas Maebe
|
d06ebc3fd1
* fix for web bug #1727 from Peter
|
24 years ago |
Jonas Maebe
|
dc912b6358
* changed remaining "getregister32" calls to "getregisterint"
|
24 years ago |
Jonas Maebe
|
d45517d97d
* empty widestrings can also be optimized to the constant '0'
|
24 years ago |
Jonas Maebe
|
f15dbd7bf0
* range checking is now processor independent (part in cgobj, part in
cg64f32) and should work correctly again (it needed some changes after
the changes of the low and high of tordef's to int64)
* maketojumpbool() is now processor independent (in ncgutil)
* getregister32 is now called getregisterint
|
24 years ago |
Jonas Maebe
|
c536b532d0
* fixed stupid copy-paste bug
|
24 years ago |
Jonas Maebe
|
e27b13b0e4
* correctly check for 0-size dynarray in previous patch
|
24 years ago |
Jonas Maebe
|
0382990826
- moved to main dir
|
24 years ago |
Jonas Maebe
|
91f567bb66
* powerpc/cgcpu.pas compiles :)
|
24 years ago |
Jonas Maebe
|
928493e3ba
* made 'mod powerof2' -> 'and' optimization processor independent
|
24 years ago |
Jonas Maebe
|
599a68f8c9
* fixed web bug #1684 (it already didn't crash anymore, but it also didn't
|
24 years ago |
Jonas Maebe
|
f0662a6990
* don't allocate memory when doing a setlength(dynarr,0) when dynarr is
|
24 years ago |
Jonas Maebe
|
69cfac2135
+ bug #1735
|
24 years ago |
Jonas Maebe
|
ad0fc51cf6
* fixed web bug #1735 (argument of inc/dec must be made unique) ("merged")
|
24 years ago |
Jonas Maebe
|
92977ca6ee
* fixed fpuregister counting errors ("merged")
|
24 years ago |
peter
|
721c73276e
* more xp fixes
|
24 years ago |
peter
|
21a8c2cc8e
* merged fixes from 1.0.x
|
24 years ago |
peter
|
1700a42f14
* little support for lcl and lazarus, but not yet working
|
24 years ago |
carl
|
d2b9648484
+ More information on floppy mappings
|
24 years ago |
carl
|
c587ff66de
* Corrected prototype of rgexp(), now conforms to Delphi
|
24 years ago |
carl
|
562bc8f15b
* Corrected prototype of frexp() and added routine (taken fron genmath.inc)
|
24 years ago |
pierre
|
8d90e415dc
* attempt to fix web bug #1730
|
24 years ago |
florian
|
43ece4c2b7
* publishing of publishable classes fixed
|
24 years ago |
florian
|
f86c568373
* support for enum enumtype enumvar; fixed
|
24 years ago |
florian
|
521c608ece
* array of const can now take widestring parameters as well
|
24 years ago |
sg
|
b26ce3c858
* Fixed merging mistake of my last commit :/
|
24 years ago |
sg
|
2d11981745
* Now uses 'word' instead of 'integer' for short<->net conversions, as the
|
24 years ago |
sg
|
da679ddba8
* Use WideStrings when not using FPC 1.0.x
|
24 years ago |
sg
|
1510d8016f
* Some cosmetic improvements (fixed wrong method visibilities etc.)
|
24 years ago |
sg
|
2050ad3594
*Fixed some typos
|
24 years ago |
Jonas Maebe
|
c68fc3adf9
* added type conversion from procvar to procvar (if their arguments are
|
24 years ago |