Viktor Szakats
3219e88ed7
2009-06-13 13:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* source/rtl/achoice.prg
! Partially reverted this commit:
https://sourceforge.net/apps/trac/harbour-project/changeset/10605
After this change, activating DBU menus with all items disabled
(f.e. F7/F8) caused app hang.
This line:
nUserFunc := iif( nMode != AC_NOITEM,;
Do( xUserFunc, nMode, nPos, nPos - nAtTop ), NIL )
Was now changed back to this:
nUserFunc := Do( xUserFunc, nMode, nPos, nPos - nAtTop )
ac_test2.prg still seem to function fine after this, but
I'd kindly like to ask Vladislav Lavrecky to make tests
again, maybe we need another fix here.
* source/vm/evalhb.c
* Minor formatting.
* contrib/hbtip/client.prg
* Minor formatting.
! :ReadToFile() nMode param check.
* utils/hbmk2/hbmk2.prg
* Cleanup to variable name prefixes.
* contrib/xhb/Makefile
+ contrib/xhb/xthrow.prg
+ Added THROW() function for xhb compatibility.
This is written in Harbour, based on hbcompat.ch
and has Harbour license + exception.
+ contrib/xhb/xcstr.prg
+ contrib/xhb/xdbmodst.prg
* contrib/xhb/Makefile
+ Ported following old functions from xhb:
CSTRTOVAL(), STRINGTOLITERAL(), VALTOPRG(), PRGEXPTOVAL()
+ Ported following new functions from xhb:
VALTOARRAY(), VALTODATE(), VALTOHASH(), VALTOLOGICAL()
VALTONUMBER(), VALTOARRAY(), VALTOTYPE(),
DBMODIFYSTRUCTURE(), DBIMPORT(), DBMERGE()
(borrowed from xhb, work of Ron Pinkas)
2009-06-13 11:56:32 +00:00
..
2008-09-18 05:23:49 +00:00
2009-06-03 10:26:40 +00:00
2009-03-25 15:34:09 +00:00
2009-06-11 19:05:34 +00:00
2009-06-11 19:05:34 +00:00
2009-06-11 19:05:34 +00:00
2009-02-06 23:23:20 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-03-24 12:21:37 +00:00
2009-06-11 19:05:34 +00:00
2009-06-11 19:05:34 +00:00
2009-05-25 11:12:39 +00:00
2008-06-10 09:13:33 +00:00
2009-06-03 10:26:40 +00:00
2009-06-13 11:56:32 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-10-05 13:57:35 +00:00
2009-06-03 10:26:40 +00:00
2009-05-12 08:44:03 +00:00
2009-02-11 19:41:19 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2007-08-20 13:50:18 +00:00
2007-04-14 10:41:54 +00:00
2008-12-18 03:04:50 +00:00
2009-02-06 17:47:46 +00:00
2008-10-11 01:24:26 +00:00
2009-02-06 18:23:08 +00:00
2007-09-10 10:01:50 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-12-19 03:28:10 +00:00
2009-03-21 15:04:43 +00:00
2009-03-21 15:04:43 +00:00
2009-03-25 15:34:09 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-10-14 18:37:28 +00:00
2009-03-27 17:35:14 +00:00
2008-04-17 11:29:20 +00:00
2008-12-04 10:11:55 +00:00
2008-10-05 13:57:35 +00:00
2009-04-03 01:39:08 +00:00
2009-06-03 10:26:40 +00:00
2009-01-14 15:32:43 +00:00
2008-10-05 13:57:35 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-09 08:44:55 +00:00
2008-10-05 18:13:15 +00:00
2008-10-05 18:13:15 +00:00
2008-04-28 07:30:26 +00:00
2009-03-21 15:04:43 +00:00
2009-06-03 10:26:40 +00:00
2009-06-06 07:10:49 +00:00
2009-06-03 10:26:40 +00:00
2009-06-06 07:10:49 +00:00
2009-03-29 20:53:47 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-05-21 09:10:41 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-03-29 20:53:47 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-03-25 15:34:09 +00:00
2009-03-25 15:34:09 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-03-27 17:35:14 +00:00
2009-02-04 22:24:35 +00:00
2009-02-10 01:35:15 +00:00
2009-02-04 20:59:47 +00:00
2009-02-04 00:18:56 +00:00
2009-02-04 22:24:35 +00:00
2009-02-11 18:45:26 +00:00
2007-10-16 11:04:51 +00:00
2009-06-03 10:26:40 +00:00
2006-08-17 11:05:09 +00:00
2008-11-09 16:06:36 +00:00
2008-06-10 09:13:33 +00:00
2008-11-09 16:06:36 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-11-09 11:15:06 +00:00
2009-01-21 16:49:03 +00:00
2009-05-25 21:07:11 +00:00
2009-05-27 13:12:13 +00:00
2008-10-16 06:44:26 +00:00
2008-11-09 16:06:36 +00:00
2009-06-03 10:26:40 +00:00
2009-04-20 12:24:42 +00:00
2009-01-13 21:41:13 +00:00
2009-02-11 18:41:31 +00:00
2009-04-01 20:04:37 +00:00
2008-06-10 09:13:33 +00:00
2009-02-03 14:04:36 +00:00
2009-04-06 16:35:13 +00:00
2009-06-03 10:26:40 +00:00
2009-02-18 09:20:39 +00:00
2009-05-14 12:17:47 +00:00
2009-05-14 12:17:47 +00:00
2009-03-25 15:34:09 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-11-09 16:06:36 +00:00
2007-04-14 10:41:54 +00:00
2009-02-06 17:47:46 +00:00
2009-06-03 10:26:40 +00:00
2009-03-21 15:04:43 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2009-06-03 10:26:40 +00:00
2009-02-18 13:13:55 +00:00
2009-06-02 19:04:05 +00:00
2009-04-01 20:04:37 +00:00
2008-05-08 19:26:20 +00:00
2009-05-18 06:26:56 +00:00
2009-06-03 10:26:40 +00:00
2006-08-18 23:12:38 +00:00
2007-09-17 11:27:09 +00:00
2009-02-02 16:32:36 +00:00
2009-03-21 15:04:43 +00:00
2009-06-02 17:24:02 +00:00
2008-05-21 15:50:34 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2006-08-17 11:05:09 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-03-25 15:34:09 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-09-06 09:11:45 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-05-21 15:50:34 +00:00
2008-05-21 15:50:34 +00:00
2008-05-21 15:50:34 +00:00
2009-02-02 16:32:36 +00:00
2008-09-06 09:11:45 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-10-11 02:56:22 +00:00
2008-10-11 01:24:26 +00:00
2009-06-03 10:26:40 +00:00
2009-05-12 08:44:03 +00:00
2008-10-11 01:24:26 +00:00
2008-12-22 15:28:29 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2008-06-10 09:13:33 +00:00
2007-07-18 19:30:40 +00:00
2009-03-25 15:34:09 +00:00
2009-02-11 18:41:31 +00:00
2009-06-03 10:26:40 +00:00
2009-05-12 14:11:21 +00:00
2008-10-12 11:19:42 +00:00
2008-10-11 01:24:26 +00:00
2008-05-07 10:26:41 +00:00
2007-11-11 21:55:39 +00:00
2009-03-21 15:04:43 +00:00
2008-11-09 16:06:36 +00:00
2008-11-09 16:06:36 +00:00
2009-05-14 00:15:22 +00:00
2009-05-14 00:15:22 +00:00
2009-03-25 15:34:09 +00:00
2009-06-03 10:26:40 +00:00
2008-10-05 13:57:35 +00:00
2008-09-06 09:11:45 +00:00
2008-04-17 11:29:20 +00:00
2009-06-03 10:26:40 +00:00
2008-06-10 09:13:33 +00:00
2009-03-27 17:35:14 +00:00
2008-06-10 09:13:33 +00:00
2009-01-21 08:59:24 +00:00
2009-02-06 17:47:46 +00:00
2009-06-03 10:26:40 +00:00
2008-06-10 09:13:33 +00:00
2009-01-21 08:59:24 +00:00
2008-09-18 05:23:49 +00:00
2009-01-26 16:13:57 +00:00
2009-06-03 10:26:40 +00:00
2002-01-30 08:25:54 +00:00
2008-06-10 09:13:33 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2007-09-17 16:42:43 +00:00
2009-05-08 12:54:50 +00:00
2009-01-14 15:32:43 +00:00
2009-02-02 16:32:36 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-02-04 18:21:23 +00:00
2009-03-25 15:34:09 +00:00
2009-06-03 10:26:40 +00:00
2009-03-23 19:39:59 +00:00
2008-12-18 03:04:50 +00:00
2008-04-21 13:14:35 +00:00
2009-02-06 16:50:18 +00:00
2009-03-25 15:34:09 +00:00
2009-02-16 12:03:38 +00:00
2009-05-08 05:34:27 +00:00
2009-05-14 00:15:22 +00:00
2009-04-11 15:34:05 +00:00
2009-03-25 15:34:09 +00:00
2009-05-08 05:34:27 +00:00
2009-05-13 06:12:05 +00:00
2009-03-22 21:15:31 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2009-03-22 21:35:10 +00:00
2007-09-18 12:40:49 +00:00
2008-10-19 07:35:06 +00:00
2008-10-05 13:57:35 +00:00
2009-06-05 04:01:40 +00:00
2009-05-14 00:15:22 +00:00
2008-06-10 09:13:33 +00:00
2008-10-05 23:09:31 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2009-05-25 11:12:39 +00:00
2009-01-21 08:59:24 +00:00
2009-03-25 15:34:09 +00:00
2009-06-03 10:26:40 +00:00
2008-10-05 16:47:14 +00:00
2009-06-03 10:26:40 +00:00
2009-06-09 08:28:40 +00:00
2009-06-03 10:26:40 +00:00