joost
ef160f44a3
+ fix for TBCD.GetDataSize
...
+ Improved error-message on unknown-parameters
git-svn-id: trunk@3826 -
2006-06-08 20:57:40 +00:00
michael
1e0d556788
+ Patch to allow uncompressed data after compressed data from Sergei Gorelkin
...
git-svn-id: trunk@3825 -
2006-06-08 18:17:35 +00:00
michael
f434360dd6
+ More patches from Sergei Gorelkin.
...
git-svn-id: trunk@3824 -
2006-06-08 18:09:03 +00:00
Jonas Maebe
bc96cd8008
+ more rlwinm optimizations
...
git-svn-id: trunk@3823 -
2006-06-08 09:48:08 +00:00
joost
4cbb626991
+ implemented bcd-fields for postgresql
...
+ return 0 if bcd field is null
git-svn-id: trunk@3820 -
2006-06-07 21:01:21 +00:00
Jonas Maebe
9e57973566
- reverted previous fix, is wrong
...
git-svn-id: trunk@3819 -
2006-06-07 20:52:45 +00:00
Jonas Maebe
d9c1078793
* fixed mantis bug #6913
...
git-svn-id: trunk@3818 -
2006-06-07 19:37:47 +00:00
michael
e73bc0b772
+ Made AddDisk a function, returning the current number of drives.
...
git-svn-id: trunk@3816 -
2006-06-06 20:54:21 +00:00
peter
77a7476620
* new test
...
git-svn-id: trunk@3814 -
2006-06-06 10:25:27 +00:00
daniel
dc043e1ed3
* Now right.
...
git-svn-id: trunk@3813 -
2006-06-05 21:46:05 +00:00
daniel
6d4b583709
+ Add S_IRWXU
...
git-svn-id: trunk@3812 -
2006-06-05 21:42:36 +00:00
michael
cf54b7f748
+ Patch from Sergey Gorelkin to implement CR/LF folding and fix memory leaks
...
git-svn-id: trunk@3811 -
2006-06-05 17:21:07 +00:00
michael
7eb62c2de6
+ Fixed bug #4821 and added test
...
git-svn-id: trunk@3810 -
2006-06-05 16:56:37 +00:00
joost
2eba999666
+ added more tests and some fixes for the change behaviour of MySQL
...
git-svn-id: trunk@3809 -
2006-06-05 15:37:25 +00:00
florian
eb9eeffef0
* fixed carg
...
git-svn-id: trunk@3807 -
2006-06-05 14:25:39 +00:00
florian
03a0a4ca71
* updates from Karl-Michael Schindler
...
git-svn-id: trunk@3805 -
2006-06-05 13:42:17 +00:00
joost
d9f2d69061
+ Updates should be cancelled in reverse order
...
+ Fix for bug #6938
git-svn-id: trunk@3804 -
2006-06-04 23:12:34 +00:00
Tomas Hajny
49c7d33d5d
+ added information about some ordinals
...
git-svn-id: trunk@3803 -
2006-06-04 21:27:58 +00:00
Tomas Hajny
bafdfa7a9c
+ preparations for conditional 64-bit FS support
...
git-svn-id: trunk@3802 -
2006-06-04 21:26:56 +00:00
daniel
86fe721eea
* Update paste command after cut/copy.
...
git-svn-id: trunk@3801 -
2006-06-04 21:24:16 +00:00
tom_at_work
c5cbdda62e
* fixed generation of ANDI and ANDIS instructions in the optimizer, properly casting the immediate parameter to an unsigned integer
...
git-svn-id: trunk@3800 -
2006-06-04 21:16:10 +00:00
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