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
michael
90b916085a
* Patch from Sergei Gorelkin:
...
- Full support for XML 1.1
- Support for ISO-8859-1 input encoding (started support for any
encoding, but went a bit wrong way. I should stick to using iconv,
but for it I need second level of buffering, otherwise it's too
slow).
- Input buffering (can now read from non-seekable streams and
TextFile's)
- External entity loading, processing of default attributes and other
stuff needed to comply with "non-validating parser" specification.
git-svn-id: trunk@5018 -
2006-10-24 12:22:00 +00:00
michael
fdc32bdcab
- TDOMNode will delete itself from parent before destruction
...
- TDOMNamedNodeMap:
added checking of NodeType of nodes being added;
made sorted in order to speed up searching.
- Added TDOMEntityReference.CloneNode.
git-svn-id: trunk@5017 -
2006-10-24 12:21:11 +00:00
marco
ae9b6c40bf
* added currecy support #7654 . Can power be defined for currency?
...
git-svn-id: trunk@5016 -
2006-10-24 07:08:51 +00:00
Jonas Maebe
e4d48432d8
- removed svn:executable
...
git-svn-id: trunk@5015 -
2006-10-23 22:52:04 +00:00
Jonas Maebe
751ff8d453
* extended test
...
git-svn-id: trunk@5014 -
2006-10-23 22:50:35 +00:00
marco
97a740d602
* fix for cplusplus skipping by JPMugaas.
...
git-svn-id: trunk@5012 -
2006-10-23 19:27:05 +00:00
marco
e862741550
* tarmaker demoes added, extracter ones still tbd
...
git-svn-id: trunk@5011 -
2006-10-23 04:42:12 +00:00
marco
718ba5f22a
* libtar added.
...
git-svn-id: trunk@5010 -
2006-10-23 04:39:45 +00:00
marco
378674bf3e
* new
...
git-svn-id: trunk@5009 -
2006-10-23 04:38:27 +00:00
Almindor
5aca3c65f8
* fixes #7534
...
git-svn-id: trunk@5008 -
2006-10-22 21:43:37 +00:00
joost
88fd6f0727
* the query-parser from sqldb now uses the dsparams-algorithm to handle comments and strings. (solves mantis issues #7599 and 6924)
...
git-svn-id: trunk@5007 -
2006-10-22 21:05:25 +00:00
daniel
b89cff5980
* Optimize posixtorunerror for size. Because inoutres is a threadvar, it
...
had an invisible code blowup.
git-svn-id: trunk@5006 -
2006-10-22 21:03:48 +00:00
Jonas Maebe
9f5a2063a1
* extended test
...
git-svn-id: trunk@5005 -
2006-10-22 18:17:47 +00:00
Jonas Maebe
943582b5f0
* fixed (macpas, non-constant) string to int conversion for little
...
endian targets
git-svn-id: trunk@5004 -
2006-10-22 18:16:59 +00:00
daniel
badacd3808
* Replace more ptrint by ptruint.
...
git-svn-id: trunk@5003 -
2006-10-22 17:28:18 +00:00
joost
66dd1e3127
+ implemented CreateDB and DropDB methods for ibconnection, pqconnection and mysqlconnection
...
git-svn-id: trunk@5002 -
2006-10-22 16:40:51 +00:00