michael
b47a0d02fd
+ Renamed Action Parameter of TDatasetErrorEvent; Avoids conflicts in methods in forms in objfpc mode
...
git-svn-id: trunk@3799 -
2006-06-04 19:51:52 +00:00
tom_at_work
2751c943fa
* fixed compilation on big endian machines
...
git-svn-id: trunk@3798 -
2006-06-04 19:46:41 +00:00
michael
9a1d2407c2
* Fixed Get/SetPropValue for enumerated/set types
...
git-svn-id: trunk@3797 -
2006-06-04 19:30:55 +00:00
tom_at_work
49cba77425
* added cthreads unit for unix targets to uses list
...
git-svn-id: trunk@3796 -
2006-06-04 18:58:53 +00:00
tom_at_work
2adcae0cd8
* optimized register-register loading of < 64 bit values (removes superfluous code), similar to 3207 for ppc
...
* fixed fixref() which did not always treat addresses as 64 bit sizes, resulting in problems using above optimization
* cleanup
* removed assembly fpc_int_real again, has problems with border cases
git-svn-id: trunk@3795 -
2006-06-04 17:35:55 +00:00
tom_at_work
e1cc6a8834
* fixed test, the set in the example program is not 32 bits large
...
git-svn-id: trunk@3794 -
2006-06-04 17:30:03 +00:00
joost
04bb467b2f
+ some fixes for ParseSQL
...
git-svn-id: trunk@3793 -
2006-06-04 17:09:42 +00:00
michael
bc356240d6
+ Updated default config file for FPC
...
git-svn-id: trunk@3792 -
2006-06-04 16:32:20 +00:00
tom_at_work
965eba1c16
+ added tcext5.o object file for C parameter passing test in testsuite
...
git-svn-id: trunk@3791 -
2006-06-04 15:18:56 +00:00
michael
305e4142ff
+ Fixed FileGetAttr so hidden is correctly detected
...
git-svn-id: trunk@3790 -
2006-06-04 14:18:55 +00:00
Almindor
25fa4a1748
* a few fixes to make gtk_demo and helloworld2 examples compile
...
git-svn-id: trunk@3789 -
2006-06-04 14:10:40 +00:00
marco
179451dcfd
* Initial linkordering subsystem. Not active (need t_* mods which I want in a different revision to ease merging)
...
git-svn-id: trunk@3788 -
2006-06-04 12:44:48 +00:00
tom_at_work
a24a329d1c
* fixed record regvar code generation for ppc64 for now
...
git-svn-id: trunk@3787 -
2006-06-04 12:43:28 +00:00
tom_at_work
802fa8ed32
+ new additional test program for testing record register variables
...
git-svn-id: trunk@3786 -
2006-06-04 12:37:26 +00:00
michael
a70517c25e
+ Fix for writing more than 60 colors in palette or no palette at all (by Colin Western)
...
git-svn-id: trunk@3785 -
2006-06-04 09:50:43 +00:00
michael
29a5f40758
+ Use native lineending; Use Out instead of var to avoid warnings
...
git-svn-id: trunk@3784 -
2006-06-04 09:47:29 +00:00
michael
faf7cba799
* Some improvements by Sergei Gorelkin
...
- xmlread now detects encoding. (UTF8 and UTF16)
- xmlread now uses single pass sequential reading mechanism
- xmlwrite now uses a couple of classes, making it thread-safe
git-svn-id: trunk@3783 -
2006-06-04 09:27:38 +00:00
Tomas Hajny
0d4beaedaf
* another cleanup of unnecessary variables
...
git-svn-id: trunk@3782 -
2006-06-03 23:50:53 +00:00
Tomas Hajny
f7e596e4fd
* another cleanup of unnecessary variables
...
git-svn-id: trunk@3781 -
2006-06-03 23:47:52 +00:00
Tomas Hajny
c877c6d97c
* removed unneeded variable
...
git-svn-id: trunk@3780 -
2006-06-03 23:43:06 +00:00
joost
fcd98ffa77
+ Implemented Null-values for MySQL-fields
...
git-svn-id: trunk@3779 -
2006-06-03 21:43:13 +00:00
daniel
53201802d5
* Do not redraw entire screen when Tgroup.draw is called.
...
git-svn-id: trunk@3778 -
2006-06-03 20:57:55 +00:00
daniel
18c6d4f4de
* Remove useless Unix specific hack.
...
git-svn-id: trunk@3777 -
2006-06-03 18:53:00 +00:00
daniel
5835891a89
* Update default compiler options.
...
git-svn-id: trunk@3776 -
2006-06-03 14:35:27 +00:00
Jonas Maebe
cb58ac7f18
* initise result of SafeLoadLibrary for non-windows
...
git-svn-id: trunk@3775 -
2006-06-03 13:46:40 +00:00
joost
e4fe73dcf8
+ added mysql
...
+ added parameters-tests
git-svn-id: trunk@3774 -
2006-06-03 12:31:14 +00:00
joost
c2e6eb65d1
+ tablename must be in capitals
...
git-svn-id: trunk@3773 -
2006-06-03 12:21:08 +00:00
joost
f36010fc31
+ Added simulation of parameters for MySQL
...
+ Fixed problems with EDatabaseError
+ Fixed a problem with parameters that are used more then once
git-svn-id: trunk@3772 -
2006-06-03 12:13:09 +00:00
daniel
06be3aba7d
* Fix display refresh command.
...
git-svn-id: trunk@3770 -
2006-06-03 11:30:54 +00:00
Almindor
366e3e820f
* FreeBSD changed "glib12" to "glib-12", "gtk12" to "gtk-12" and "gdk12" to "gdk-12" to be in sync with latest ports
...
git-svn-id: trunk@3769 -
2006-06-03 10:47:29 +00:00
daniel
aa93e6a11e
* Fix window resizing in X.
...
git-svn-id: trunk@3767 -
2006-06-02 20:46:46 +00:00
florian
eab1f74b54
* exported SwapEndian
...
git-svn-id: trunk@3766 -
2006-06-02 12:03:42 +00:00
yury
bb89c61f44
- deleted assembler startup files.
...
git-svn-id: trunk@3765 -
2006-06-02 08:37:38 +00:00
yury
550626ef34
- Removed need of assembler startup files for wince. Now compiler directly creates .pdata section needed for arm-wince exception handling.
...
git-svn-id: trunk@3764 -
2006-06-02 08:36:25 +00:00
tom_at_work
9a5885b8d2
* small optimizations for the subsetreg functions
...
git-svn-id: trunk@3763 -
2006-06-01 20:57:54 +00:00
florian
9adc2c7a14
+ added overloads for synchronize
...
git-svn-id: trunk@3762 -
2006-06-01 20:35:07 +00:00
oro06
569508e34b
*wince: fix gettextextent return alway 0
...
git-svn-id: trunk@3761 -
2006-06-01 09:53:51 +00:00
yury
ba04f1a147
* Internal linker does not leave reference to .dll if no imports from it are used.
...
* Internal linker writes FPC version to EXE header.
* Internal linker writes subsystem version 3.0 for wince.
git-svn-id: trunk@3760 -
2006-05-31 22:32:08 +00:00
Jonas Maebe
488d8ae766
* improved support for merging two consecutive rlwinm's (now also works
...
if both perform a rotation)
git-svn-id: trunk@3759 -
2006-05-31 20:25:39 +00:00
Jonas Maebe
3a3651a050
+ ppc implementations of subsetreg routines
...
git-svn-id: trunk@3758 -
2006-05-31 19:01:08 +00:00
Jonas Maebe
9d0610564c
* direct people to our bug report page instead of to Apple's
...
git-svn-id: trunk@3756 -
2006-05-31 15:33:50 +00:00
Jonas Maebe
2ded22701b
+ Apple universal interfaces for FPC
...
git-svn-id: trunk@3755 -
2006-05-31 15:21:54 +00:00
yury
76cab9e3c0
* Removed tf_winlikewidestring flag for wince target. Currently it causes problems.
...
git-svn-id: trunk@3754 -
2006-05-31 12:49:15 +00:00
Jonas Maebe
8e1dd27896
* properly copy tasmlabels when generating altsymbols
...
git-svn-id: trunk@3753 -
2006-05-31 11:49:37 +00:00
Jonas Maebe
f6d4f38bc0
* fixed setting of alignment of C records for darwin (only do it for
...
records, not for objects)
git-svn-id: trunk@3752 -
2006-05-31 11:02:42 +00:00
tom_at_work
129fe92d9e
* fixed subregister loading and storing for ppc64
...
git-svn-id: trunk@3751 -
2006-05-30 21:57:48 +00:00
florian
73ff7479df
* cleaned up
...
git-svn-id: trunk@3749 -
2006-05-30 20:38:20 +00:00
daniel
7db8bc6498
* Revert version change
...
git-svn-id: trunk@3748 -
2006-05-30 18:36:32 +00:00
Jonas Maebe
790a7853a5
* fixed test
...
git-svn-id: trunk@3747 -
2006-05-30 14:04:14 +00:00
daniel
91ba2e8851
* Bump compiler version to 2.1.3.
...
git-svn-id: trunk@3746 -
2006-05-30 14:00:25 +00:00