8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 15:23:03 +01:00
Commit Graph

507 Commits

Author SHA1 Message Date
alexpeshkoff
5111967019 Fixed CORE-2249: Error build Firebird 2.1 in FreeBSD 7.0 2008-12-19 15:41:21 +00:00
alexpeshkoff
611f4c27ad HPUX port 2008-12-10 15:22:19 +00:00
asfernandes
a1628d1358 Backport fix for CORE-2227 - Problem with column names with Accents and triggers 2008-12-10 01:03:32 +00:00
paulbeach
30950ef789 Fix @prefix@ issue for aliases.conf - Reported by Adriano 2008-12-03 14:33:18 +00:00
paulbeach
cf5b4a364e Small mod for HPUX 2008-11-28 09:45:50 +00:00
paulbeach
24938f2767 Solaris 10 64bit SS 2008-09-23 10:48:52 +00:00
robocop
0e74c813dc Misc. 2008-09-16 09:24:59 +00:00
paulbeach
e7fa40f3da Solaris 10 Modifications 2008-09-12 09:17:30 +00:00
paulbeach
54a4904afe Solaris 10 Modifications 2008-09-12 09:07:32 +00:00
paulbeach
17304a1139 Solaris 10 2008-09-04 11:47:18 +00:00
paulbeach
177270c74f Solaris 10 2008-09-04 10:21:44 +00:00
paulbeach
f3e61a2100 Update permissions for security database + Solaris 10 Changes 2008-09-03 09:42:23 +00:00
alexpeshkoff
cccb9d1ac1 Backpoprted fix for CORE-2033:Unresolved symbol _Unwind_GetIP in client library 2008-08-05 10:54:26 +00:00
paulbeach
253b81a95e Support 64bit Darwin PPC - And will "only" work on 10.5 no matter how hard I try to support earlier versions. 2008-06-09 14:01:14 +00:00
paulbeach
bb5ba713c7 Support 64bit Darwin PPC 2008-06-09 13:04:29 +00:00
paulbeach
224a700089 Support 64bit Darwin PPC 2008-06-09 11:16:51 +00:00
paulbeach
351e83523a Use Firebird's own delete call rather than system wide delete 2008-06-04 11:18:40 +00:00
asfernandes
60b84222ef Misc 2008-05-31 02:33:49 +00:00
paulbeach
21ed7aa5e3 Make the version numbers automatic 2008-05-23 10:53:36 +00:00
asfernandes
17334c3b8d Linux IA-64 port 2008-05-22 15:01:30 +00:00
alexpeshkoff
b63d55300c Fixed accidentially broken build with builtin ICU 2008-05-08 12:42:05 +00:00
alexpeshkoff
eec2072ff8 Fixed CORE-1889: Security database has FW mode OFF, making it corrupted under some circumstances 2008-05-08 09:30:37 +00:00
robocop
955272b1e5 Delete useless files. 2008-05-01 11:56:36 +00:00
paulbeach
ba00e72d56 Fix optimisation problem on MacOSX ppc build that results in a segfault on exit for all utilities
Re-define __ppc__ where necessary
2008-04-25 10:04:25 +00:00
alexpeshkoff
8a8a1f376f Alan's patch for ARM 2008-04-15 14:11:41 +00:00
paulbeach
3994fd5df4 Solaris AMD 64bit Port for Classic 2008-04-14 14:04:39 +00:00
paulbeach
796dc5a941 Fix issue re. unresolved exception symbols on client link 2008-04-10 13:47:07 +00:00
paulbeach
2a14bf68ab No header for prefix.hpux 2008-04-02 10:21:12 +00:00
robocop
754ba69d91 Remove obsolete SINIX-Z files. 2008-03-30 12:09:36 +00:00
paulbeach
99dab9491b typo 2008-03-28 10:57:44 +00:00
paulbeach
cfcc52eddc Include aliases.conf in the install 2008-03-17 12:06:11 +00:00
paulbeach
83377303d0 Minor typo 2008-02-29 13:56:52 +00:00
paulbeach
ad3050b4b8 Get rid of the really annoying $UNIX2003 symbols that get pulled into libfbclient.dylib that prevent kinterbasdb running on MacOSX 10.4 2008-02-29 13:26:55 +00:00
alexpeshkoff
179d9989b8 changed soname for embedded library 2008-02-14 16:27:21 +00:00
paulbeach
467730f903 1. Updated MacOS mod_loader to hanle Bundles and Dynamic Libraries (yes the loading of the two is different)
2. Support the loading of the ICU Libraries dynamically
3. new = FB_NEW - prevent asserts.
2008-02-05 12:36:33 +00:00
paulbeach
24b23ebbf7 Welcome to 64bit MacOS builds 2008-01-18 15:12:30 +00:00
paulbeach
036c9e2b75 Welcome to 64bit MacOS builds 2008-01-18 13:20:26 +00:00
paulbeach
57cb390c1e 64bit Firebird for MacOS 2008-01-17 14:59:35 +00:00
paulbeach
cdfaa44ab7 HPUX Head->B2_1_Release 2008-01-17 13:07:18 +00:00
alexpeshkoff
511c110579 Applied Damyan's patch - MIPS linux port 2008-01-17 12:20:44 +00:00
paulbeach
4ffce4206a Minor mod for international symbols 2008-01-17 11:43:30 +00:00
nobody
20c5a51245 This commit was manufactured by cvs2svn to create branch 'B2_1_Release'. 2008-01-10 10:06:23 +00:00
alexpeshkoff
7f5e655b5d fixed linux build 2008-01-10 10:06:22 +00:00
paulbeach
f3c21d4ca2 HPUX Port 2008-01-07 12:26:23 +00:00
alexpeshkoff
f92ae11948 Pass through CFLAGS, set for ./configure. This is minimum cross-build support.
It makes it possible to build, for example, for i386 on amd64 linux. Just use:
  ./configure CFLAGS=-m32 --host=i386-cross-linux
or, certainly:
  ./autogen.sh CFLAGS=-m32 --host=i386-cross-linux
Should also help when doing builds in other cases when 32/64 bit choice is possible.
2008-01-04 17:34:46 +00:00
asfernandes
0ee85c7525 Misc 2007-12-28 00:14:00 +00:00
paulbeach
7db090f19e Apply MacOS changes to HEAD 2007-12-27 12:19:52 +00:00
paulbeach
4a2f1647fe Apply MacOS changes to HEAD 2007-12-27 10:55:58 +00:00
paulbeach
91c4f3734e Apply MacOS changes to HEAD 2007-12-19 13:25:49 +00:00
alexpeshkoff
4816dbe061 1. Use EXE_LINK or STATICEXE_LINK (what appropriate) to link executables instead of plain LD.
2. Fron-ported fix for broken in ALt-Linux ld - changed order of libraries in command line.
2007-12-14 11:32:06 +00:00