From 0eac82ed2d5e0febdfad9f33463b7ee16d9ee532 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Tue, 25 Apr 2000 09:49:44 +0000 Subject: [PATCH] 20000425-11:50 GMT+1 --- harbour/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bf0138bbda..5d1445e168 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,21 @@ +20000425-11:36 GMT+1 Antonio Linares + + source/vm/startup.asm + Harbour startup for Win32 when not using any C compiler startup + + + source/vm/borsym.asm + Borland _INIT_ segment bounds when not using Borland startup + + +- source/vm/borinit.c + (added and removed, as it has to be placed inside hvm.c) + + * makefile.bc updated + + startup.asm + + borsym.asm + + * source/vm/hvm.c + + static hb_vmProcessBorlandInitSegment() added + process Borland _INIT_ segment (if linked) functions + 20000424-11:42 GMT-8 Brian Hays * doc/en/datetime.txt * doc/en/dbstrux.txt