8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
Commit Graph

159 Commits

Author SHA1 Message Date
brodsom
355ac12dd7 Correction 2003-09-30 19:26:05 +00:00
brodsom
617d3390f7 Lost commit 2003-09-30 17:48:55 +00:00
fsg
002b4738fa small fixes for ftn.cpp, include fbudf for the linux build
FSG
2003-09-30 09:41:42 +00:00
skidder
1bce3be919 Make Firebird 2.0 Linux CS install prefix-aware and secure 2003-09-23 22:38:48 +00:00
skidder
77b17de987 NBACKUP-related changes and some clean-up 2003-09-08 20:23:46 +00:00
aafemt
3bcc2e2ce2 Make intl compilable 2003-08-22 10:28:00 +00:00
eku
4ff4800a4a Use autoconf to do it right :-) 2003-08-12 10:06:14 +00:00
brodsom
51f53c5043 Patch MinGW after Nickolay changes 2003-08-07 17:10:19 +00:00
brodsom
d5d94c145d Solve the examples failure in Linux build 2003-08-03 23:18:57 +00:00
brodsom
8722e3d801 Restore examples build (and add intlbld) 2003-07-17 02:15:46 +00:00
brodsom
5ec1181ab9 Split utilities dir 2003-07-15 10:52:51 +00:00
brodsom
5829455596 Move win32 specific sources in remote to remote/os/win32 2003-07-14 23:29:45 +00:00
brodsom
523e000333 Update 2003-07-14 09:45:18 +00:00
brodsom
3fdbf78cc6 Clean 2003-07-12 09:55:15 +00:00
brodsom
1b351afee9 Move examples builds to examples directory 2003-07-11 13:31:08 +00:00
brodsom
08b589c322 Updates 2003-07-11 02:28:45 +00:00
brodsom
8a23210fe1 -Correction due to 'install' move 2003-07-09 01:20:17 +00:00
brodsom
5e92f5f9b5 Posix build move build process and temporary databases to 'gen' 2003-07-08 12:24:12 +00:00
brodsom
41497ef6d8 -Split posix build output between 'gen' and 'temp'(compiler .o .d)
- Remove some redundant variables
2003-07-08 01:05:22 +00:00
brodsom
a75f8e4047 Move make.new to builds 2003-07-06 01:08:33 +00:00
brodsom
c868dcc238 Remove unused directory creation 2003-07-03 14:44:44 +00:00
stryqx
b2d0c5631e The check for socklen_t fails on FreeBSD as socklen_t is defined
in sys/socket.h. Write a specific check for this on FreeBSD.
2003-06-15 06:03:02 +00:00
stryqx
4cfed39146 Fix a typo. 2003-06-15 05:57:47 +00:00
skywalker
b05bf5b7ec Create a required directory for super 2003-06-13 01:17:49 +00:00
fsg
3592727c42 Reenabled ada, fortran, cobol and pascal for gpre
Install *udf.sql into the UDF-directory for linux builds
2003-05-25 10:44:58 +00:00
eku
d496ef4e4e Check for the function mkstemp(). If it's not available, fall back to mktemp(). 2003-05-14 05:40:00 +00:00
bellardo
53f82c02e9 Don't forget to create the darwin specific OS directories in gen/* 2003-04-17 18:42:12 +00:00
aafemt
7e9e535a38 Few improvements for Win32 SS build procedure 2003-03-21 11:53:48 +00:00
aafemt
793ce67c72 Version information is concentrated in src/misc/writeBuildNum.sh 2003-03-20 11:11:55 +00:00
alexpeshkoff
1391e13f0a Dropped HAVE_*EXIT defines 2003-03-13 15:46:34 +00:00
eku
6cbd82fea8 Editline changes:
o got a FB-compliant makefile
 o uses configure
 o eventually compiles on SINIX-Z
2003-03-12 12:39:58 +00:00
skidder
be1c273e09 Getting ready for Beta4 2003-03-12 11:57:54 +00:00
eku
d09e9ab35b Started to use libtool (http://www.gnu.org/software/libtool/). It will
eventually handle all platform specific compile and link issues!
Removed generated files from the view (config.guess and config.sub).
2003-03-07 07:41:13 +00:00
brodsom
b862b76b98 Remove lstdc++ from mingw platform libs 2003-03-06 13:22:07 +00:00
brodsom
d2c8a8e69a Changes fro MINGW build (forgoten commit)
-Add directory
2003-03-06 01:14:47 +00:00
brodsom
e1a9994af7 Changes for MINGW build
-Add shrlib_ext value for the shared library extension
-Add some libraries to windows build
-Add some some needed directories
2003-03-05 15:38:03 +00:00
aafemt
83c180aa1e Let config.status make directories 2003-03-03 06:02:29 +00:00
brodsom
72fe397fb9 Add some needed directories 2003-02-25 01:12:57 +00:00
skidder
ca67236406 Get ready for Beta3 2003-02-22 21:48:48 +00:00
eku
b3eed24737 XPG defines that prototypes for malloc/free have to be defined in stdlib.h.
malloc.h is deprecated - removed.
2003-02-20 06:36:40 +00:00
eku
6776adb23e Added a test for <sys/socket.h> needed in remote/inet.cpp. 2003-02-18 12:38:27 +00:00
aafemt
2dadf55537 WCHAR --> UCS2_CHAR and some cleanup around it 2003-02-18 05:24:35 +00:00
bellardo
609150281d add a configure check for malloc.h 2003-02-13 22:49:20 +00:00
eku
b0a99f044f Removed the test for 'const' 2003-02-13 12:00:22 +00:00
bellardo
66f1932672 3 new tests for darwin:
expanded semun
expanded 64 bit io
dirname
2003-02-12 06:09:12 +00:00
aafemt
e55e271385 Little step towards MinGW build. Physical IO module is platform-depended now 2003-02-11 05:13:36 +00:00
skidder
2b3e2b45bf Mark linux packages as Beta2 2003-02-10 15:59:01 +00:00
eku
116280f992 Completed the changes made by Dmitri Sibiriak. 2003-02-10 09:39:55 +00:00
aafemt
8c121969c8 Some cleanup 2003-02-10 05:42:22 +00:00
skidder
d42e742f62 Change package prefix 2003-01-29 15:29:01 +00:00