Commit Graph

5560 Commits

Author SHA1 Message Date
Walter Negro
e365469dcf 2002-07-14 13:50 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-14 16:54:50 +00:00
Walter Negro
000d4a485a * include\hbmath.h
+ Extend functionalities of math error handling for DJGPP compiler.
2002-07-14 16:52:09 +00:00
Walter Negro
4591b30da3 * source/rtl/math.c
+ Extend functionalities of math error handling for DJGPP compiler.
2002-07-14 16:50:30 +00:00
Walter Negro
294547aa42 * source/rtl/tget.prg
! Fix and more compliant in Untransform(), PutMask() and KillFocus()
      methods.
2002-07-14 16:46:45 +00:00
Walter Negro
d96f38ba28 * doc/en/var.txt
+ Add information about HB_ISBYREF().
2002-07-14 16:45:48 +00:00
Walter Negro
7ab555715a * doc/tracing.txt
+ Add information about work with DOS/WIN9x.
2002-07-14 16:44:37 +00:00
Walter Negro
0f71b26a49 * doc/transfrm.txt
+ Add information about new functionalities.
2002-07-14 16:43:48 +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
Antonio Linares
404077a166 minor fix on View CallStack 2002-07-14 10:36:17 +00:00
Antonio Linares
a52cbbf5eb see changelog for changes 2002-07-14 10:35:23 +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
0a76626543 * source/vm/itemapi.c
! Fix rounded for big numbers ( more of 16 significant numbers ).
2002-07-11 05:30:47 +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
Walter Negro
b67d38119c * bin/bld.bat
* Add -lm in DJGPP compiler, for include libm.a (math library).
      This library it's necessary for new handler of math errors.
2002-07-10 15:18:34 +00:00
Walter Negro
cb5cc779b1 * source/debug/Makefile
+ Add dbghelp.prg
2002-07-10 15:13:30 +00:00
Walter Negro
d18daf2085 * source/vm/itemapi.c
! Recognition of infinite numbers in DJGPP compiler.
2002-07-10 15:07:02 +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
Luiz Rafael Culik
832b131083 See changelog 2002-07-09 11:00 UTC-0300 2002-07-09 14:01:23 +00:00
Antonio Linares
b2f3ec5a90 2002-07-09 10:50 UTC+0100 2002-07-09 08:56:01 +00:00
Antonio Linares
ff7a78c1fb Command window support for HELP and ?? commands 2002-07-09 08:54:31 +00:00
Antonio Linares
1109ac433f lEditable added and fix on data names display 2002-07-09 08:53:05 +00:00
Antonio Linares
5464576123 added lEditable parameter and data 2002-07-09 08:49:51 +00:00
Antonio Linares
b088ad395c 2002-07-08 20:45 UTC+0100 2002-07-08 18:48:09 +00:00
Antonio Linares
1973a6b58a Command window support for DOS, QUIT, OUTPUT and empty commands 2002-07-08 18:46:17 +00:00
Antonio Linares
8cb4af3446 2002-07-08 17:30 UTC+0100 2002-07-08 15:37:04 +00:00
Antonio Linares
843b87ae36 added dbghelp.prg module 2002-07-08 15:35:55 +00:00
Antonio Linares
c95d581755 added help support 2002-07-08 15:33:39 +00:00
Antonio Linares
8a177151cd The Debugger Help 2002-07-08 15:28:48 +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
22fd21bd65 See changelog 2002-07-08 10:15 UTC-0300 2002-07-08 14:48:56 +00:00
Luiz Rafael Culik
850cb01eba See changelog 2002-07-08 10:15 UTC-0300 2002-07-08 13:20:43 +00:00
Luiz Rafael Culik
517406d788 See changelog 2002-07-08 10:15 UTC-0300 2002-07-08 13:14:59 +00:00
Antonio Linares
3753745cb2 2002-07-08 09:08 UTC+0100 2002-07-08 07:13:00 +00:00
Antonio Linares
5b73e68263 DATA cPathForFiles used to locate files 2002-07-08 07:11:23 +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
Walter Negro
bb6992bbbe * source/rtl/tget.prg
! Fix minor bug in PutMask() method.

      Reported by Luiz Rafael Culik from brazilian user
2002-07-08 04:41:12 +00:00
Luiz Rafael Culik
998f22131c *** empty log message *** 2002-07-08 03:30:20 +00:00
Luiz Rafael Culik
0dca189289 See changelog 2002-07-08 00:18 UTC-0300 2002-07-08 03:17:26 +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
e73b02d7f5 Changed constructor sequence, Alt-X support, Colors editing fix 2002-07-07 09:07:05 +00:00
Antonio Linares
c6f6883923 2002-07-07 10:35 UTC+0100 2002-07-07 08:38:25 +00:00
Antonio Linares
5ca0d9ef09 Changes implemented by Davor Siklic 2002-07-07 08:35:50 +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
Walter Negro
f95a192bee * source/rtl/transfrm.c
! Fix with numeric values and pictures with spaces and pictures with
      severals dot.
      The return values are compliant with Clipper.
      eg: Transform( 1234, "9 999" )
      eg: Transform( 123.123456, "999.99.99.99" )

      Reported by Richard Chidiak
2002-07-07 04:13:13 +00:00