Commit Graph

24721 Commits

Author SHA1 Message Date
Jonas Maebe
4e96fe8fac * fixed with-support for classrefdefs (mantis 8150), with thanks to
Thorsten Engler for supplying an initial patch

git-svn-id: trunk@6088 -
2007-01-20 20:04:54 +00:00
Károly Balogh
307adfc54a + added this file i forgot, used by video unit
git-svn-id: trunk@6087 -
2007-01-20 00:29:37 +00:00
Károly Balogh
7f0f0d4287 + added required units to compile IDE
they're a total mess ATM, under fixing/cleanup, but IDE start up at least

git-svn-id: trunk@6086 -
2007-01-20 00:27:08 +00:00
joost
90a6bdcdd4 * Implemented the sqEscapeSlash and sqescapeRepeat connection options
* Adapted and added a test

git-svn-id: trunk@6085 -
2007-01-19 22:45:49 +00:00
joost
3594230958 * Added support for ftDateTime fields
* RecNo should return 0 if the dataset is closed, not 1

git-svn-id: trunk@6084 -
2007-01-19 22:42:19 +00:00
daniel
5f1f8936e5 * Comment to document libgpm/xterm mouse mess.
git-svn-id: trunk@6083 -
2007-01-19 22:26:58 +00:00
daniel
ac23d1ea3c * Mouse unit is solely responsible for xterm mouse.
* Improve detection of xterm mouse
  * Improve detection of gpm mouse

git-svn-id: trunk@6082 -
2007-01-19 21:59:24 +00:00
Jonas Maebe
d4bea61f27 * enabled again for Darwin since it now works for at least Darwin/ppc
git-svn-id: trunk@6081 -
2007-01-19 21:49:44 +00:00
Jonas Maebe
4d1f213889 * fixed gprof support for darwin/ppc32 (although the output from gprof
isn't very useful, since it discards all symbols which contain a '$')

git-svn-id: trunk@6080 -
2007-01-19 21:43:12 +00:00
Jonas Maebe
01749b93f3 * disabled checkpointer for Darwin since it doesn't work
git-svn-id: trunk@6079 -
2007-01-19 21:40:58 +00:00
Jonas Maebe
31fa4e78c9 * call libc's exit instead of _exit when doing a halt, so the
libc atexit handlers are called

git-svn-id: trunk@6078 -
2007-01-19 21:05:28 +00:00
Jonas Maebe
e78568ba69 * test no longer has to fail in objfpc mode (in theory, it should fail
in Delphi mode though)

git-svn-id: trunk@6077 -
2007-01-19 19:33:04 +00:00
Jonas Maebe
a3f059bc29 * call the ansistring version of val for zero-based array-of-char
parameters (because they can be auto-converted to ansistring, but not
    to shortstring) (mantis #8148)

git-svn-id: trunk@6076 -
2007-01-19 18:22:03 +00:00
Jonas Maebe
3e153102a8 * fixed calling class methods via classrefdefs (mantis #8145)
git-svn-id: trunk@6075 -
2007-01-19 18:05:58 +00:00
Jonas Maebe
6c05674d51 * fixed overload checking of virtual and class methods (mantis #8140)
* fixed "overload" keyword checking in Delphi mode

git-svn-id: trunk@6074 -
2007-01-19 17:20:36 +00:00
joost
85cf9db5e7 * Commented some unneeded buggy code
git-svn-id: trunk@6073 -
2007-01-19 15:02:31 +00:00
Jonas Maebe
ea5a5ad02c * added missing abi field initialisation
git-svn-id: trunk@6072 -
2007-01-19 13:59:17 +00:00
Jonas Maebe
2ad3ef968f * properly detect when we can't take the address of a with-expression
and assign it to a temp in that case (mantis #8141)

git-svn-id: trunk@6071 -
2007-01-19 13:01:07 +00:00
yury
4ed3ef645b + Added Delphi compatible richedit unit.
git-svn-id: trunk@6070 -
2007-01-19 12:54:44 +00:00
yury
2219e9fa45 * fixed: wrong fpc executable was used when doing make cycle to create cross compiler.
git-svn-id: trunk@6069 -
2007-01-19 12:38:05 +00:00
pierre
31e650f98d fix another memory leak
git-svn-id: trunk@6068 -
2007-01-19 05:43:40 +00:00
pierre
d5e4828f6f * avoid memory leak for copy of withnode in tempnodes
git-svn-id: trunk@6067 -
2007-01-19 05:12:08 +00:00
pierre
8132e2c5d0 * correct previous patch, the first letter was missing
git-svn-id: trunk@6066 -
2007-01-19 03:34:57 +00:00
pierre
4bd7803e00 * insure that env variable is only truncated if more than 255 chars after the equal sign
git-svn-id: trunk@6065 -
2007-01-19 03:29:40 +00:00
pierre
2c09c499ab * avoid a range check error
git-svn-id: trunk@6064 -
2007-01-19 02:53:46 +00:00
pierre
67fd7833cd * Use GetStr to get pstring values
git-svn-id: trunk@6063 -
2007-01-19 01:39:53 +00:00
pierre
903d6db366 * avoid redefinition of source OS
git-svn-id: trunk@6062 -
2007-01-19 01:38:29 +00:00
tom_at_work
e501fab034 * replaced all HandleError() calls to appropriate float_raise() calls
* added overflow handling for fpc_exp_real
* removed arbitrary tabbing by spaces, improving readability somewhat

git-svn-id: trunk@6061 -
2007-01-18 22:10:32 +00:00
yury
30db0a17db * added some Delphi compatible redefs and constants.
git-svn-id: trunk@6060 -
2007-01-18 22:09:06 +00:00
Jonas Maebe
1fb6bc1cba * updated copyright message for 2007
git-svn-id: trunk@6059 -
2007-01-18 21:51:54 +00:00
Jonas Maebe
f127da3bcb * fixed warning/bug in FindCustomVariantType
git-svn-id: trunk@6058 -
2007-01-18 21:47:10 +00:00
michael
bdbd01be4f * Inifile mag niet gemaakt worden bij openen
git-svn-id: trunk@6057 -
2007-01-18 21:14:29 +00:00
yury
901dd52840 + new test.
git-svn-id: trunk@6056 -
2007-01-18 21:00:26 +00:00
peter
03c21e6621 * remove pkgwget from common units
git-svn-id: trunk@6055 -
2007-01-18 20:47:27 +00:00
peter
fc63672012 * forgot to add files
git-svn-id: trunk@6054 -
2007-01-18 20:30:58 +00:00
peter
8db1abd729 * dummy symbian rtl to get fpcmake working
git-svn-id: trunk@6053 -
2007-01-18 20:25:08 +00:00
peter
3a46ab06a3 * symbian support
git-svn-id: trunk@6052 -
2007-01-18 20:24:44 +00:00
peter
78499f85dd * symbian support from Felipe
git-svn-id: trunk@6051 -
2007-01-18 20:24:10 +00:00
joost
5e4d291a87 * Temporary fix: enable double-quotation escaping for all databases.
git-svn-id: trunk@6050 -
2007-01-18 14:17:05 +00:00
pierre
e79ab4462b disable quick edit mode in windows IDE
git-svn-id: trunk@6049 -
2007-01-18 14:00:38 +00:00
pierre
6bcc26b21b HelpDebug local menu item added
git-svn-id: trunk@6048 -
2007-01-18 13:59:06 +00:00
pierre
30546d4f6a + Help debug infos added
git-svn-id: trunk@6047 -
2007-01-18 13:57:58 +00:00
pierre
9ecf3df6a4 + Help debug infos added
git-svn-id: trunk@6046 -
2007-01-18 13:57:21 +00:00
pierre
d027efe65e + Help debug infos added
git-svn-id: trunk@6045 -
2007-01-18 13:56:49 +00:00
pierre
c31dab5ee5 + Emulate outline object if unit is missing
git-svn-id: trunk@6044 -
2007-01-18 13:55:12 +00:00
pierre
c72badd6b2 + Help debug info added
git-svn-id: trunk@6043 -
2007-01-18 13:53:33 +00:00
pierre
72c80d9696 + Help debug info added
git-svn-id: trunk@6042 -
2007-01-18 13:52:53 +00:00
pierre
7934c6730f Makefile regenerated for go32v2 needs graph package
git-svn-id: trunk@6041 -
2007-01-18 13:51:32 +00:00
pierre
9930a057ca * go32v2 needs graph package
git-svn-id: trunk@6040 -
2007-01-18 13:51:08 +00:00
pierre
a85d15ab8f + add outline unit to the list of compiled units
git-svn-id: trunk@6039 -
2007-01-18 13:34:59 +00:00