Commit Graph

5419 Commits

Author SHA1 Message Date
Horacio Dario Roldan Kasimatis
cbfc113a92 2002-06-02 09:30 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-06-02 12:43:32 +00:00
Horacio Dario Roldan Kasimatis
334ec4a219 2002-06-02 09:30 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
     ! fix in locking logic.
     ! fixed bug updating conditionals indexes, reported by Walter Negro
     ! fixed bug in dbgoto, reported by Pritpal Bedi
2002-06-02 12:42:13 +00:00
Antonio Linares
f29e082540 2002-06-02 12:02 UTC+0100 2002-06-02 10:01:45 +00:00
Antonio Linares
046dad8da2 Fixed AltD() behavior 2002-06-02 09:58:08 +00:00
Antonio Linares
6e7a03d96b $id fix 2002-06-02 09:56:29 +00:00
Antonio Linares
2a7cbbce05 Test for AltD() behavior 2002-06-02 09:51:39 +00:00
Luiz Rafael Culik
a5962dd566 See changelog 2002-05-31 21:00 UTC-0300 2002-06-01 00:14:38 +00:00
Walter Negro
e0eedf760f 2002-05-30 00:55 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-05-30 03:55:03 +00:00
Walter Negro
e8691ed4d2 * contrib/libct/color.prg
! Fix, the color string was inverted.
2002-05-30 03:51:35 +00:00
Walter Negro
72fa84b903 * contrib/libct/screen1.c
! Now return correctly a numeric value.
2002-05-30 03:46:39 +00:00
Walter Negro
fca862ab0c * source/rtl/tbrowse.prg
+ Add two instance variables, nRow and nCol. Existing in Clipper 5.3.
      Only was modified the Hilite and SetPos method, for save in
      this variables, the position of cursor.
2002-05-30 03:43:05 +00:00
Ron Pinkas
92f5c3c3fb 2002-05-25 21:36 UTC-0800 Ron Pinkas <ron@ronpinkas.com>
* contrib/rdd_ads/ads1.c
    + Added #ifdef section to support xHarbour PCODE version check.
2002-05-26 04:37:06 +00:00
Walter Negro
8f6a0cc29e 2002-05-25 21:00 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-05-25 23:58:08 +00:00
Walter Negro
6159d7623d * source/rtl/tget.prg
! Fix picture function in lower case. (eg: @s )
    Reported by Luiz Rafael Culik Guimaraes
2002-05-25 23:55:59 +00:00
Luiz Rafael Culik
50a711cdc5 See changelog 2002-05-25 13:15 UTC-0300 2002-05-25 16:23:52 +00:00
Luiz Rafael Culik
6d414510f0 See changelog 2002-05-25 13:15 UTC-0300 2002-05-25 16:17:50 +00:00
Luiz Rafael Culik
a2fb24d4d7 *** empty log message *** 2002-05-25 01:13:14 +00:00
David G. Holm
b17dc18508 Minor comment fix 2002-05-25 00:37:58 +00:00
David G. Holm
d39666bc6d See ChangeLog entry 2002-05-24 20:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-05-25 00:36:53 +00:00
Walter Negro
9fa9906179 2002-05-24 16:15 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-05-24 19:18:12 +00:00
Walter Negro
8a760b30c0 * contrib/libct/datetime.prg
! Fix, change NTOS() for STR() in EOQ() function.
2002-05-24 19:08:22 +00:00
Walter Negro
5ae19d34f7 * source/rtl/achoice.prg
* More compliant with Cli**er.
    ! Fix minor bug when press CTRL_END and the quantity of items
      is smaller to the long of the window.
    Reported by Carlos Vargas.
2002-05-24 19:06:35 +00:00
Walter Negro
5463d86367 * source/rtl/tgetlist.prg
! Corrected minor bug in using Len() on oGet:Buffer,
      where it might be NIL.
    By Ron Pinkas in xHarbour.
2002-05-24 18:58:14 +00:00
Walter Negro
790d35fa34 2002-05-24 13:20 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-05-24 16:19:31 +00:00
Walter Negro
556b34c7e3 * source/rtl/tget.prg
! Fix @R pictures with "-" or "(" characters

    Reported by somebody in Sourceforge
2002-05-24 16:15:38 +00:00
Luiz Rafael Culik
1901edc1ce See changelog 2002-05-24 08:50 UTC-0300 2002-05-24 12:06:31 +00:00
Walter Negro
ae1f26ca19 2002-05-24 01:50 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-05-24 04:50:32 +00:00
Walter Negro
949a43c853 * source/rtl/achoice.prg
* More compliant with Cli**er.
    *  Support for use acItems directly without internal copy.
          This permit modify acItems and reflect this changes.

    *  Support for use xSelect directly, if its an array,
       without internal copy.
          This permit modify xSelect and reflect this changes.

    *  No call to xUserFunc again when xUserFunc its call with
       nMode = AC_EXCEPT, and xUserFunc return AC_CONT

    *  Always redraw the page when return from xUserFunc.

    *  Support for return AC_REDRAW.
2002-05-24 04:46:42 +00:00
Walter Negro
4641fe9730 * source/rtl/console.c
! Fix print in the same line when the new position is previus
      to the current one.
2002-05-24 04:40:14 +00:00
Ron Pinkas
352d1ea388 2002-05-23 12:46 UTC-0800 Ron Pinkas <ron@ronpinkas.com>
* source/compiler/harbour.slx
    ! Fixed SELF[...] // Self as Array in IF_BELONG_LEFT() ( borrowed from from xHarbour )

  * source/compiler/harbour.sly
    ! Corrected typo in GetVar - included item belonging to GetVarArray ( borrowed from from xHarbour )
    ! Fixed logic of GetA ( borrowed from from xHarbour )
2002-05-23 19:48:48 +00:00
Horacio Dario Roldan Kasimatis
7ef70a7be6 2002-05-23 14:59 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-05-23 18:03:05 +00:00
Horacio Dario Roldan Kasimatis
5930c4d793 2002-05-23 14:59 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* contrib/mysql/tmysql.prg
    ! Change in CreateTable's mapping of the xBase N(dig,0) field
      type into mySql's tinyint, smallint, mediumint, int, bigint
      and real (if the number is too big to be an integer)
2002-05-23 18:02:22 +00:00
Horacio Dario Roldan Kasimatis
32ab30fef1 2002-05-23 14:53 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-05-23 17:54:18 +00:00
Horacio Dario Roldan Kasimatis
e5d470b3d5 2002-05-23 14:53 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/vm/estack.c
    ! All stack hb_stackxxx API functions are now included, no matter
      the build options (HB_STACK_MACROS)
2002-05-23 17:53:27 +00:00
Walter Negro
86388f6d5a 2002-05-22 18:26 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-05-22 21:38:18 +00:00
Walter Negro
74005606c4 * source/rtl/tget.prg
Fix, it was always written in the position 1 the first number
    of a numeric field although the cursor was moved to write in
    another position.
2002-05-22 21:22:14 +00:00
Martin Vogel
148040aa59 2002-05-22 17:40 UTC+0200 Martin Vopgel <vogel@inttec.de> 2002-05-22 15:38:10 +00:00
Tomaz Zupan
c406d72105 2002-05-21 11:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2002-05-21 09:09:12 +00:00
Paul Tucker
a306c7f0f7 FILE_ATTRIBUTE_NOT_CONTENT_INDEXED fix 2002-05-21 05:25:37 +00:00
Jean-Francois Lefebvre
88b31335db 2002-05-20 22:33 UTC+0100 J.lefebvre (Mafact) <jfl@mafact.com> 2002-05-20 20:47:38 +00:00
Jean-Francois Lefebvre
a7c1ff1129 2002-05-20 16:20 UTC+0100 J.lefebvre (Mafact) <jfl@mafact.com> 2002-05-20 14:26:23 +00:00
Alexander S.Kresin
0b0aa49524 2002-05-20 14:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-20 10:50:08 +00:00
Luiz Rafael Culik
61fba7219a *** empty log message *** 2002-05-20 00:08:07 +00:00
Luiz Rafael Culik
eda6372f69 See changelog 2002-05-18 10:20 UTC-0300 2002-05-18 13:31:32 +00:00
Jean-Francois Lefebvre
c82a3785c6 2002-05-18 14:55 UTC+0100 J.lefebvre (Mafact) <jfl@mafact.com> 2002-05-18 12:55:02 +00:00
Luiz Rafael Culik
94d8608c23 See changelog 2002-05-16 07:50 UTC -0300 2002-05-16 10:52:01 +00:00
Brian Hays
94a1f46adb 2002-05-15 23:43 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-05-16 06:45:36 +00:00
Luiz Rafael Culik
3d12d100c0 See changelog 2002-05-15 22:25 UTC -0300 2002-05-16 01:24:16 +00:00
Alexander S.Kresin
1749f5bd02 2002-05-15 19:26 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-15 15:25:56 +00:00
Alexander S.Kresin
09666a5f95 2002-05-15 12:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-15 15:25:53 +00:00