Commit Graph

4826 Commits

Author SHA1 Message Date
Alexander S.Kresin
74f3158cb1 2002-07-17 12:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-07-17 08:17:49 +00:00
Alexander S.Kresin
9f615ec11f 2002-07-17 11:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-07-17 07:02:32 +00:00
April White
845ffb17c7 2002-07-17 02:42 UTC+0500 April White <awhite@mail.rosecom.ca>
* source/vm/itemapi.c
    + add conditional code if !(__DJGPP__) around #include <math.h>
2002-07-17 01:40:22 +00:00
April White
33699b2100 2002-07-16 02:14 UTC+0500 April White <awhite@mail.rosecom.ca>
* source/rtl/strings.c
  * include/hbapi.h
    * changed last param of hb_strnicmp() from ULONG to size_t
2002-07-16 01:46:39 +00:00
Walter Negro
e365469dcf 2002-07-14 13:50 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-14 16:54:50 +00:00
April White
5fe776f5a2 2002-07-14 14:14 UTC+0500 April White <awhite@mail.rosecom.ca>
* contrib/btree/hb_btree.api
    + extern "C"
    * rename nFlags to ulFlags
    + declaration for hb_BTreeDataItem()
    * declaration for hb_BTreeInsert() to use a PHB_ITEM vs LONG

  * contrib/btree/hb_btree.ch
    - comments from around 'inmemory' definition

  * contrib/btree/test/test.prg
    + code to test in-memory tree, including passing floats vs longs

  * contrib/btree/test/ctest.c
    ! a SEEK call that was incorrectly failing because the
      DATA param passed as 0
    * hb_BTreeInsert() calls to use new form (PHB_ITEM vs long)

  * contrib/btree/hb_btree.c
    ; the following warnings are reported by BCC (thanks Alexander):
        Suspicious pointer conversion in function hb_BTreeNew & hb_BTreeOpen
          pBTree->pStrCompare = strncmp;
        Parameter 'ulFlags' is never used in function hb_BTreeOpen
    - defintion and use of DBG() macro
    + extern "C" ifdef'd
    - comments from around 'inmemory' definition
    * renamed nFlags to ulFlags, lFlags to ulFlags, position to iPosition
    * hb_btreenew [hi level] - when flag contains HB_BTREE_INMEMORY,
first
      parameter is ignored
    * hb_btreenew [lo level] - when flag contains HB_BTREE_INMEMORY,
dont
      try to open the file, etc, and clear necessary fields
    * hb_btreeclose [lo level] - close file and release file name only when
      necessary
    * only call HeaderWrite() when not in-memory tree
    + ioOneBufferAlloc() - allocate one ioBuffer_T block, called by
      ioBufferAlloc(), and Grow() when in-memory
    * Grow() in-memory - add a page to the link list
    + Prune() in-memory - added code to remove a page from the link list
    * (assorted) IsDirty flag is assigned the tree property IsDirtyFlagAssignment,
      so that in-memory trees never fire the write methods (ie. always false)
    * hb_BTreeGoTop(), hb_BTreeGoBottom() [lo-level]
      + bug fix: preserve last node found
      + if tree is empty, clear key/data, else retrieve selected key/data
    * ioBufferRead() - moved IsDirty reset within "if ( IsDirty )" block
    * ioBufferScan() - call ioBufferRead() when not in-memory tree
    - SearchNode() redundant BufferRelease() and return statement
    - enum ExceptionTypes (not used)
    - Buffer_T typedef struct, incorporating into the ioBuffer_T typedef struct
    * hb_KeyData_T: replaced lData with a union lData/pData
    + definition for hb_BTreeDataItem()
    * definition for hb_BTreeInsert() to use a PHB_ITEM vs LONG
    * hb_btreeinsert() [hi-level] accepts only number for file i/o and
      any data type for in-memory
    - macro SETKEYDATA(), placing equivalent code into hb_BTreeInsert()
    + Prune() - release individial items and then the page itself
    ! CountAdj() last param should have been SHORT not USHORT
    ; RecDelete() moved the inline assignment & comparision around to remove
      the b32 warning

    TODO: find a solution to the 'Suspicious pointer conversion in function
          hb_BTreeNew & hb_BTreeOpen' [strncmp() & hb_strncmp()]

    TODO: impliment ulFlags within hb_btreeopen() - see warning above
          - clear im-memory flag
          - get unique flag from file header

  * contrib/btree/doc/hb_btree.txt
    * spelling corrections
    * clarified use of HB_BTREE_INMEMORY flag with hb_BTreeNew() API
    ! corrected type of pBTree params, from 'hb_BTree *' to 'struct hb_BTree *'
    + definition for hb_BTreeDataItem()
    * clarified use of data param and data return value
2002-07-14 13:55:16 +00:00
Antonio Linares
d3979c3d29 2002-07-14 12:35 UTC+0100 2002-07-14 10:44:34 +00:00
Alexander S.Kresin
7798e40aa9 2002-07-12 18:58 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-07-12 14:56:22 +00:00
David G. Holm
346520e0e3 See ChangeLog entry 2002-07-11 14:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-07-11 18:33:48 +00:00
Walter Negro
449f60cc6d 2002-07-11 02:30 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-11 05:32:56 +00:00
Walter Negro
9d1f05dafe 2002-07-10 12:10 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-10 15:26:32 +00:00
Alexander S.Kresin
2d84d240b8 2002-07-10 12:02 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-07-10 07:56:54 +00:00
Alexander S.Kresin
c18f13fad0 2002-07-10 10:43 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-07-10 06:32:23 +00:00
Luiz Rafael Culik
4eabf553b4 See changelog 2002-07-09 11:00 UTC-0300 2002-07-09 14:07:33 +00:00
Antonio Linares
b2f3ec5a90 2002-07-09 10:50 UTC+0100 2002-07-09 08:56:01 +00:00
Antonio Linares
b088ad395c 2002-07-08 20:45 UTC+0100 2002-07-08 18:48:09 +00:00
Antonio Linares
8cb4af3446 2002-07-08 17:30 UTC+0100 2002-07-08 15:37:04 +00:00
Martin Vogel
372c71a2eb 2002-07-08 17:20 UTC+0100 Martin Vogel <vogel@inttec.de> 2002-07-08 15:20:08 +00:00
Luiz Rafael Culik
850cb01eba See changelog 2002-07-08 10:15 UTC-0300 2002-07-08 13:20:43 +00:00
Antonio Linares
3753745cb2 2002-07-08 09:08 UTC+0100 2002-07-08 07:13:00 +00:00
Walter Negro
6256484d4b 2002-07-08 01:40 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-08 04:43:48 +00:00
Luiz Rafael Culik
998f22131c *** empty log message *** 2002-07-08 03:30:20 +00:00
Martin Vogel
05cc84872f 2002-07-07 22:40 UTC+0100 Martin Vogel <vogel@inttec.de> 2002-07-07 20:45:38 +00:00
Antonio Linares
1dea91a364 2002-07-07 11:05 UTC+0100 2002-07-07 09:08:15 +00:00
Antonio Linares
c6f6883923 2002-07-07 10:35 UTC+0100 2002-07-07 08:38:25 +00:00
Walter Negro
51fd0bc458 2002-07-07 01:10 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-07 04:16:06 +00:00
Antonio Linares
12fe4566e1 2002-07-06 17:18 UTC+0100 2002-07-06 15:19:43 +00:00
Antonio Linares
efa79590b5 2002-07-05 16:09 UTC+0100 2002-07-05 14:12:00 +00:00
Antonio Linares
6f9028de32 2002-07-05 12:00 UTC+0100 2002-07-05 10:02:26 +00:00
Antonio Linares
fd27ad113f 2002-07-05 11:35 UTC+0100 2002-07-05 09:38:33 +00:00
Walter Negro
965db1de2b 2002-07-03 18:37 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-03 21:27:12 +00:00
Brian Hays
de3ac3e268 2002-07-02 01:14 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-07-02 08:17:09 +00:00
Walter Negro
e117d61c3d 2002-07-01 20:10 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-01 22:59:51 +00:00
David G. Holm
779c4807f6 See ChangeLog entry 2002-07-01 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-07-01 20:30:50 +00:00
Walter Negro
30ae258cd9 2002-07-01 02:10 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-01 05:03:48 +00:00
Alexander S.Kresin
d37b82f57a 2002-06-28 10:43 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-28 06:33:29 +00:00
David G. Holm
d1717ce5d1 See ChangeLog entry 2002-06-27 15:25 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-27 19:25:32 +00:00
Alexander S.Kresin
7656deb731 2002-06-27 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-27 18:25:19 +00:00
David G. Holm
6d09d81ca2 See ChangeLog entry 2002-06-26 19:20 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-26 23:19:39 +00:00
Ignacio Ortiz de Zuniga
9db8a528c6 *** empty log message *** 2002-06-26 16:41:34 +00:00
Ignacio Ortiz de Zuniga
666ef24d23 *** empty log message *** 2002-06-24 10:42:10 +00:00
Walter Negro
c5fa6ef641 2002-06-23 00:50 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-23 03:50:33 +00:00
Alexander S.Kresin
1bc2fc0ce2 2002-06-22 20:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-22 16:20:33 +00:00
Walter Negro
cab1ef24fe 2002-06-21 17:15 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-21 20:16:22 +00:00
Walter Negro
dd3e7b0f55 2002-06-21 17:00 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-21 20:02:00 +00:00
Walter Negro
cad3aee23d 2002-06-21 15:50 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-21 18:49:41 +00:00
Ignacio Ortiz de Zuniga
30ea765971 *** empty log message *** 2002-06-20 12:37:06 +00:00
Dave Pearson
dc1d075abf 2002-06-19 17:14 UTC+0100 Dave Pearson <davep@davep.org>
* doc/en/compiler.txt
    - Removed /10 switch.
2002-06-19 16:16:58 +00:00
Walter Negro
cd5bfc9f44 2002-06-15 13:04 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-15 16:02:45 +00:00
Walter Negro
da22baf1ef 2002-06-14 14:52 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-14 19:00:54 +00:00