florian
|
69a2144170
|
+ added goto enable switch
git-svn-id: trunk@5069 -
|
2006-10-29 20:04:31 +00:00 |
|
Jonas Maebe
|
117774e006
|
* fixed web bug #7105
git-svn-id: trunk@5068 -
|
2006-10-29 19:22:04 +00:00 |
|
florian
|
f273350fc6
|
+ new
git-svn-id: trunk@5067 -
|
2006-10-29 19:13:27 +00:00 |
|
florian
|
028a4c0cbf
|
* compilation fixed
git-svn-id: trunk@5066 -
|
2006-10-29 19:03:52 +00:00 |
|
florian
|
02a553668f
|
+ software implementation of exp(<double>)
git-svn-id: trunk@5065 -
|
2006-10-29 18:02:10 +00:00 |
|
daniel
|
67851f6aba
|
+ arrayvar[l..h] now valid parameter for open array.
git-svn-id: trunk@5064 -
|
2006-10-29 17:45:09 +00:00 |
|
peter
|
71af18855e
|
* remove sym from ttype, we can now reference any def in any unit directly
git-svn-id: trunk@5063 -
|
2006-10-29 16:32:07 +00:00 |
|
florian
|
ca6f992504
|
* enabled type and var keywords in objects for generics
git-svn-id: trunk@5062 -
|
2006-10-29 14:20:21 +00:00 |
|
peter
|
d4d4309e44
|
* use unique symid and defid per module
git-svn-id: trunk@5061 -
|
2006-10-29 13:00:22 +00:00 |
|
peter
|
c07eac1744
|
* overriden properties also inherit propoptions
git-svn-id: trunk@5060 -
|
2006-10-29 12:55:07 +00:00 |
|
florian
|
ae5e58f5f7
|
* made RGB functions inline
* changed paramters to constant words so they can be folded completly when the result is assigned to the videobuffer
git-svn-id: trunk@5059 -
|
2006-10-29 12:48:54 +00:00 |
|
florian
|
30ea65a89c
|
* varspez shouldn't be part of the crc
git-svn-id: trunk@5058 -
|
2006-10-29 12:37:05 +00:00 |
|
florian
|
b64548e25c
|
* cleaned up unnecessary code
git-svn-id: trunk@5057 -
|
2006-10-29 12:36:50 +00:00 |
|
florian
|
a806fe3954
|
* disabled previous patch, can't be done this way
git-svn-id: trunk@5056 -
|
2006-10-29 11:03:11 +00:00 |
|
florian
|
a0b1fbfa0e
|
+ write varstate for parameter symbols, enables constant folding for
inlined procedures loaded from ppu files
git-svn-id: trunk@5055 -
|
2006-10-29 10:46:47 +00:00 |
|
florian
|
4c42f70a3d
|
* ignore error if no build stamp was found
git-svn-id: trunk@5054 -
|
2006-10-29 09:53:27 +00:00 |
|
florian
|
3d85bfbf7b
|
* fixed coping of goto/label nodes
git-svn-id: trunk@5053 -
|
2006-10-29 09:50:39 +00:00 |
|
Almindor
|
ad1c431896
|
* fixes comments to be lazarus parsable before {$MODE DELPHI}
git-svn-id: trunk@5052 -
|
2006-10-29 09:01:25 +00:00 |
|
florian
|
80d856aa33
|
* build prepup only on targets using it
git-svn-id: trunk@5051 -
|
2006-10-29 08:08:47 +00:00 |
|
tom_at_work
|
bfa4fc30cd
|
* fix size calculation for packed arrays: it is not required to take alignment into account. Fixes tparray5 on 64 bit cpus
git-svn-id: trunk@5050 -
|
2006-10-28 22:27:57 +00:00 |
|
florian
|
4626f2c489
|
* NetBSD rtl compiles again
git-svn-id: trunk@5049 -
|
2006-10-28 22:17:49 +00:00 |
|
peter
|
6ff28f639d
|
* add df_dwarf_dbg_info
git-svn-id: trunk@5048 -
|
2006-10-28 22:05:39 +00:00 |
|
florian
|
7a427cd097
|
* fixed makefiles partially for win32
git-svn-id: trunk@5047 -
|
2006-10-28 20:58:13 +00:00 |
|
florian
|
bfeae0c5f1
|
+ added tar creation
git-svn-id: trunk@5046 -
|
2006-10-28 20:39:26 +00:00 |
|
peter
|
0f6355e805
|
* fix property overriding
git-svn-id: trunk@5045 -
|
2006-10-28 20:35:53 +00:00 |
|
tom_at_work
|
9fc11fc5dc
|
* fix IE2003042401 when assigning booleans to bitpacked arrays, fixes tw7379
git-svn-id: trunk@5044 -
|
2006-10-28 20:18:23 +00:00 |
|
peter
|
ab3c173479
|
* property override test
git-svn-id: trunk@5043 -
|
2006-10-28 18:22:33 +00:00 |
|
Jonas Maebe
|
64b7f00afd
|
* fixed ReturnNilIfGrowHeapFails
git-svn-id: trunk@5042 -
|
2006-10-28 18:17:34 +00:00 |
|
peter
|
3ab2086999
|
* moved fppkg
git-svn-id: trunk@5041 -
|
2006-10-28 14:52:36 +00:00 |
|
florian
|
edf01e4460
|
+ support for -Xp to path the compiler executables to fpc
git-svn-id: trunk@5040 -
|
2006-10-28 14:06:55 +00:00 |
|
peter
|
9c6c972509
|
* new tfplist.pack
git-svn-id: trunk@5039 -
|
2006-10-28 13:29:39 +00:00 |
|
daniel
|
de423ab5b0
|
+ stringvar[l..h] now valid parameter for open array of char.
git-svn-id: trunk@5038 -
|
2006-10-27 22:23:25 +00:00 |
|
daniel
|
068c0f7952
|
* Cleaner implementation of pointer index to open array, codegen changes
no longer necessary and therefore reverted.
git-svn-id: trunk@5037 -
|
2006-10-27 20:57:51 +00:00 |
|
michael
|
3ba85ce96d
|
+ Initial check-in
git-svn-id: trunk@5036 -
|
2006-10-27 20:07:34 +00:00 |
|
michael
|
310b73e420
|
* Moved fpmkunit to utils
git-svn-id: trunk@5035 -
|
2006-10-27 19:52:20 +00:00 |
|
michael
|
4ba6f1b4dc
|
* Moved fpmkunit to utils
git-svn-id: trunk@5034 -
|
2006-10-27 19:51:55 +00:00 |
|
marco
|
2f8f88f801
|
* Replacetime. Bug #7680
git-svn-id: trunk@5033 -
|
2006-10-27 18:29:00 +00:00 |
|
marco
|
304be38ec1
|
* datetotime-def functions (but not yet FormatSettings) + ansidequotedstr (turned
out to be extractquotestr wrapper).
git-svn-id: trunk@5032 -
|
2006-10-27 18:20:02 +00:00 |
|
marco
|
0e7763b0e5
|
* Another missing func (bug 7678) ifthen(string)
git-svn-id: trunk@5031 -
|
2006-10-27 17:28:24 +00:00 |
|
marco
|
c177d64fd7
|
* fix for bug #7658; comparevalue
git-svn-id: trunk@5030 -
|
2006-10-27 17:25:03 +00:00 |
|
joost
|
d7d1591472
|
* SQL-parser now handles sub-selects correctly
git-svn-id: trunk@5029 -
|
2006-10-26 21:33:07 +00:00 |
|
daniel
|
2450f5a778
|
+ First working concept of open_array_procedure(Pbyte_var[0..9]);
git-svn-id: trunk@5028 -
|
2006-10-26 20:30:16 +00:00 |
|
michael
|
d1c2323c9b
|
* Added fpmktype
git-svn-id: trunk@5027 -
|
2006-10-26 19:55:22 +00:00 |
|
michael
|
c32ba4f211
|
+ Added streamcoll
git-svn-id: trunk@5026 -
|
2006-10-26 19:37:40 +00:00 |
|
michael
|
4625cb9c16
|
+ Removed helper function. Indentation should not be a global variable
git-svn-id: trunk@5025 -
|
2006-10-26 13:26:44 +00:00 |
|
michael
|
afbd50967c
|
+ Patch from Graeme Geldenhuys: Correct indentation of XML
git-svn-id: trunk@5024 -
|
2006-10-26 11:44:44 +00:00 |
|
Jonas Maebe
|
cb1f52626e
|
+ added netdb dependency for uriparser unit
git-svn-id: trunk@5023 -
|
2006-10-26 00:01:03 +00:00 |
|
joost
|
5bcf428f12
|
* Parser can handle group by statements now (issue #7374)
* Parse statements directly after comments correctly
git-svn-id: trunk@5022 -
|
2006-10-25 21:01:30 +00:00 |
|
marco
|
47b8e46d39
|
* now really regened
git-svn-id: trunk@5021 -
|
2006-10-25 15:09:17 +00:00 |
|
marco
|
7fe52604c3
|
* regened scan.pas
git-svn-id: trunk@5019 -
|
2006-10-24 18:41:45 +00:00 |
|