tom_at_work
54dee95053
* removed "+0" offset generation in assembler writer
...
git-svn-id: trunk@1717 -
2005-11-10 15:16:20 +00:00
tom_at_work
ff47ffb255
* quick fix for stack checking on Linux/PPC64
...
git-svn-id: trunk@1716 -
2005-11-10 15:15:26 +00:00
tom_at_work
8ca0fe382e
* removed "+0" offset generation in assembler writer
...
git-svn-id: trunk@1714 -
2005-11-10 15:11:06 +00:00
tom_at_work
940f953e8b
* cleanup, removing debug code removed and fixing file headers
...
* cprt0 updates
git-svn-id: trunk@1713 -
2005-11-10 15:08:41 +00:00
tom_at_work
d54dbdf9b6
* new constants for si_code field for FPU signals (required by commit 1710)
...
git-svn-id: trunk@1712 -
2005-11-10 15:04:28 +00:00
tom_at_work
745cafdc70
* signal handler update, uses uc_mcontext instead of sigcontext_struct in later Linux versions
...
* syscalls update
git-svn-id: trunk@1711 -
2005-11-10 15:01:00 +00:00
joost
3a226cbcc7
+ only set parameters when needed
...
+ Fix for null-values in date/time-fields
git-svn-id: trunk@1710 -
2005-11-10 13:59:06 +00:00
Vincent Snijders
353f623f1f
removed seek64bit define
...
git-svn-id: trunk@1704 -
2005-11-09 13:26:22 +00:00
michael
0362fa505d
+ -o now sets output path only if a path is explicitly specified
...
git-svn-id: trunk@1698 -
2005-11-08 20:25:04 +00:00
joost
735281f879
+ removed two win32 configuration calls, which are not a part of ODBC itself
...
git-svn-id: trunk@1696 -
2005-11-08 12:03:35 +00:00
peter
87846e5986
* fixed compile errors
...
git-svn-id: trunk@1694 -
2005-11-08 11:29:18 +00:00
peter
91324759e4
* fixed range error in FpSigFillSet
...
git-svn-id: trunk@1692 -
2005-11-08 09:15:20 +00:00
peter
e00ef44479
* fix boolean range parsing false..true
...
* allow set of boolean
git-svn-id: trunk@1690 -
2005-11-08 09:11:39 +00:00
joost
fbaa49fc9c
+ Added odbcsqldyn.pp
...
+ Fixed dyn. loading of ODBC and cleanup of non-fpc code
+ TODBCConnection now uses odbcsqldyn
git-svn-id: trunk@1687 -
2005-11-07 21:40:32 +00:00
Tomas Hajny
198e0db5a1
* mistyping fixed - trac_e_able
...
git-svn-id: trunk@1684 -
2005-11-06 23:12:36 +00:00
florian
a6b00feb1e
+ warn directive is different fom warnings and warning
...
git-svn-id: trunk@1682 -
2005-11-06 20:09:28 +00:00
Tomas Hajny
e90a6deebb
* Alle -> all
...
git-svn-id: trunk@1681 -
2005-11-06 19:00:30 +00:00
joost
cfe83fe520
+ Added empty TMySQLconnection.UnPrepareStatement
...
git-svn-id: trunk@1680 -
2005-11-06 18:50:12 +00:00
florian
8b3c634573
* fixed DynArraySetLength
...
git-svn-id: trunk@1678 -
2005-11-06 17:16:55 +00:00
joost
f41ff8ac78
+ Patch from Bram Kuijvenhoven:
...
- pass ODBC api call return values to ODBCCheckResult function explicitly
instead of using SQLGetDiagRec (improves error reporting with unixODBC)
- fixed TODBCConnection.Param property; no semicolons were inserted to separate
the parameters in the connection string
git-svn-id: trunk@1677 -
2005-11-06 09:50:19 +00:00
florian
9efae2700b
* more rangecheck fixing
...
git-svn-id: trunk@1676 -
2005-11-06 09:21:52 +00:00
florian
a636570436
* compile with $R-
...
git-svn-id: trunk@1675 -
2005-11-06 09:18:35 +00:00
Tomas Hajny
69cc232b0b
* WaitFor modified to call CheckSynchronize - to be tested with 3695
...
git-svn-id: trunk@1671 -
2005-11-06 01:53:48 +00:00
michael
9b59f0675f
+ Fixed -o option
...
git-svn-id: trunk@1669 -
2005-11-05 23:26:23 +00:00
florian
6fa4751f3f
* DynArrayFromVariant partly fixed
...
git-svn-id: trunk@1668 -
2005-11-05 23:02:50 +00:00
joost
242fecede0
+ localized Baseres to avoid a second clear
...
git-svn-id: trunk@1667 -
2005-11-05 22:35:06 +00:00
marco
a9a3c88fed
* small but significant typo fixed for ipv6 sockaddr record in BSD style (_WITH_ sinlen)
...
git-svn-id: trunk@1665 -
2005-11-05 19:49:10 +00:00
tom_at_work
d088695868
* ppc64: moved division by constant optimization from nppcmat to cgcpu unit
...
* ppc64: cg now also replaces multiplications/divisions by negative powers of two by shifts (and a negate)
* ppc64: replacement of divison by constants now properly check the -O2 compiler switch
git-svn-id: trunk@1662 -
2005-11-05 17:59:14 +00:00
florian
375bc7bbb0
+ TThread.WaitFor needs to call CheckSynchronize
...
git-svn-id: trunk@1661 -
2005-11-05 17:42:13 +00:00
florian
3f2f8609e3
+ check vmt when loading one, fixes tw2318b
...
git-svn-id: trunk@1660 -
2005-11-05 16:29:13 +00:00
florian
01249991dc
* auto close window
...
git-svn-id: trunk@1658 -
2005-11-05 14:48:00 +00:00
joost
299ddaa1be
+ Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468
...
git-svn-id: trunk@1657 -
2005-11-05 12:33:06 +00:00
joost
6d291bb336
+ Centralized all parameter-parsing in TParams.ParseSQL (bug 4374)
...
git-svn-id: trunk@1656 -
2005-11-05 11:48:16 +00:00
joost
80e6d5c0f8
+ added support for ftFixedChar
...
git-svn-id: trunk@1655 -
2005-11-05 11:38:49 +00:00
florian
370a66a452
* reverted r1651
...
git-svn-id: trunk@1653 -
2005-11-05 09:54:44 +00:00
florian
a884848684
* ThreadProc needs stdcall or cdecl calling conventions usually
...
git-svn-id: trunk@1651 -
2005-11-05 00:05:07 +00:00
florian
12a1449884
* ldf*/stf* can handle only offsets with max. +/- 1020, so generate never a pc relative symbol
...
git-svn-id: trunk@1649 -
2005-11-04 23:56:06 +00:00
tom_at_work
e4a61f4af1
* a_op_const_reg_reg optimizations
...
* added some more 64 bit PPC opcodes
* removed last mwpascal references
* added replacement of division/modulo by constant by multiplications and shifts for 64 bit
* general cleanup
git-svn-id: trunk@1648 -
2005-11-04 22:49:05 +00:00
florian
4bd32a686d
* regenerated msg include files
...
git-svn-id: trunk@1647 -
2005-11-04 21:35:39 +00:00
florian
18622259ac
* fixed -Nu option on help screen
...
git-svn-id: trunk@1646 -
2005-11-04 21:35:07 +00:00
florian
9749238cfe
* OrdType isn't valid for Int64 and QWord
...
git-svn-id: trunk@1644 -
2005-11-04 21:22:00 +00:00
florian
c1e968abf9
+ binary operator support for booleans in variants
...
git-svn-id: trunk@1642 -
2005-11-04 21:05:18 +00:00
florian
ba22b0b3af
+ format("%d",[<qword>]); fixes 4489
...
git-svn-id: trunk@1640 -
2005-11-04 19:01:33 +00:00
florian
236586e749
* made test i386 only, freezes at least on amd64 for unknown reasons
...
git-svn-id: trunk@1638 -
2005-11-03 21:16:53 +00:00
tom_at_work
324dd47e7e
* added stacksize parameter for TThread.Create for some platforms left out in commit 1621
...
git-svn-id: trunk@1637 -
2005-11-03 15:44:22 +00:00
joost
a63ed341a7
+ patch from Bram Kuijvenhoven:
...
- removed unused private field TODBCConnection.FDataSourceName
- added local proc ODBCResultToStr
- fix in SQLDriverConnect parameter
- prevent freeing of handles that should not be freed in some cases
git-svn-id: trunk@1635 -
2005-11-03 14:43:43 +00:00
tom_at_work
6c0225cef6
* fixed webbug 4201 which does not properly clean up all threads, causing (program) freeze
...
git-svn-id: trunk@1633 -
2005-11-02 19:59:17 +00:00
tom_at_work
7a1860190b
* fixes error introduced in sscanf() when looking for 64 bit unsafe pointer casts
...
git-svn-id: trunk@1632 -
2005-11-02 19:55:57 +00:00
Jonas Maebe
23cd46151a
+ test for new inlining (fails currently)
...
git-svn-id: trunk@1631 -
2005-11-02 15:11:17 +00:00
marco
6279c187f9
* stacksize fixes for freebsd
...
git-svn-id: trunk@1630 -
2005-11-02 14:52:05 +00:00