dimitr
d3c5f713bd
Fixed Windows build.
2008-09-11 10:48:12 +00:00
alexpeshkoff
370ed679ec
Refactored services code
2008-09-11 09:03:08 +00:00
alexpeshkoff
ec5fd81ef1
Making DEV_BUILD with valgrind can easily hide problems when running without it
2008-09-11 08:55:55 +00:00
asfernandes
e986db9e58
Do not concatenate variable twice
2008-09-06 18:45:37 +00:00
asfernandes
0f387a9bee
Misc
2008-09-06 18:42:55 +00:00
paulbeach
e4754b822d
Fix CORE-2065 Add (ln -s) libfbclient.dylib to the default dynamic loader search path /usr/local/lib for Classic
2008-09-05 11:01:08 +00:00
robocop
521d215225
I became tired of the many warnings in btyacc (really ugly code) and decided to solve or hide most of them.
2008-09-05 08:47:48 +00:00
paulbeach
70acbd99fe
Solaris 10
2008-09-04 11:48:41 +00:00
paulbeach
687d12e8cc
Solaris 10
2008-09-04 10:23:26 +00:00
paulbeach
9d10d8a633
Update permissions for security database
2008-09-03 10:13:14 +00:00
paulbeach
0973d9df9f
Update permissions for security database
2008-09-03 10:07:54 +00:00
paulbeach
247a2d0247
Update permissions for security database
2008-09-03 09:41:04 +00:00
asfernandes
139e4f8ca9
Misc
2008-09-03 02:26:45 +00:00
dimitr
6cc0ca22ea
Sync with the recent commits.
2008-09-02 14:55:25 +00:00
dimitr
49beb06de4
More MSVC9 specifics (missed in the prior commit).
2008-09-02 14:52:33 +00:00
dimitr
c1c9ea5d1e
More MSVC9 specifics (missed in the prior commit).
2008-09-02 14:46:35 +00:00
paulbeach
db32e2b70f
Solaris 10
2008-09-02 14:22:42 +00:00
paulbeach
88fd11398d
Solaris 10
2008-09-02 14:17:32 +00:00
dimitr
8116261a2e
Final changes to drop the MSVC6 support and add the MSVC9 one.
...
Please note that VC9 Express is not supported yet, as I cannot validate its version output.
2008-09-02 08:52:09 +00:00
dimitr
bc8d392865
Cleanup. We don't support MSVC6 anymore.
2008-09-02 08:39:33 +00:00
dimitr
37c6efa01a
ICU solution/project files for MSVC9.
2008-09-02 08:36:06 +00:00
dimitr
1d535b5b76
Solution/project files for MSVC9.
2008-09-02 07:50:56 +00:00
hvlad
dfcddca5fe
Make gdef, qli and fbrmclib compilable again (after removal of iberr.cpp)
2008-08-28 09:02:59 +00:00
robocop
e5558467a1
Finish cleanup (header files).
2008-08-28 05:49:57 +00:00
asfernandes
a245731588
Partial fix for the Windows build
2008-08-27 15:33:56 +00:00
alexpeshkoff
13a15d4bfe
1. Final fix for CORE-1964 - finished vararg cleanup in jrd.
...
2. Generic cleanup of error reporting functions all around engine.
2008-08-27 12:20:47 +00:00
robocop
7cca33b804
Misc.
2008-08-27 06:17:35 +00:00
dimitr
99402ef337
Fixed CORE-903: Update Field update / result Updated.
2008-08-25 08:13:41 +00:00
alexpeshkoff
9d33face92
Fixed CORE-2033:Unresolved symbol _Unwind_GetIP in client library
2008-08-05 10:49:29 +00:00
robocop
71e985b3bc
Remove for VC7 the same projects as for VC8.
2008-07-15 11:37:03 +00:00
dimitr
acbeb86a8d
Build embedded as Classic.
2008-07-14 18:01:35 +00:00
dimitr
2a921556ec
Same for utilities.
2008-07-14 17:57:28 +00:00
dimitr
de83aa4d5e
Cleanup. ALICE and BURP don't depend on SS/CS conditionals anymore.
2008-07-14 17:53:22 +00:00
asfernandes
5ae2263366
Undo more changes of previous ib_util patch - thanks to Claudio
2008-07-13 16:21:40 +00:00
asfernandes
8f9b451ce9
Rework of ib_util changes. Dynamically load it in the engine and inform callback functions to alloc and free memory. Allocate memory from the default pool.
2008-07-12 21:23:42 +00:00
robocop
1492df2080
Minor cleanup after Alex' changes.
2008-07-12 08:06:19 +00:00
paul_reeves
d3e9b360a6
Provide a coherent and meaningful message
2008-07-11 08:44:17 +00:00
dimitr
a903e9357b
Cleanup.
2008-07-11 07:50:46 +00:00
asfernandes
607f55503d
Misc
2008-07-11 02:37:23 +00:00
skidder
518e59bb40
Fix MSVC8 build after recent Alex' commits
2008-07-10 19:13:05 +00:00
alexpeshkoff
7c8427bc35
Separated CVT functions to common and jrd parts.
...
This made possible to avoid ugly CVT_move export.
Cleanup of errors handling in CVT functions.
2008-07-10 15:57:33 +00:00
paul_reeves
2581a15586
It's even better if it is declared correctly.
2008-07-10 14:52:52 +00:00
paul_reeves
eed4f59f2b
It helps to define an env var before using it :-(
2008-07-10 14:47:09 +00:00
paul_reeves
d9ade3c6b2
Be slightly more vague, but at least include both current possibilities.
...
(This is an area that needs reworking.)
2008-07-10 14:42:17 +00:00
paul_reeves
751963f5c6
Make a reasonably sane attempt to include the correct documentation for 2.5 Alpha 1
2008-07-10 14:14:34 +00:00
paul_reeves
43c5385b38
Forward port installer changes from 2.1.1 to 2.5.000
2008-07-10 12:45:38 +00:00
alexpeshkoff
e805b65271
Fixed issues detected by QA
2008-07-09 08:51:03 +00:00
robocop
c6f11b3247
Fixed the Windows build after Alex' changes.
2008-07-08 06:47:01 +00:00
alexpeshkoff
5ac5869661
CORE-1964 - stop vararg mess when reporting errors. Use special class for it. More (ERR_post cleanup) to come.
2008-07-03 12:02:54 +00:00
asfernandes
6048e58641
Fixed the build problem reported by Nikolay
2008-07-02 00:22:47 +00:00
asfernandes
dcdcd0a31f
Fix the Windows boot build
2008-06-17 13:45:09 +00:00
asfernandes
791a2c1b1b
Fixed Linux SS build
2008-06-17 01:05:34 +00:00
asfernandes
b8a3abb888
Misc
2008-06-17 01:02:01 +00:00
asfernandes
6d42ee51e8
Correction for the Windows boot build fix - include ib_util in Firebird2Boot and make fbembed depends on it
2008-06-15 16:29:53 +00:00
asfernandes
6f889ba0a4
1) Fixed an error in the POSIX build after usage of GlobalPtr
...
2) Some things observed by Claudio
2008-06-15 16:20:55 +00:00
asfernandes
5a9c2578d7
Fixed the Windows boot build
2008-06-15 16:17:51 +00:00
asfernandes
af1d955da6
Improvement CORE-1937 - Detect (instead of crash) FREE_IT UDFs that return pointer not allocated by ib_util_malloc
2008-06-14 22:16:40 +00:00
asfernandes
d30d6410ea
Misc
2008-06-13 01:42:58 +00:00
paulbeach
7cb4824d2a
Time to tidy up some old stuff
2008-06-11 11:58:16 +00:00
robocop
017d04dbfc
Misc.
2008-06-10 10:11:39 +00:00
aafemt
a16dfd7c75
Return deprecated stubs to public interface
2008-06-10 07:52:42 +00:00
aafemt
c6e0cd6d55
Fix MinGW build
2008-06-09 14:37:39 +00:00
paulbeach
dac128547a
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:05:42 +00:00
paulbeach
aa142dc3bf
Support 64bit Darwin PPC
2008-06-09 13:03:29 +00:00
paulbeach
d597247854
Support 64bit Darwin PPC
2008-06-09 12:02:59 +00:00
dimitr
e4380ecbc8
Let's build fbsvcmgr for Win64 as well.
2008-06-07 06:42:25 +00:00
sboyd
c05536e155
Added an entry point for isc_dsql_allocate_statement
2008-05-29 19:10:17 +00:00
asfernandes
da00273b51
DdlNodes.epp should be preprocessed as an internal module
2008-05-25 15:41:15 +00:00
paulbeach
e3348c56b9
Make the version numbers automatic
2008-05-23 11:03:58 +00:00
asfernandes
9fc4a1881f
Misc
2008-05-22 21:45:22 +00:00
asfernandes
d5e481ba10
Linux IA-64 port
2008-05-22 15:02:59 +00:00
dimitr
ea2d24c2e3
Fixed the Windows build.
2008-05-21 12:23:00 +00:00
alexpeshkoff
2065872514
Use DFW to store data for user management
2008-05-21 08:14:09 +00:00
asfernandes
d52dc96278
1) Move the new Node classes to appropriate files
...
2) Creation of StmtNode
3) Conversion of IN AUTONOMOUS TRANSACTION to InAutonomousTransactionNode (inherited from StmtNode) - it makes this feature almost self-contained
Please do a boot build or at least run blr_table.
2008-05-19 13:47:48 +00:00
robocop
edb381ce40
More updates to project files.
2008-05-14 11:16:00 +00:00
robocop
c980c3d577
- Delete references to header files that only existed in FB1 or until FB2.1.
...
- Fix references to files that are in another location.
- Delete references to files that don't belong to Windows (the VMS files).
2008-05-14 11:15:04 +00:00
robocop
05a2a2bea9
- Delete references to header files that only existed in FB1 or until FB2.1.
...
- Fix references to files that are in another location.
- Delete references to files that don't belong to Windows (the VMS files).
2008-05-14 05:08:22 +00:00
robocop
71fd33580c
Delete the VC6 project files from FB v2.1 and beyond because building FB2.1+ with VC6 requires more than the reasonable workarounds that were used for previous FB versions.
2008-05-14 04:46:11 +00:00
robocop
87b7d24db9
Delete the VC6 project files from FB v2.1 and beyond because building FB2.1+ with VC6 requires more than the reasonable workarounds that were used for previous FB versions.
2008-05-11 14:34:50 +00:00
asfernandes
8b4a83f201
Misc
2008-05-11 03:00:46 +00:00
asfernandes
9c9672ec64
Fix misspelled word
2008-05-11 01:12:36 +00:00
robocop
15fd8c4252
Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause).
...
Fix reference to header files that existed in another location in FB1.
2008-05-10 11:18:32 +00:00
robocop
0221e7bab4
Fix reference to header file that existed in another location in FB1.
2008-05-10 08:58:15 +00:00
robocop
9bf5c55047
Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause).
2008-05-10 04:56:49 +00:00
alexpeshkoff
489245fa50
We are not interbase during 7 years - fixed comments and environment
2008-05-08 07:29:44 +00:00
alexpeshkoff
2b382f606b
1. Deeper integration between super and classic setup.
...
2. Script to switch between classic and superclassic modes.
3. Changed lisences from LGPL to IDPL (with Mark's agreement)
2008-05-07 16:34:47 +00:00
alexpeshkoff
463efb5f40
Deprecated this unneeeded any more script
2008-05-07 16:07:55 +00:00
makowski
0310e8a89d
Add comment about Classic on Posix for RemoteBindAddress parameter
2008-05-06 07:00:19 +00:00
alexpeshkoff
e40105fe12
Make fbguard work with superclassic too
2008-05-05 09:27:49 +00:00
asfernandes
b30236303d
Misc
2008-05-05 02:22:53 +00:00
alexpeshkoff
324facd7af
Fixed CORE-1880: Linux startup script silently exits when missing 'main' executable
2008-05-04 16:03:18 +00:00
alexpeshkoff
f5ee67b01d
Front-ported misc install scripts changes from 2.1
2008-05-04 15:18:42 +00:00
alexpeshkoff
c9b12c828d
Front-ported misc install scripts changes from 2.1
2008-05-04 14:27:36 +00:00
robocop
3a11de32d7
Delete references to useless file.
2008-05-01 11:07:03 +00:00
asfernandes
1679cfdd17
Fix POSIX build
2008-04-30 01:47:10 +00:00
robocop
a7d9e7f25c
DirectoryList wasn't used, so I'm deleting it.
...
Fortunately, because it has half-finished functionality.
2008-04-29 12:37:02 +00:00
alexpeshkoff
9e0c4160da
Make fb_cancel_operation() public API call.
2008-04-29 09:57:55 +00:00
alexpeshkoff
ddeb68c733
Restored accidentially removed check - thanks to Adriano
2008-04-28 07:41:43 +00:00
robocop
dceaac8c5e
Update project files.
2008-04-26 14:33:25 +00:00
alexpeshkoff
f386d5ed7e
Use -daemon switch to start fbguard directly - without fbmgr.
2008-04-25 16:37:30 +00:00