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
joost
2754389132
* do not show the empty component name in a databaseerror
...
git-svn-id: trunk@5001 -
2006-10-22 16:35:15 +00:00
daniel
3125ed73cf
* Add one more call to get_alias
...
git-svn-id: trunk@5000 -
2006-10-22 09:18:37 +00:00
micha
d07bffd1bd
* blind commit: hopefully fix netware/netwlibc snapshot error
...
git-svn-id: trunk@4999 -
2006-10-22 08:28:35 +00:00
florian
dde9ad4755
* fixed memory leak with temp. variables, fixes #7282
...
git-svn-id: trunk@4998 -
2006-10-22 08:14:06 +00:00
daniel
01afee1f73
* Add extra calls to get_alias to properly recognize coalesced
...
registers to be spilled.
git-svn-id: trunk@4997 -
2006-10-21 21:31:08 +00:00
florian
e1faef3ec9
* pass variants by addr when using fastcall conventions
...
git-svn-id: trunk@4996 -
2006-10-21 18:03:01 +00:00
Jonas Maebe
5213992110
* fixed mantis tw7637
...
git-svn-id: trunk@4995 -
2006-10-21 17:11:06 +00:00
marco
dd7f715405
* FreeBSD fixes
...
git-svn-id: trunk@4994 -
2006-10-21 13:16:56 +00:00
michael
55563d5a92
+ Fixed XML compilation
...
git-svn-id: trunk@4993 -
2006-10-21 13:13:02 +00:00
marco
27e08edd76
* more fixing breakage caused by htmldefs mods
...
git-svn-id: trunk@4992 -
2006-10-21 12:02:19 +00:00
marco
2cb7566c23
* fixes
...
git-svn-id: trunk@4991 -
2006-10-21 11:57:23 +00:00
tom_at_work
a7311621eb
* fixed bitmask generation code for subsetreg* methods on 64 bit platforms
...
git-svn-id: trunk@4990 -
2006-10-20 21:48:44 +00:00
tom_at_work
f291e46227
* 64 bit fixes
...
git-svn-id: trunk@4989 -
2006-10-20 21:35:03 +00:00
tom_at_work
ec5e7aaff1
* 64 bit fixes
...
git-svn-id: trunk@4988 -
2006-10-20 21:13:12 +00:00
micha
fd507efa80
* compile htmldefs before xml
...
git-svn-id: trunk@4987 -
2006-10-20 20:34:07 +00:00
Jonas Maebe
36c6879581
+ -Sx command line switch to turn on exception keywords in non-Delphi/ObjFPC
...
modes (mainly for MacPas, to replace nested gotos with exceptions)
git-svn-id: trunk@4984 -
2006-10-20 12:54:47 +00:00
michael
5fd2688598
+ usage implemented, manifest implemented. Removed some unnecessary code
...
git-svn-id: trunk@4983 -
2006-10-19 21:40:00 +00:00
florian
9a1b9071a5
* implemented kylix like local directive, fixes #7242
...
git-svn-id: trunk@4982 -
2006-10-19 20:26:14 +00:00
michael
ecbe0b8017
+ Added LGPL header
...
git-svn-id: trunk@4981 -
2006-10-19 19:59:38 +00:00
michael
f3c6483ed4
* Added web system
...
git-svn-id: trunk@4980 -
2006-10-19 19:53:46 +00:00