florian
|
f8e6df62b6
|
+ added missing make_simple_ref
git-svn-id: trunk@1760 -
|
2005-11-15 19:43:37 +00:00 |
|
florian
|
99be25604b
|
* fixed address calculation when generating pic
git-svn-id: trunk@1759 -
|
2005-11-15 19:25:42 +00:00 |
|
florian
|
cd96d43ac3
|
* reverted lazy binding patch: lazy binding requires anyways PIC
git-svn-id: trunk@1758 -
|
2005-11-15 19:21:42 +00:00 |
|
tom_at_work
|
3bf1152a9c
|
* ppc64/linux: fixed and enabled some more assembly routines in the RTL
* ppc64/linux: cleaned up several files (mainly proper comments)
git-svn-id: trunk@1757 -
|
2005-11-15 17:30:15 +00:00 |
|
tom_at_work
|
99ed1d009b
|
* ppc32/linux: cprt0 update, fixing linking to libc
* ppc32/linux: stat update, making the compiler cycle with -dFPC_USE_LIBC again
* fixed typo in ugetrlimit libc function name
git-svn-id: trunk@1756 -
|
2005-11-15 17:27:42 +00:00 |
|
marco
|
b6ed07eb30
|
* fixed RLIMIT_VMEM gotcha
git-svn-id: trunk@1754 -
|
2005-11-15 11:15:27 +00:00 |
|
peter
|
9a8dc6bfb2
|
* store hidden symbols correctly in ppu
git-svn-id: trunk@1751 -
|
2005-11-15 08:35:01 +00:00 |
|
florian
|
72d7597edc
|
+ implementation of lazy binding for linux
git-svn-id: trunk@1750 -
|
2005-11-14 22:28:12 +00:00 |
|
marco
|
238510c59d
|
* added resource consts and types
git-svn-id: trunk@1749 -
|
2005-11-14 11:31:28 +00:00 |
|
florian
|
2585309c04
|
* of course, we can't omit pic generation for local symbols
git-svn-id: trunk@1743 -
|
2005-11-13 21:36:38 +00:00 |
|
florian
|
d06bdbba13
|
* force PIC on x86_64
git-svn-id: trunk@1741 -
|
2005-11-13 21:24:54 +00:00 |
|
florian
|
5c92126933
|
+ $PIC module switch directive
git-svn-id: trunk@1740 -
|
2005-11-13 21:21:15 +00:00 |
|
florian
|
ff6af1804b
|
* fixed loading of pic'ed symbols with offset
* symbols declared AB_COMMON or AB_LOCAL need no pic
git-svn-id: trunk@1739 -
|
2005-11-13 21:05:42 +00:00 |
|
olle
|
0fde736720
|
fixed support for filenames with spaces in exec
git-svn-id: trunk@1738 -
|
2005-11-13 20:56:40 +00:00 |
|
Tomas Hajny
|
f29fde8978
|
* CheckInitialStkLen and/or StackLength initialization added to previously omitted targets
git-svn-id: trunk@1736 -
|
2005-11-13 19:13:16 +00:00 |
|
Tomas Hajny
|
349d7108ce
|
* Check of memory ranges under OS/2 added to HeapTrc
git-svn-id: trunk@1735 -
|
2005-11-13 19:05:38 +00:00 |
|
florian
|
ca921976f6
|
* when creating pic code, every procedure must be declared being global
git-svn-id: trunk@1733 -
|
2005-11-13 18:08:49 +00:00 |
|
Tomas Hajny
|
7ab72f43b3
|
* DosWrite only possible under non-PM apps
git-svn-id: trunk@1732 -
|
2005-11-13 17:30:18 +00:00 |
|
florian
|
dac22b4703
|
* fixed stupid typo in x86_64 pic code generation
git-svn-id: trunk@1731 -
|
2005-11-13 17:00:34 +00:00 |
|
marco
|
3638f8fdea
|
* couple of redefs for bug #4509
git-svn-id: trunk@1730 -
|
2005-11-13 15:25:26 +00:00 |
|
marco
|
09134bd40a
|
* patch with a _lot_ more constants from JP Mugaas (for Indy)
git-svn-id: trunk@1729 -
|
2005-11-13 14:56:35 +00:00 |
|
florian
|
fdc1419832
|
* fixed interface wrappers in pic
git-svn-id: trunk@1728 -
|
2005-11-13 14:53:04 +00:00 |
|
tom_at_work
|
cc2873232f
|
* forgot to add CheckInitialStkLen function
* fixed two unitinitialized StackLength variables
git-svn-id: trunk@1727 -
|
2005-11-12 11:34:15 +00:00 |
|
florian
|
a27b87043f
|
* reset some variables which could be in an illegal state after an error, this is mainly important for the ide
git-svn-id: trunk@1726 -
|
2005-11-12 11:14:50 +00:00 |
|
florian
|
4f3c7f7883
|
+ writeidx program added
git-svn-id: trunk@1725 -
|
2005-11-12 11:01:27 +00:00 |
|
olle
|
5bf628a72e
|
bugfix, inherited reset was not called
git-svn-id: trunk@1724 -
|
2005-11-12 00:37:45 +00:00 |
|
tom_at_work
|
47258d61a6
|
* some cleanup, typo fixes
git-svn-id: trunk@1723 -
|
2005-11-11 12:37:28 +00:00 |
|
tom_at_work
|
1b4b42fdd6
|
* added CheckInitialStkLen() function which checks whether the given stack size value is valid on the OS when creating a thread, fixing stack checking
git-svn-id: trunk@1722 -
|
2005-11-11 12:16:08 +00:00 |
|
michael
|
d30db6fced
|
+ Added TFPHashTable object, implemented by Dean Zobec
git-svn-id: trunk@1721 -
|
2005-11-11 11:24:30 +00:00 |
|
marco
|
2765cc28bc
|
* should now also ignore comment starting with ; (bug 45something)
git-svn-id: trunk@1720 -
|
2005-11-11 09:30:08 +00:00 |
|
michael
|
59d3cd95a8
|
+ Patch from Michalis Kamburelis to implement correct config dir, following basedir-spec
git-svn-id: trunk@1719 -
|
2005-11-10 20:40:11 +00:00 |
|
tom_at_work
|
367df58016
|
* stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms
* default stack size is now also 32k for Windows (allows the use of stack checking when using threads)
git-svn-id: trunk@1718 -
|
2005-11-10 17:06:25 +00:00 |
|
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 |
|