2011-06-08 00:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* examples/superlib/superlib.hbp
* examples/ps32/ps32.hbp
* examples/gfspell/gfspell.hbp
* examples/rddado/rddado.hbp
* examples/hbapollo/hbapollo.hbp
* examples/hbvpdf/hbvpdf.hbp
* examples/hbbtree/hbbtree.hbp
* examples/hbbtree/hbbtree.hbc
* examples/gtwvw/gtwvw.hbp
* examples/gtwvw/gtwvw.hbc
! synced libpaths in .hbp and .hbc files. it also means multitarget support
* contrib/hbmxml/3rd/minixml/config.h
! fixed redefinition of strdup() macro (upstream bug) [Tamas Tevesz]
This commit is contained in:
@@ -16,6 +16,22 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-06-08 00:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* examples/superlib/superlib.hbp
|
||||
* examples/ps32/ps32.hbp
|
||||
* examples/gfspell/gfspell.hbp
|
||||
* examples/rddado/rddado.hbp
|
||||
* examples/hbapollo/hbapollo.hbp
|
||||
* examples/hbvpdf/hbvpdf.hbp
|
||||
* examples/hbbtree/hbbtree.hbp
|
||||
* examples/hbbtree/hbbtree.hbc
|
||||
* examples/gtwvw/gtwvw.hbp
|
||||
* examples/gtwvw/gtwvw.hbc
|
||||
! synced libpaths in .hbp and .hbc files. it also means multitarget support
|
||||
|
||||
* contrib/hbmxml/3rd/minixml/config.h
|
||||
! fixed redefinition of strdup() macro (upstream bug) [Tamas Tevesz]
|
||||
|
||||
2011-06-07 15:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/ideactions.prg
|
||||
* contrib/hbide/idemain.prg
|
||||
@@ -24,8 +40,8 @@
|
||||
|
||||
* contrib/hbide/idesaveload.prg
|
||||
* contrib/hbide/idechangelog.prg
|
||||
+ Fixed: "Changelog User" was sharing a similar looking
|
||||
instance variable name.
|
||||
+ Fixed: "Changelog User" was sharing a similar looking
|
||||
instance variable name.
|
||||
|
||||
2011-06-07 11:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/changelog.ui
|
||||
@@ -41,33 +57,33 @@
|
||||
|
||||
2011-06-06 18:13 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/idechangelog.prg
|
||||
* Changed: behavior of "Current Log Entry" to scroll to last
|
||||
* Changed: behavior of "Current Log Entry" to scroll to last
|
||||
after an element is added.
|
||||
* contrib/hbide/ideactions.prg
|
||||
* contrib/hbide/idemain.prg
|
||||
* Changed: "Setup/CodePage" menu to display Harbour recognized
|
||||
codepage name alsong its unique id.
|
||||
|
||||
Let me know if that makes the whole list of Harbour's
|
||||
Let me know if that makes the whole list of Harbour's
|
||||
code pages.
|
||||
|
||||
2011-06-06 15:37 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/idechangelog.prg
|
||||
* contrib/hbide/idesaveload.prg
|
||||
+ Implemented: to remember the position and size of
|
||||
+ Implemented: to remember the position and size of
|
||||
ChangeLog(s) dialog.
|
||||
|
||||
2011-06-06 14:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/changelog.ui
|
||||
* contrib/hbide/idechangelog.prg
|
||||
* Changed: the way "Current Log Entry" is built. Now user can
|
||||
edit the contents of built entry.
|
||||
; NOTE: 1. Action tokens should be preserved as is when editing
|
||||
edit the contents of built entry.
|
||||
; NOTE: 1. Action tokens should be preserved as is when editing
|
||||
built log entry.
|
||||
2. If a new line be inserted in "Descriptions" start
|
||||
2. If a new line be inserted in "Descriptions" start
|
||||
it from the column 1, hbIDE will auto format when saving.
|
||||
3. If indentation is needed in "Descriptions" then start
|
||||
a new line at column 15 or higher only, just below where ": "
|
||||
3. If indentation is needed in "Descriptions" then start
|
||||
a new line at column 15 or higher only, just below where ": "
|
||||
seperates action token.
|
||||
|
||||
2011-06-06 21:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
|
||||
@@ -87,6 +87,9 @@
|
||||
|
||||
# ifndef HAVE_STRDUP
|
||||
extern char *_mxml_strdup(const char *);
|
||||
# if defined( strdup )
|
||||
# undef strdup
|
||||
# endif
|
||||
# define strdup _mxml_strdup
|
||||
# endif /* !HAVE_STRDUP */
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w1 -es2
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
{!allwin|!x86}skip=yes
|
||||
|
||||
incpaths=.
|
||||
libpaths=lib/${hb_plat}/${hb_comp}
|
||||
|
||||
gt=${hb_name}
|
||||
gui=yes
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w3 -es2
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w3 -es2
|
||||
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
libpaths=lib/${hb_plat}/${hb_comp}
|
||||
|
||||
libs=${hb_name}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w3 -es2
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w3 -es2
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w2 -es2
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w3 -es2
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-hblib
|
||||
-inc
|
||||
|
||||
-o${hb_name}
|
||||
-olib/${hb_plat}/${hb_comp}/${hb_name}
|
||||
|
||||
-w1 -es2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user