Commit Graph

8713 Commits

Author SHA1 Message Date
peter
e652444594 + varargs directive 2001-06-04 11:53:12 +00:00
peter
425d899e9f * enum type declarations assignments can also be of the same enum
type
2001-06-04 11:51:59 +00:00
peter
002c6c3aa4 * C linking fixed 2001-06-04 11:51:06 +00:00
peter
36e8a8a9b4 * more bugs 2001-06-04 11:49:57 +00:00
peter
e2e2b508be * store used units in original type in ppu 2001-06-04 11:49:08 +00:00
peter
55eb369653 * better const to var checking 2001-06-04 11:48:01 +00:00
peter
04be6d3ced * parse const after .. using bt_const block to allow expressions, this
is Delphi compatible
2001-06-04 11:45:35 +00:00
peter
741d455ab7 * Formal const to var fixes
* Hexstr(int64) added
2001-06-04 11:43:51 +00:00
peter
282c4d8f68 * hint directive test cases 2001-06-03 21:58:24 +00:00
peter
f86ce17588 + hint directive parsing support 2001-06-03 21:57:35 +00:00
peter
34db6813c3 * new bugs 2001-06-03 21:56:31 +00:00
peter
89af164f25 * delphi units added
* ~ backup files added
2001-06-03 20:30:23 +00:00
peter
d388f3ea46 * const to var not detected 2001-06-03 20:29:33 +00:00
peter
add30a428e * Kylix fixes, mostly case names of units 2001-06-03 20:21:08 +00:00
peter
c430926744 * Align directive supports also values to be Kylix compatible. It's
strange because the help of kylix still shows only On and Off as
    possible values, so still support those. On means 4 bytes and Off
    means 1 byte alignment.
2001-06-03 20:20:27 +00:00
peter
13448762f6 * FSStat to StatFS
* StatFS structure to TStatFS
2001-06-03 20:19:09 +00:00
peter
e7460f9769 * define also MSWINDOWS 2001-06-03 20:18:13 +00:00
peter
45ea82ed18 * ucs4char added 2001-06-03 20:17:06 +00:00
peter
b091251e0e * allow int64 in range declaration for new types 2001-06-03 20:16:19 +00:00
peter
1023129869 * changed int64($ffffffff) that is buggy under 1.0.x to expression
with a shl
2001-06-03 20:12:53 +00:00
peter
47a24b5da6 * eoutofmemory and einvalidpointer fix 2001-06-03 15:18:01 +00:00
peter
675b517bbe * lib_exit added 2001-06-03 15:15:58 +00:00
peter
5fed44fe5d * dllprt0 stub for linux shared libs
* pass -init and -fini for linux shared libs
  * libprefix splitted into staticlibprefix and sharedlibprefix
2001-06-03 15:15:31 +00:00
peter
34a674c6a1 * dllprt0 stub added 2001-06-03 15:13:43 +00:00
peter
97695d261d * t_beos target inclusion 2001-06-03 15:12:47 +00:00
peter
2cc3d97a1d * added empty template 2001-06-02 19:45:32 +00:00
peter
25f4a948e1 * beos target 2001-06-02 19:29:37 +00:00
peter
3a02f304b0 * BeOS target! 2001-06-02 19:26:03 +00:00
peter
a45b29fada * chdir rte 2 mapped to 3 2001-06-02 19:24:49 +00:00
peter
472e553555 * include target dir only for target 2001-06-02 19:23:29 +00:00
peter
7ea092da1f * extradefines field added 2001-06-02 19:22:44 +00:00
peter
377f522929 * refs count for relabeled asmsymbols fixed 2001-06-02 19:22:15 +00:00
peter
8ee0413cf7 * extradefines field added to target_info, so that targets don't
need to put code in options.pas for it
2001-06-02 19:21:45 +00:00
peter
093c0c3921 * 1.1 update 2001-06-02 19:20:37 +00:00
peter
63776fedda * beos target added 2001-06-02 19:20:24 +00:00
peter
d3168925fd * allocate at least 4 bytes, also for 0 byte temps. Give a warning
with extdebug
2001-06-02 19:20:10 +00:00
peter
dc862be70b * write exitcode for all executed programs in debug mode 2001-06-02 00:41:36 +00:00
peter
0511ddae5c * sunos file 2001-06-02 00:34:22 +00:00
peter
061d89620a * merge unix updates from the 1.0 branch, mostly related to the
solaris target
2001-06-02 00:31:30 +00:00
peter
8c521811f7 * 1.0 uses also the new fpcmake 2001-06-01 22:41:25 +00:00
peter
6db9db184b * same argument parsing -"abc" becomes -abc. This is compatible with
delphi and with unix shells (merged)
2001-06-01 22:23:21 +00:00
peter
9ac5af24c1 * outofmemory exception bug 2001-06-01 22:22:48 +00:00
pierre
f65e4ad5a3 TScrollBar Drawing and TView.DragView corrected 2001-06-01 16:01:20 +00:00
pierre
d5197088df * small changes for tbutton.draw 2001-06-01 16:00:00 +00:00
Jonas Maebe
5bf4a7f9fc * GetMaxMode() now returns a smallint instead of a word (since the type
of the modenumbers is smallint too) (merged)
2001-06-01 11:13:22 +00:00
florian
a4755024cc * some fixes for widestrings and variants 2001-05-31 22:42:56 +00:00
pierre
2313cc3ada * some debug stuff changed 2001-05-31 21:40:10 +00:00
pierre
0de451dba1 + AltF12 to force Redraw of Application 2001-05-31 21:39:11 +00:00
pierre
5edf896c71 + some debug stuff added 2001-05-31 12:15:24 +00:00
pierre
a402e83925 Better button draw 2001-05-31 12:14:50 +00:00