From 24f82d4a5d79c1ea2589bab34f56fd87a9efcbd4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 19 Mar 2013 02:43:35 +0100 Subject: [PATCH] 2013-03-19 02:42 UTC+0100 Viktor Szakats (harbour syenar.net) * doc/howtorep.txt * minor casing * src/vm/dlmalloc.c * src/vm/hvm.c ! fixed mingw -Wstrict-prototypes warnings --- ChangeLog.txt | 12 ++++++++++-- doc/howtorep.txt | 2 +- src/vm/dlmalloc.c | 2 +- src/vm/hvm.c | 1 + 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index d373bdac39..9b09c337d8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,5 @@ /* - * $Id: f24e91f85dbca6c20679419a15c27d60b9971bab $ + * $Id$ */ /* Read doc/howtorep.txt and use this format for entry headers: @@ -10,9 +10,17 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-19 02:42 UTC+0100 Viktor Szakats (harbour syenar.net) + * doc/howtorep.txt + * minor casing + + * src/vm/dlmalloc.c + * src/vm/hvm.c + ! fixed mingw -Wstrict-prototypes warnings + 2013-03-18 17:25 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbtip/httpcli.prg - + Added: method delete() to post DELETE verb required for + + Added: method delete() to post DELETE verb required for RESTful implementation. 2013-03-19 00:13 UTC+0100 Viktor Szakats (harbour syenar.net) diff --git a/doc/howtorep.txt b/doc/howtorep.txt index 805f6023f1..62dc039a87 100644 --- a/doc/howtorep.txt +++ b/doc/howtorep.txt @@ -33,7 +33,7 @@ by Viktor Szakats 3) Resolve any conflicts 4) Run 'hbrun bin/commit' to create new ChangeLog.txt entry with timestamp and list of modified files - 5) Edit ChangeLog.txt with a text editor (do not use Notepad.exe) + 5) Edit ChangeLog.txt with a text editor (do not use notepad.exe) 6) Copy the last ChangeLog.txt entry to the clipboard If it's a single atomic change, it's better to copy only the description itself without the entry header and list diff --git a/src/vm/dlmalloc.c b/src/vm/dlmalloc.c index e485e29a78..d29caf46c8 100644 --- a/src/vm/dlmalloc.c +++ b/src/vm/dlmalloc.c @@ -1024,7 +1024,7 @@ DLMALLOC_EXPORT size_t dlmalloc_max_footprint(void); guarantee that this number of bytes can actually be obtained from the system. */ -DLMALLOC_EXPORT size_t dlmalloc_footprint_limit(); +DLMALLOC_EXPORT size_t dlmalloc_footprint_limit(void); /* malloc_set_footprint_limit(); diff --git a/src/vm/hvm.c b/src/vm/hvm.c index 234f87bdb6..6649304ae7 100644 --- a/src/vm/hvm.c +++ b/src/vm/hvm.c @@ -12232,6 +12232,7 @@ HB_LANG_REQUEST( HB_LANG_DEFAULT ) HB_EXTERN_BEGIN extern void HB_FORCE_LINK_MAIN( void ); HB_EXTERN_END +extern void _hb_forceLinkMain( void ); void _hb_forceLinkMain() { HB_FORCE_LINK_MAIN();