Commit Graph

3429 Commits

Author SHA1 Message Date
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
2cc00f1f69 * source\rtl\tgetlist.prg
+ Add #include tbrowse.ch for TBrowse defines
2002-06-21 20:13:58 +00:00
Walter Negro
7668ffeece * source\rtl\tbcolumn.prg
+ Initial support for SetStyle method, compatible with
      Clipper 5.3.
      See tbrowse.ch for support values.
2002-06-21 19:47:58 +00:00
Walter Negro
e9615e3891 * source/rtl/tbrowse.prg
+ Initial support for SetStyle method, compatible with
      Clipper 5.3.
      See tbrowse.ch for support values.
2002-06-21 19:42:15 +00:00
Walter Negro
e1c51ed9aa * source/rtl/teditor.prg
! Fix call to SET() without setting values.
      METHOD InsertState()
2002-06-21 18:47:12 +00:00
Walter Negro
a68152920f * source/rtl/tgetlist.prg
! Fix call to SET() without setting values.
      METHOD ReadExit()
2002-06-21 14:53:28 +00:00
Walter Negro
2cdf886666 * source\rtl\getsys.prg
! Fix call to SET() without setting values.
      ReadExit() and ReadInsert()
2002-06-21 14:51:20 +00:00
Ignacio Ortiz de Zuniga
6077e98328 20020620-14:28 GMT+1 Ignacio Ortiz <ignacio@fivetech.com> 2002-06-20 12:27:51 +00:00
Walter Negro
7295e200f5 * source/vm/hvm.c
! Fixed support for FOR_NEXT with STEP 0
2002-06-15 16:00:00 +00:00
Walter Negro
854d5f63bd * source/rtl/getsys.prg
! Fix RETURN in Accelerator() and HitTest() functions.
2002-06-14 17:52:39 +00:00
Walter Negro
5dd77773d8 * source/rtl/tgetlist.prg
! Change __GetListActive() for __GetListLast() for support to
      Update() and ReadUpdate().
2002-06-14 16:46:10 +00:00
Walter Negro
1ae34daf65 * source/rtl/tget.prg
+ Add support for SET DELIMITERS
2002-06-14 16:44:59 +00:00
Walter Negro
de1a479a0d * source/rtl/getsys.prg
! Fixed compatibility functions Update() and ReadUpdate().
      Now use __GetListLast() instead of __GetListActive().
      __GetListActive() reference to the active oGetList, beginning and
      concluding with the ReadModal.
      __GetListLast() reference to the last oGetList form the beginning
      of the ReadModal until another ReadModal begins.
    ! Fix bug in Accelerator(), Clipper 5.3 compatibility function.
    * Some cleanup.
2002-06-14 16:40:37 +00:00
Walter Negro
f028d5bd1e * source/rtl/getlist.prg
+ Add __GetListLast() for support to the compatibility functions
      Update() and ReadUpdate()
2002-06-14 16:36:51 +00:00
Alexander S.Kresin
be9855b1c8 2002-06-14 20:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-14 16:24:18 +00:00
Alexander S.Kresin
5c961babb7 2002-06-14 14:18 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-14 10:12:04 +00:00
Horacio Dario Roldan Kasimatis
2ea48035de 2002-06-08 16:15 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* include/hbrddcdx.h
   * source/rdd/dbfcdx/dbfcdx2.h
   * source/rdd/dbfcdx/dbfcdx1.c
     + added hb_cdxOrderDestroy, hb_cdxIndexDelTag functions,
       ordDestroy() is working now for dbfcdx rdd.
2002-06-08 19:16:11 +00:00
Walter Negro
5e28f83bca * source/rtl/getsys.prg
! Modification of work for save oGetList active.
      Save oGetList for recursives calls to ReadModal().
      Necessary to support post-evaluation functions
      to the exit of the ReadModal().
      eg: UPDATE()
2002-06-07 14:49:42 +00:00
Walter Negro
17375c8043 * source/rtl/tgetlist.prg
! Modification of work for save oGetList active.
      Save oGetList for recursives calls to ReadModal().
      Necessary to support post-evaluation functions
      to the exit of the ReadModal().
      eg: UPDATE()
2002-06-07 14:48:09 +00:00
Alexander S.Kresin
f20407b08c 2002-06-07 13:53 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-07 09:49:28 +00:00
David G. Holm
6d86c71bae See ChangeLog entry 2002-06-06 14:40 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-06 18:39:33 +00:00
Walter Negro
881f24ca83 * source/rtl/gtwin/gtwin.c
! Fix, now Shift-Esc return the correct value.
2002-06-06 14:09:14 +00:00
Ron Pinkas
e7f150194c 2002-06-05 20:52 UTC-0800 Ron Pinkas <ron@ronpinkas.com>
* make_b32.bat
    - Commented SET BISON_SIMPLE line as it causes incompatibility with current version of Bison.

  * source/compiler/harbour.sly
  * source/macro/macro.y
    + Added missing ; as per Bison 1.35 warnings.
2002-06-06 03:54:13 +00:00
David G. Holm
3001d59de3 See ChangeLog entry 2002-06-05 18:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-05 22:00:24 +00:00
Walter Negro
671c94ba12 * source/rtl/tget.prg
! Fix, operation of picture "@Z"
      Reported by Priptal Bedi.
2002-06-05 15:04:23 +00:00
Horacio Dario Roldan Kasimatis
ed2166f700 2002-06-05 10:13 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/compiler/gencobj.c
     ! fixed uninitialized pointer.
2002-06-05 13:14:36 +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
046dad8da2 Fixed AltD() behavior 2002-06-02 09:58:08 +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
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
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
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
556b34c7e3 * source/rtl/tget.prg
! Fix @R pictures with "-" or "(" characters

    Reported by somebody in Sourceforge
2002-05-24 16:15:38 +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
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
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
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
David G. Holm
5b1b3c05df See ChangeLog entry 2002-05-14 16:22 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-05-14 20:24:04 +00:00
Walter Negro
a95951e58a * source/rtl/menuto.prg
! Fix, initial value was not used.
      Reported by Horacio Roldan.
2002-05-13 16:21:14 +00:00
Horacio Dario Roldan Kasimatis
d8d6774a24 2002-05-13 00:55 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source\rdd\dbfcdx\dbfcdx1.c
     ! minor changes
     ! fixed preventing reopening of same cdx.
2002-05-13 03:55:13 +00:00
Alexander S.Kresin
6068977e0b 2002-05-08 12:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-08 08:58:12 +00:00
Jean-Francois Lefebvre
1b4296eacc 2002-05-08 07:15 UTC+0100 "J. lefebvre (mafact)" <jfl@mafact.com> 2002-05-08 05:25:02 +00:00
Luiz Rafael Culik
622bfa49ba See changelog 2002-05-07 08:10 UTC-0300 2002-05-07 10:59:53 +00:00
Alexander S.Kresin
4e9f1a3685 2002-05-07 14:19 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-07 10:15:32 +00:00
Alexander S.Kresin
a2adc51e3f 2002-05-07 11:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-07 07:40:11 +00:00
Tomaz Zupan
bedca6bf54 2002-05-06 21:40 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2002-05-06 19:48:55 +00:00