florian
|
1a69c49e81
* fix range check errors by explicit casts
|
7 年 前 |
marco
|
af85960d62
* East Asian locales era patch from Mantis #33003
|
7 年 前 |
maciej-izak
|
8aaa3c0fd5
+ added additional OpaquePointer type for the system unit (mantis #32977).
|
7 年 前 |
florian
|
724b822b54
* patch based on a proposal by J. Gareth Moreton to reduce register usage
|
7 年 前 |
maciej-izak
|
f719f81c06
+ added new types for the system unit: opaque data type (TOpaqueData) and related opaque pointer (POpaqueData) (mantis #32977)
|
7 年 前 |
florian
|
11a3d8762a
* patch by J. Gareth Moreton:
|
7 年 前 |
Jonas Maebe
|
4014f900cb
* fixed get_iso_range_type() for non-integer orddefs (belongs with r37934)
|
7 年 前 |
Károly Balogh
|
7c3702d3b0
palmos: make it easy to disable certain features, also disable some which are not needed now. hello, world! is about 6K with these settings, about 5K smaller than otherwise
|
7 年 前 |
Károly Balogh
|
31ad24023f
palmunits: few tweaks to the palmcube example. don't loop for no reason, handle the return values of syshandleevent as expected, somewhat less stack use
|
7 年 前 |
Jonas Maebe
|
5f7d3e16f5
* increase comment nesting level when "(*" is followed by another '*'
|
7 年 前 |
Jonas Maebe
|
a2217cedd5
* evaluate the lower and upper bounds of for-loops in ISO mode using the
|
7 年 前 |
Károly Balogh
|
8d3cf05b73
palmunits: optimized palmcube slightly, and added offscreen rendering to eliminate flickering on real devices
|
7 年 前 |
florian
|
9915de038f
* build x86-64 with optimizer as well, it is unclear, why -dNOOPT was added
|
7 年 前 |
Károly Balogh
|
d03e0d3bfb
palmos: bail out earlier when we're not in NormalLaunch mode, should fix Fatal Exception crash when installing the app on a real device using HotSync
|
7 年 前 |
Jonas Maebe
|
0f0bdabb89
* if an absolute typeconversion changes the size, make the source not
|
7 年 前 |
florian
|
8714ddafa5
* fix pathes of IDE package
|
7 年 前 |
Jonas Maebe
|
53bef8d202
* fixed calculation of high parameter for arrays with non-integer bounds
|
7 年 前 |
Jonas Maebe
|
ae087b92d7
* when creating a unique type alias for an object, class or interface,
|
7 年 前 |
florian
|
3ce7927096
* made the ide a package, so it can be build in parallel with the other packages, reasons:
|
7 年 前 |
Jonas Maebe
|
2919d97f91
* support asssigning @class.classmethod to a procvar of object in FPC modes
|
7 年 前 |
Károly Balogh
|
256c7d4144
palmunits: added the rotating cube example, PalmOS edition. tested to work down to OS3.0
|
7 年 前 |
Károly Balogh
|
d04a4f3ec3
palmunits: updated hello example, so no coordinates are hardwired. added a copyright header
|
7 年 前 |
florian
|
81b2cf5d65
* slightly modified patch by J. Gareth Moreton: Optimization for 'mod' on i386/x86-64, resolves #32945
|
7 年 前 |
Jonas Maebe
|
1934285c20
* don't convert "int64(sint32) * cardinal_const" into a 32x32->64
|
7 年 前 |
pierre
|
bdd3b4e695
* Move rtl.cfg content to system.cfg
|
7 年 前 |
florian
|
6d072872d0
* fix compilation with 3.0.x and -Oonodedfa enabled after r37887
|
7 年 前 |
Károly Balogh
|
7e630686e0
* do not use a wildcard while deleting smartlinked objects after linking stage in a script, conflicts with script filename quoting on Unix at least
|
7 年 前 |
Károly Balogh
|
3dda26b3b5
* quote assembly filenames in Unix script, fixes sh errors with smartlinked small filenames like unitname(1), etc
|
7 年 前 |
Károly Balogh
|
75158d02ca
m68k: set palmos to use 68000 and no FPU by default
|
7 年 前 |
florian
|
273045c295
* use the first element of the filrec._private array to track eof for typed files in iso mode (this will not hurt as iso mode does not specify the _private field), resolves #32938
|
7 年 前 |