File: ChangeLog

package info (click to toggle)
xdb 1.2.0-7.2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 1,688 kB
  • ctags: 1,053
  • sloc: cpp: 14,001; sh: 6,711; makefile: 150
file content (239 lines) | stat: -rw-r--r-- 9,686 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
1999-02-11  Vitaly V Fedrushkov  <willy@snowyowl.csu.ac.ru>

	* Makefile.am (EXTRA_DIST): COPYING.LIB instead of COPYING.GPL

1999-02-08  Vitaly V Fedrushkov  <willy@snowyowl.csu.ac.ru>

	* html/Makefile.am: new file; HTML docs are now subject to
	`make dist`
	* Makefile.am (SUBDIRS): html added
	* configure.in: html/Makefile added 

1999-02-08  Bob Cotton  <bcotton@synxis.com>

dbf.cpp fields.cpp
	- Added a configurable instance variable, EofChar. Defaults to
	  "\x0D\x1A". 
		- Added SetEofChar()
	- Added Clipper .NTX support.
		- Abstracted all referneces from ndx to index.
	- Added support for Clipper and FoxPro character fields longer
	  then 255 characters. Determined by a char field and a
	  decimal field > 0.
		- Added LongFieldLen to Schema to represent this.
	- Fix for incrementing CurRec on an AppendRecord().
	- Fix in dump record to handle large fields

exp.cpp and expfunc.cpp
	- Added DESCEND(). Only works for dates.
	- Added DTOS(). Date to string.
	- Added RECNO() returns the current record number.
	- Added 2 and 3 parameter versions of STR()
	- Added STRZERO()
	- Small expression parsing fix

expproc.cpp
	- Added support for quoted strings in expressions.


ndx.cpp
	- Changed NodeLink to NdxNodeLink
	- Moved common instance variables to index.cpp

xbase.cpp
	- Added GetULong(), PutUShort(), PutULong(). Not sure if
	  they're necessary.

New Files
	index.cpp  Index Base class for ndx and ntx classes
	index.h 
	ntx.cpp    Clipper NTX class.
	ntx.h

To Do:
	- Some methods are almost identical in ntx.cpp and
	  ndx.cpp. These could be moved to index.cpp.
1999-02-05  Vitaly V Fedrushkov  <willy@snowyowl.csu.ac.ru>

	* xbase/lock.cpp (LockIndex): unrenamed symbol

	Some HAVE_EXCEPTIONS cleanup:

	* xbase/dbf.cpp (CreateDatabase, OpenDatabase, AddNdxToIxList):
	xb_memory_error applied
	(GetNextRecord, GetPrevRecord): xb_eof_error applied
	* xbase/expproc.cpp (ProcessOperator): xb_memory_error applied
	* xbase/memo.cpp (CreateMemoFile): xb_memory_error applied
	* xbase/ndx.cpp (UncloneNodeChain, CreateIndex, AddKey):
	xb_memory_error applied
	(GetNextKey, GetPrevKey): xb_eof_error applied
	* xbase/xbase.cpp: xbexcept.h included unconditionally
	(AddDbfToDbfList): xb_memory_error applied
	* xbase/xbexcept.h: xbStrError() prototype
	* xbase/xbexcept.cpp (xbStrError): moved outside HAVE_EXCEPTIONS.
	It is useful anyway.

	egcs warnings fixes:

	* xbase/xbase.h (xbXBase::xbXBase): Redundant scope qualifier removed
	* xbase/xstack.h (xbStack::xbStack): Redundant scope qualifier removed
	* xbase/exp.h(class xbExpn): Token( void ) removed.  Not seen
	anywhere else.

1999-02-02  Vitaly V Fedrushkov  <willy@snowyowl.csu.ac.ru>

	* html/Makefile.am: new file; HTML docs are now subject to
	`make dist`
	* Makefile.am (SUBDIRS): html added
	* configure.in: html/Makefile added 

1999-02-01  Vitaly V Fedrushkov  <willy@snowyowl.csu.ac.ru>

	DTOS() function from Clipper added:

	* xbase/expfunc.cpp (DTOS): new function
	(ProcessFunction): DTOS() function added
	* xbase/exp.h: DTOS() function added

This Page Last Updated 2/2/99
Format of page changed 2/2/99 to try to match GNU format

If you make changes/updates to the library, please note them in here
with the date, your name and email address. 


2/2/99     - V1.8.0a
1999-01-29  Vitaly V Fedrushkov  <willy@snowyowl.csu.ac.ru>
	* xbase/Makefile.am (include_HEADERS): xbconfig.h was missing
	* xbase/exp.cpp (IsSeparator): was misspelled
	* xbase/lock.cpp (LockIndex): SEEK_ERROR renamed
	* xbase/ndx.h: NO_ERROR renamed
	* xbase/dbf.h: NO_ERROR renamed
	* bin/Xb2cpp.pl: NO_ERROR renamed
	* xbase/exp.h (struct FuncDtl): renamed to xbFuncDtl
	* xbase/exp.cpp (xbExpn): FuncDtl renamed
	* xbase/xdate.h (FMT_XXXX): renamed to XB_FMT_XXXX
	* xbase/dbf.cpp: FMT_XXXX renamed
	* xbase/xdate.cpp: FMT_XXXX renamed
	* xbase/expfunc.cpp (DAY, DOW): FMT_XXXX renamed
	* examples/testdate.cpp (main): FMT_XXXX renamed
	* xbase/ndx.h (NDX_NODE_SIZE): renamed to XB_NDX_NODE_SIZE
	* xbase/ndx.cpp: NDX_NODE_SIZE renamed
	* xbase/lock.cpp (LockIndex): NDX_NODE_SIZE renamed
	* xbase/options.h: protective define renamed to __XB_OPTIONS_H__
	* xbase/ndx.h: protective define renamed to __XB_NDX_H__
	* xbase/retcodes.h: protective define renamed to __XB_RETCODES_H__
	(XB_OK): alias to XB_NO_ERROR
	* AUTHORS: Bob Cotton's email was misspelled

- old style ChangeLog follows

        - Exception support - Denis Pershin 
        - autoconf and automake support - Denis Pershin
        - fix to TRIM - Michael Bedward
        - added xbString support - several authors
        - fix to CreateDatabase for memo field size - always = 10
        - Added method xbXBase::DisplayError() 

10/27/98   - V1.7.4d
             - Continued modifications to use const where applicable
             - Fixes to memo fields 
             - Dbase IV version - always end with 0x1a, 0x1a
             - Dbase III version - header not updated by BDE-compatability fix
             - Fixed library to compile when MEMO_FIELDS unvalued
             - Look at DBF file to determine version, not DBT file

10/26/98   - V1.7.4c
	     - Added fix to NDX module for big endian machines 
             - Updated PackDatabase routine to not lock non-existent memo files
             - Updated PackDatabase routine to create temp files in same 
               directory as file to be packed
             - Converted gcvt calls to sprintf calls for enhanced portability
             - Renamed types.h to xtypes.h for compatibility reasons
             - Renamed stack.h to xstakc.h for compatibility reasons
             - Added fix to NDX which was related to NDX not updated on revise
             - Added additional expression function RECNO()
             - Installed portability fix in PutFloatField
             - autoconf support added - Denis Pershin <dyp@inetlab.com>
             - updates to us const CHAR * where possible - Denis Pershin

6/9/98     - V1.7.4b
             - Added methods DBF::CalcCheckSum(), HTML::PrintEncodedChar and
               PrintEncodedString()
             - Fixed bug in HTML::DeleteEscChars
             - Fixed memory leak encountered when closing database
             - General code cleanup
             - Fix to CopyDbfStructure 
             - Changed date defines WEEK,MONTH and YEAR to FMT_WEEK,FMT_MONTH 
               and FMT_YEAR due to conflicts with the expression logic
             - Changed define type in CreateDatabase
             - Changed define type XFLOAT to FLOAT
             - Alpha release of expression logic routines 

6/3/98     - V1.7.3
             - Added methods DBF::Zap(), DBF::DeleteAllRecords(), 
               DBF::UndeleteAllRecords(), DBF::RebuildAllIndices()
               and DBF::CopyDbfStructure()

5/25/98    - V1.7.1
             - Fix in NDX::GetPrevRecord when skipping previous to first record
             - Added support for Big Endian computers (Intel is Little Endian) 
             - renamed HTML::EndPage to HTML::EndHtmlPage
             - modified HTML::StartHtmlPage to include <HTML><BODY> and title
             - Added methods DBF::ValidLogicalData and DBF::ValidNumericData
             - Add Dbase III compatible memo field support

4/15/98	   - V1.6b
	     - Numeric key index support
	     - Added field methods GetDoubleField and PutDoubleField
             - removed ';' from #endif statements in memo.cc and dbf.cc
             - renamed all .cc files to .cpp files
             - included notes for compiling with OpenVMS - thanks Jourquin
             - added record locking enhancements - thanks Michael

4/1/98    - V1.6a 
	     - Included beta version for expression support
	     - Multi-field Index Key support
             - New XBASE Global Level Class for all date and expression functions
	     - Support for non Linux platforms w/ makefiles
             - Fixed reported bugs
             - Changed define DEBUG to XBASE_DEBUG due to conflicts when 
               using Xbase DBMS with other libraries
             - Added "return 0" to the end of SplitLeafNode() in ndx.cc
             - Fixed SIGSEGV core dump prob when creating index 
             - Changed Status to DbfStatus in dbf.cc and dbf.h to avoid
               a conflist with Solaris function Status() 
             - Made io.h includes conditional only for DOS compiles in ndx.cc and dbf.cc
             - Modified version byte in DBF file header to be 83 is memo fields

1/2/98    -  V1.5
             - Added Dbase IV memo field support
             - Added field method FieldCount()
             - Added field method GetFieldName()
             - Fixed bug in PackDatabase method 

12/7/97   -  V1.2b
             - Fixed an unbalanced if statement in the fields.cc logic.

11/20/97  -  V1.2
             - Updated and added several new methods to the HTML/CGI class.

10/28/97  -  V1.05
             - Added date method to determine last day of month for given date
             - Modified PutField method to handle decimal points 
             - Added field methods GetFloatField
             - Added field methods PutFloatField
             - Modified PutField method to handle decimal points with floats
             - Added additional logic to DateIsValid method

10/23/97  -  V 1.02
             - Added method PackDatabase 
             - Added method ReIndex
             - Added method KeyExists
             - Cleaned up ndx.cc source code  
             - Modified header logic to only update counters, not entire node
             - Added logic to look for last matching key on non-unique
               indexes to reduce number of node splits

10/15/97  -  Release of V 1.0
             - Basic DBF and NDX release