Commit Graph

9717 Commits

Author SHA1 Message Date
peter
477b084644 * fixed managledname 2002-01-19 11:53:07 +00:00
peter
02f4482788 * dynarr:=nil support added 2002-01-19 11:52:32 +00:00
peter
1c22644da3 * more bugs 2002-01-19 11:48:34 +00:00
florian
f396dec5c6 + Makefile.fpc added
* several small changes to get things running with FPC 1.0.x
2002-01-16 14:47:16 +00:00
florian
eddbcb2c93 * copyright messages for 2002 fixed 2002-01-16 11:51:36 +00:00
Jonas Maebe
a921654f56 * no longer allow assignments to pointer expressions (unless there's a
deref), reported by John Lee
2002-01-16 09:33:46 +00:00
Jonas Maebe
7c570fb338 * fixed web bugs 1758 and 1760 2002-01-15 16:13:34 +00:00
michael
842b28dc3b + re-enabled Top/Left property writing 2002-01-09 10:40:24 +00:00
pierre
9d78506c59 try to fix bug #1732 2002-01-09 09:48:00 +00:00
pierre
3a403da9f5 * fix problems with -S option 2002-01-09 09:46:10 +00:00
michael
f19d533f51 + Patch from Peter for library imports 2002-01-09 07:38:37 +00:00
michael
67732f1df0 + Patch from peter for library imports 2002-01-09 07:38:03 +00:00
Jonas Maebe
a0731e0d02 * fixed bug in fpc_char_to_ansistr when converting #0 (found by Peter) 2002-01-07 13:23:53 +00:00
pierre
4550770176 * avoid problem if gdb start generates output 2002-01-07 10:31:57 +00:00
peter
0816ae4006 * regenerated 2002-01-06 21:59:08 +00:00
peter
d9908ccaba * action classes added 2002-01-06 21:54:49 +00:00
peter
5a323a0f6e * fixed external <dll> name <c-name> manglednames 2002-01-06 21:54:07 +00:00
peter
8327c4284d * fixed previous commit 2002-01-06 21:52:30 +00:00
peter
142b4fb7f8 * proc_to_procvar_equal fixed for procvar-procvar 2002-01-06 21:50:44 +00:00
peter
3175676917 * lcl updates
* small optimizes for package check
2002-01-06 21:50:03 +00:00
peter
5cdb7cc52b * removed getprocvar, use only getprocvardef 2002-01-06 21:47:32 +00:00
Tomas Hajny
72443eecda * source_os changed to source_info in OS/2 define 2002-01-06 20:34:34 +00:00
florian
bbc6bb1852 * log fixed 2002-01-06 15:37:20 +00:00
florian
f99e55ebde * SetRGBColor with cached pens fixed 2002-01-06 15:23:42 +00:00
peter
d24762aeba * removed uauto from orddef, use new range_to_basetype generating
the correct ordinal type for a range
2002-01-06 12:08:15 +00:00
peter
0aa1c49c9f * new tests 2002-01-06 11:46:33 +00:00
Jonas Maebe
c6d03a29f0 * completed (not compilale yet though) 2002-01-03 14:57:52 +00:00
Jonas Maebe
e41ba8650a * fixed small bug in a_jmp_flags 2002-01-02 14:53:04 +00:00
Jonas Maebe
e52fa07468 * fix for web bug #1727 from Peter (corrected) 2002-01-02 13:43:09 +00:00
marco
4c315e6db0 * Removed ifdef arround getepoch. 2002-01-02 12:22:54 +00:00
peter
60d2ddbbd5 * protected/private symbols parsing fixed 2001-12-31 16:59:41 +00:00
peter
4d4bf26827 * fixed inline crash with assembler routines 2001-12-31 16:54:14 +00:00
Jonas Maebe
d06ebc3fd1 * fix for web bug #1727 from Peter 2001-12-31 11:41:06 +00:00
Jonas Maebe
dc912b6358 * changed remaining "getregister32" calls to "getregisterint" 2001-12-31 09:53:15 +00:00
Jonas Maebe
d45517d97d * empty widestrings can also be optimized to the constant '0' 2001-12-31 09:52:02 +00:00
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 2001-12-30 17:24:45 +00:00
Jonas Maebe
c536b532d0 * fixed stupid copy-paste bug 2001-12-29 16:29:08 +00:00
Jonas Maebe
e27b13b0e4 * correctly check for 0-size dynarray in previous patch 2001-12-29 15:51:11 +00:00
Jonas Maebe
0382990826 - moved to main dir 2001-12-29 15:33:06 +00:00
Jonas Maebe
91f567bb66 * powerpc/cgcpu.pas compiles :)
* several powerpc-related fixes
  * cpuasm unit is now based on common tainst unit
  + nppcmat unit for powerpc (almost complete)
2001-12-29 15:28:57 +00:00
Jonas Maebe
928493e3ba * made 'mod powerof2' -> 'and' optimization processor independent 2001-12-29 15:27:24 +00:00
Jonas Maebe
599a68f8c9 * fixed web bug #1684 (it already didn't crash anymore, but it also didn't
generate an error) ("merged")
2001-12-28 15:02:00 +00:00
Jonas Maebe
f0662a6990 * don't allocate memory when doing a setlength(dynarr,0) when dynarr is
already nil
2001-12-28 14:19:07 +00:00
Jonas Maebe
69cfac2135 + bug #1735 2001-12-28 14:10:08 +00:00
Jonas Maebe
ad0fc51cf6 * fixed web bug #1735 (argument of inc/dec must be made unique) ("merged") 2001-12-28 14:09:21 +00:00
Jonas Maebe
92977ca6ee * fixed fpuregister counting errors ("merged") 2001-12-27 15:33:58 +00:00
peter
721c73276e * more xp fixes 2001-12-26 21:20:47 +00:00
peter
21a8c2cc8e * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
peter
1700a42f14 * little support for lcl and lazarus, but not yet working 2001-12-26 21:02:00 +00:00
carl
d2b9648484 + More information on floppy mappings 2001-12-20 04:00:59 +00:00