2003-09-29 11:47 UTC+0300 Chen Kedem <niki@actcom.co.il>

This commit is contained in:
Chen Kedem
2003-09-29 08:47:29 +00:00
parent 7e7dde739d
commit e7b3d02ead
2 changed files with 259 additions and 137 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-09-29 11:47 UTC+0300 Chen Kedem <niki@actcom.co.il>
* doc/whatsnew.txt
+ Added information about builds 10..25, 43 based on information
found on the Harbour site and the mail list.
2003-09-29 11:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
* Signature byte for ntx files is changed to be Clipper compatible.
@@ -56,13 +61,13 @@
! fixed bug on hb_strncpyUpper() use from DbUseArea()
2003-09-17 10:54 UTC-0800 Luis Krause Mantilla <lkrausem@shaw.ca>
* harbour/source/rtl/tget.prg
* source/rtl/tget.prg
! Fixed bug in unTransform() method that truncated
trailing spaces in variable when using "@R" template
Borrowed from xharbour by Andi Jahja:
* harbour/source/common/reserved.c
* harbour/utils/hbdoc/genrtf.prg
* harbour/utils/hbdoc/genng.prg
* source/common/reserved.c
* utils/hbdoc/genrtf.prg
* utils/hbdoc/genng.prg
+ Add option to omit reserved words by adding -DHB_RESERVED_OFF (default is ON)
/*
@@ -80,28 +85,28 @@
! Bug fixed with scoping, reported by Giovi Verrua.
2003-09-11 11:30 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/harbour.spec
* harbour.spec
* small fix in auto platform detection (thanks to Tomaz Zupan)
* harbour/make_tgz.sh
* make_tgz.sh
* added auto platform detection
2003-09-11 01:00 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
* harbour/harbour.spec
* harbour.spec
* swiched back to gtcrs
2003-09-11 00:47 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
* harbour/harbour.spec
* harbour.spec
* Added automatic platform resolution (borrowed from courier-imap project)
* harbour/make_rpm.sh
* make_rpm.sh
* small fix needed to work with Mandrake Linux
2003-09-10 23:27 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/harbour.spec
* harbour/make_tgz.sh
* harbour.spec
* make_tgz.sh
* small fix
2003-09-10 21:37 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/harbour.spec
* harbour.spec
+ new spec file. It creates four binary RPMs with shared and
static libs core harbour compiler and tools and with Ron's PP
which allow to run xBase files as scripts on *nix platform
@@ -110,39 +115,39 @@
Please remember that PP has poor GPL license. It is noticed in RPM
headers.
+ harbour/hbgtmk.sh
+ hbgtmk.sh
+ simple script which connect to SourceForge CVS takes sources and
build RPMs from them.
+ harbour/make_rpm.sh
+ make_rpm.sh
+ script for checking dependences and making RPMs
+ harbour/make_tgz.sh
+ make_tgz.sh
+ script for making binary package for this Linux distro which don't
support RPM
+ harbour/bin/hb-mkslib.sh
+ bin/hb-mkslib.sh
+ script for building shared libs from static ones and/or object files
+ harbour/bin/pack_src.sh
+ bin/pack_src.sh
+ script for packing harbour sources
* harbour/Makefile
* harbour/source/compiler/harbour.c
* harbour/source/common/hbver.c
* harbour/source/vm/cmdarg.c
* harbour/source/vm/fm.c
* harbour/source/vm/hvm.c
* Makefile
* source/compiler/harbour.c
* source/common/hbver.c
* source/vm/cmdarg.c
* source/vm/fm.c
* source/vm/hvm.c
* changes for some new futures in hb{cmp,lnk,mk} tools
* harbour/contrib/libct/datetime.prg
* contrib/libct/datetime.prg
- redundant STOD removed (this function is part of RTL)
* harbour/contrib/dot/pp.prg
* harbour/contrib/dot/pp.txt
* harbour/contrib/dot/pp_harb.ch
* harbour/contrib/dot/rp_dot.ch
* harbour/contrib/dot/rp_run.ch
* contrib/dot/pp.prg
* contrib/dot/pp.txt
* contrib/dot/pp_harb.ch
* contrib/dot/rp_dot.ch
* contrib/dot/rp_run.ch
* upadting for runing xBase files as scripts.
All this changes (except Ron's PP) are my work borrowed from xHarbour.
@@ -795,76 +800,76 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour.
! add missings commas
2003-06-18 02:05 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/source/codepage/Makefile
* harbour/source/codepage/cdpesdos.c
* harbour/source/codepage/cdpeswin.c
* harbour/source/codepage/cdpgedos.c
* harbour/source/codepage/cdppliso.c
* harbour/source/codepage/cdpplmaz.c
* harbour/source/codepage/cdpplwin.c
* harbour/source/codepage/cdpslwin.c
- harbour/source/codepage/cdpla850.c
+ harbour/source/codepage/cdppt850.c
+ harbour/source/codepage/cdpptiso.c
* xharbour/makefile.bc
* xharbour/makefile.nt
* xharbour/makefile.vc
* source/codepage/Makefile
* source/codepage/cdpesdos.c
* source/codepage/cdpeswin.c
* source/codepage/cdpgedos.c
* source/codepage/cdppliso.c
* source/codepage/cdpplmaz.c
* source/codepage/cdpplwin.c
* source/codepage/cdpslwin.c
- source/codepage/cdpla850.c
+ source/codepage/cdppt850.c
+ source/codepage/cdpptiso.c
* makefile.bc
* makefile.nt
* makefile.vc
* corrections in code page description.
- removed cdpla850.c ("PT" codepage)
+ PT850 and PTISO codepages added.
* makefiles updated - Sorry, I cannot test all of them.
2003-06-18 00:10 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/include/hbapilng.h
* harbour/include/hblang.ch
* harbour/source/lang/Makefile
* harbour/source/lang/msg_tpl.c
* harbour/source/lang/msgca.c
* harbour/source/lang/msgcs852.c
* harbour/source/lang/msgcsiso.c
* harbour/source/lang/msgcskam.c
* harbour/source/lang/msgcswin.c
* harbour/source/lang/msgde.c
* harbour/source/lang/msgdewin.c
* harbour/source/lang/msgen.c
* harbour/source/lang/msgeo.c
* harbour/source/lang/msges.c
* harbour/source/lang/msgeswin.c
* harbour/source/lang/msgeu.c
* harbour/source/lang/msgfr.c
* harbour/source/lang/msggl.c
* harbour/source/lang/msghe862.c
* harbour/source/lang/msghewin.c
* harbour/source/lang/msghr852.c
* harbour/source/lang/msghriso.c
* harbour/source/lang/msghu852.c
* harbour/source/lang/msghucwi.c
* harbour/source/lang/msghuwin.c
* harbour/source/lang/msgid.c
* harbour/source/lang/msgis850.c
* harbour/source/lang/msgit.c
* harbour/source/lang/msgko.c
* harbour/source/lang/msgpl852.c
* harbour/source/lang/msgpliso.c
* harbour/source/lang/msgplmaz.c
* harbour/source/lang/msgplwin.c
* harbour/source/lang/msgpt.c
* harbour/source/lang/msgro.c
* harbour/source/lang/msgru866.c
* harbour/source/lang/msgrukoi.c
* harbour/source/lang/msgruwin.c
* harbour/source/lang/msgsl852.c
* harbour/source/lang/msgsliso.c
* harbour/source/lang/msgslwin.c
* harbour/source/lang/msgsr852.c
* harbour/source/lang/msgsriso.c
* harbour/source/lang/msgzhb5.c
* harbour/source/lang/msgzhgb.c
+ harbour/source/lang/msgsrwin.c
* include/hbapilng.h
* include/hblang.ch
* source/lang/Makefile
* source/lang/msg_tpl.c
* source/lang/msgca.c
* source/lang/msgcs852.c
* source/lang/msgcsiso.c
* source/lang/msgcskam.c
* source/lang/msgcswin.c
* source/lang/msgde.c
* source/lang/msgdewin.c
* source/lang/msgen.c
* source/lang/msgeo.c
* source/lang/msges.c
* source/lang/msgeswin.c
* source/lang/msgeu.c
* source/lang/msgfr.c
* source/lang/msggl.c
* source/lang/msghe862.c
* source/lang/msghewin.c
* source/lang/msghr852.c
* source/lang/msghriso.c
* source/lang/msghu852.c
* source/lang/msghucwi.c
* source/lang/msghuwin.c
* source/lang/msgid.c
* source/lang/msgis850.c
* source/lang/msgit.c
* source/lang/msgko.c
* source/lang/msgpl852.c
* source/lang/msgpliso.c
* source/lang/msgplmaz.c
* source/lang/msgplwin.c
* source/lang/msgpt.c
* source/lang/msgro.c
* source/lang/msgru866.c
* source/lang/msgrukoi.c
* source/lang/msgruwin.c
* source/lang/msgsl852.c
* source/lang/msgsliso.c
* source/lang/msgslwin.c
* source/lang/msgsr852.c
* source/lang/msgsriso.c
* source/lang/msgzhb5.c
* source/lang/msgzhgb.c
+ source/lang/msgsrwin.c
! bug fixed in national msg system and new localization added
(borrowed from xHarbour)
+ harbour/tests/langmsg.prg
+ tests/langmsg.prg
* simple test program for national messages
I have to ask developpers to run it and check their national messages
@@ -940,15 +945,15 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour.
* Makefiles are changed to compile new lang and codepage files.
2003-06-15 14:20 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/source/lang/msgen.c
* harbour/source/lang/msgpl852.c
* harbour/source/lang/msgpliso.c
* harbour/source/lang/msgplmaz.c
* source/lang/msgen.c
* source/lang/msgpl852.c
* source/lang/msgpliso.c
* source/lang/msgplmaz.c
! the bug reported by Alexander in msgru* fixed.
+ harbour/source/lang/msgplwin.c
+ source/lang/msgplwin.c
+ added msgplwin (cp1250)
* harbour/source/rtl/inkey.c
* source/rtl/inkey.c
* removed dirty hack which degrease performance of inkey() on *nix
platforms.
@@ -1103,17 +1108,17 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour.
(first parameter is path name, if omitted "/" is checked)
2003-05-26 15:50 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/source/rtl/cdpapi.c
* source/rtl/cdpapi.c
* small correction in s_en_codepage = { ... }
+ harbour/source/codepage/cdpplwin.c
* harbour/source/codepage/Makefile
+ source/codepage/cdpplwin.c
* source/codepage/Makefile
+ new Polish codepage PLWIN - CP1250 based
* harbour/source/rtl/gt.c
* source/rtl/gt.c
+ new .prg function HB_GT_VERSION() which returns GT name.
* harbour/source/rtl/seconds.c
* source/rtl/seconds.c
+ new function added SECONDSCPU(n) which reports how many CPU and/or
system seconds have elapsed since the beginning of the program execution.
n == 1 utime -> user CPU time of the current process
@@ -2738,17 +2743,17 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour.
alread has file lock.
2002-09-04 17:56 UTC+0200 Maurilio Longo <maurilio.longo@libero.it>
* harbour/source/rtl/tbrowse.prg
* source/rtl/tbrowse.prg
! Fixed cell padding inside ::DispCell(). Character or memo fields have to be
padded right. Number fields have to be padded left.
2002-09-03 19:10 UTC+0200 Maurilio Longo <maurilio.longo@libero.it>
* harbour/source/rtl/teditor.prg
* source/rtl/teditor.prg
! fixed line splitting when a character is deleted from a line and there is a
word wrapping limit. Please note that lines of text are treated differently
from the way clipper 5.x treats them, in particular when past EOL there is no
deletion from current line
* harbour/source/rtl/memoedit.prg
* source/rtl/memoedit.prg
! fixed cursor positiong and shaping when calling an user function
2002-09-02 19:25 UTC-0400 David G. Holm <dholm@jsd-llc.com>

View File

@@ -2,6 +2,14 @@
* $Id$
*/
----------------------------------------------------------------------
Version 0.43 Alpha Build 43 (2003-09-??)
- DBFCDX is significantly improved
- New national codepages are added
- .NET support started
- A lot of fixes in all subsystems
----------------------------------------------------------------------
Version 0.42 Alpha Build 42 (2003-04-08)
@@ -46,7 +54,7 @@ Version 0.39 Alpha Build 39 (2002-04-08)
- Enhacements to hbmake,hbzlib
- Great speed improvement
- New enhancements and bug fixes in the debugger
- Many bug fixes and enhancements.
- Many bug fixes and enhancements
- Strings sharing and statics strings implementation (thanks to Ron Pinkas)
- RTL strings management functions optimization thanks to new function
hb_retclen_buffer() and optimized use for hb_retc( NULL )
@@ -67,7 +75,7 @@ Version 0.38 Alpha Build 38 (2001-12-15)
previous fix. Waiting after Alpha build 38 to fix and re-enable it
- HGF (Harbour GUI multiplatform Framework) started
- Class HBPersistent added to RTL to provide Harbour objects persistence
- New PROPERTY | PERSISTENT clause added as a DATA feature.
- New PROPERTY | PERSISTENT clause added as a DATA feature
- New function __ClsGetProperties() added. Syntax:
__ClsGetProperties( <nClassHandle> ) --> <aPropertiesNames>
- Harbour Profiler foundation functions added
@@ -78,7 +86,7 @@ Version 0.38 Alpha Build 38 (2001-12-15)
- HB_FM_STATISTICS can be turned off by defining
HB_FM_STATISTICS_OFF in your make or bat files.
Rebuilding Harbour this way yields a faster program,
but it loses the ability to report on memory usage and leaks.
but it loses the ability to report on memory usage and leaks
- adssetServerType now returns any error numbers
- Added AdsRefreshRecord, AdsIsTableLocked, AdsIsRecordLocked
- Dave Pearson's bitflags.c, which I ported to Harbour.
@@ -90,7 +98,7 @@ Version 0.38 Alpha Build 38 (2001-12-15)
Dumps symbol name just before it's called. This is very useful when
debugging GPFs as it will trace all PRG-level calls up until the crash.
Uses HB_TRACE so traces are in line with any C-level traces
- Martin and Walter added a bunch of functions to libct.
- Martin and Walter added a bunch of functions to libct
- David added the Path stuff so file() and other functions can work right
- Platform support for FreeBSD 4.4, which requires installation
of the gmake (GNU make) port (instead of using FreeBSD's make)
@@ -156,11 +164,11 @@ Version 0.35 Alpha Build 35 (2000-08-15)
HBTEST (for Xbase++ and Linux), Documentation, Class engine
- HBZLIB enhancements
- MySQL database access contribution started
- ADS RDD encryption/decryption functions added.
- ADS RDD encryption/decryption functions added
- New GTCGI driver
- Improved command line parsing
- Alternate Lexer (SimpLex), utilizes less memory, smaller Harbour.exe
as well as smaller compiled applications (due to smaller macro compiler).
as well as smaller compiled applications (due to smaller macro compiler)
----------------------------------------------------------------------
Version 0.34 Alpha Build 34 (2000-06-02)
@@ -177,9 +185,9 @@ Version 0.34 Alpha Build 34 (2000-06-02)
other tricks)
- Far jump pcode support
- Double number size support in pcode
- Pcode finalized in the compiler, instead of the output generation modules.
- Pcode finalized in the compiler, instead of the output generation modules
- OS/2 support improved (DISKSPACE(), MEMORY(), locks, etc...)
- Linux/Unix support for file locks and commit.
- Linux/Unix support for file locks and commit
- DBFCDX index creation support (started)
- Strong Typing support
- OBJ generation support for BCC5x + Blinker5
@@ -189,9 +197,9 @@ Version 0.34 Alpha Build 34 (2000-06-02)
- RSX32 and RSXNT compiler support
- SETKEY functions, ASORT(), SAVESCREEN/RESTSCREEN rewritten in C
- Extensions (XPP, C53, Harbour) are easier to switch of and better separated
from Harbour.
- Some fixes for 10 chars support.
- New most compact and fast -gc0 (C language) output method added.
from Harbour
- Some fixes for 10 chars support
- New most compact and fast -gc0 (C language) output method added
- -gf switch renamed to -go
- Compiler /BUILD switch added
- Crew list added to /CREDIT compiler switch
@@ -208,20 +216,20 @@ Version 0.34 Alpha Build 34 (2000-06-02)
----------------------------------------------------------------------
Version 0.33 Alpha Build 33 (2000-04-07)
- Final cleanups on global macro and symbol names.
- Final cleanups on global macro and symbol names
(date*(), console*(), HB_FUNC())
- DISKSPACE() enhancements
- Microsoft C++ 8.x compiler support started
- 10 character symbol support finalized
- VAL() made fully compatible
- New functions HB_COMPILER(), HB_FSIZE(), HB_FTEMPNAME(), HB_FTEMPCREATE()
- PP bug fixes.
- More functions documented.
- Fixed to compile with Borland C++ in C++ mode.
- PP bug fixes
- More functions documented
- Fixed to compile with Borland C++ in C++ mode
- Handling of double/long number widths and decimals made completely CA-Cl*pper
compatible.
- Some new CA-Tools compatible functions added.
- MEMO type support.
compatible
- Some new CA-Tools compatible functions added
- MEMO type support
- OS/2 DispBegin()/DispEnd() support
- #pragma fixes and enhancements. (better XPP compatibility)
- Source files split to several smaller files
@@ -238,14 +246,14 @@ Version 0.33 Alpha Build 33 (2000-04-07)
<b></b> for bold, <i></i> for italic, <em></em> for bold italic font
<color:></color> for color <fixed></fixed> for fixed text
<table></table> for tables <insertfile:> to insert the content of another
file.
file
----------------------------------------------------------------------
Version 0.32 Alpha Build 32 (2000-03-07)
- New Borland make files
- Many make and build processes fixes, enhancements, warning fixes.
- Borland, MSVC and GNU-make processes don't collide anymore.
- Many make and build processes fixes, enhancements, warning fixes
- Borland, MSVC and GNU-make processes don't collide anymore
- PP now supports code in header files
- Docs separated from the source
- Docs enhanced
@@ -253,10 +261,10 @@ Version 0.32 Alpha Build 32 (2000-03-07)
- FRM and LBL support
- TBrowse fixes
- HBDOC improvments
- Some mouse support added.
- Some mouse support added
- New C include file names
- Many other small fixes and changes.
- PP __DATE__ and __TIME__ support.
- Many other small fixes and changes
- PP __DATE__ and __TIME__ support
- __TYPEFILE() added
----------------------------------------------------------------------
@@ -279,12 +287,12 @@ Version 0.31 Alpha Build 31 (2000-01-27)
'-w' or '-w1' - Clipper compatible warnings
'-w2' - some useful warnings missed in Clipper
'-w3' - warnings generated for Harbour language extensions
- The 'libs' directory is now named 'lib'.
- The 'runner' program is now named 'hbrun'.
- Some include files now have an 'hb' prefix in the name.
- db_brows significantly enhanced.
- The 'libs' directory is now named 'lib'
- The 'runner' program is now named 'hbrun'
- Some include files now have an 'hb' prefix in the name
- db_brows significantly enhanced
- Regression testing enhanced and expanded, replacing several standalone
test modules. Now in tests/regress directory.
test modules. Now in tests/regress directory
- Added FSETDEVMOD()
- Added READINSERT()
- Added MEMOLINE()
@@ -322,7 +330,7 @@ Version 0.31 Alpha Build 31 (2000-01-27)
- Many changes, fixes, and enhancements to documentation
- Program added to extract documentation from source code and create NG,
HLP, OS2, IPF and TROFF output files
- Compile time expression optimizer.
- Compile time expression optimizer
- Some preprocessor fixes
- Added ADS RDD
- Added TYPE() function
@@ -355,7 +363,7 @@ Version 0.30 Alpha Build 30 (1999-09-30)
- Rudimentary Unix keyboard support added
- Tone support added
- SET KEY support was added
- Extensive regression test suite added (RTL_TEST).
- Extensive regression test suite added (RTL_TEST)
- Array handling fixed and made Clipper compatible
- Ragged array declaration and initialization support added
- FileSys API extensions, more C5.3 compatible functions added
@@ -394,7 +402,7 @@ Version 0.28 Alpha Build 28 (1999-07-18)
- Almost complete preprocessor
- Error handling improved
- Extend Library complete
- First version of OOPS syntax added.
- First version of OOPS syntax added
- MEMVAR support started
- Pre processor available as a run-time function
- Rich Text Format Class added
@@ -403,18 +411,26 @@ Version 0.28 Alpha Build 28 (1999-07-18)
- Many new functions
- Many bug fixes
----------------------------------------------------------------------
Version 0.27a Alpha Build 27a (1999-06-19)
- Corrected build numbers in Harbour.exe
- Corrected a little bug in HScript.prg
----------------------------------------------------------------------
Version 0.27 Alpha Build 27 (1999-06-18)
- Added new directory with GNU MAKE files for GCC on Linux
- Added support for Watcom C/C++ compiler
- Harbour compiles fine on Linux now.
- Harbour compiles fine on Linux now
- Optional Strong Typed Variables
- New DosShell function for DOS, OS/2 & Windows
- First release of hScript added. Internet Scripting Samples!
- Integrated preprocessor into compiler
- Check on non used variables in codeblocks
- Extended syntax for AllTrim and RTrim
- Many resolved bugs
- Many new functions
----------------------------------------------------------------------
Version 0.26 Alpha Build 26 (1999-06-12)
@@ -432,4 +448,105 @@ Version 0.26 Alpha Build 26 (1999-06-12)
- <object>:<data> := <value> can now be used inside expressions (codeblocks)
----------------------------------------------------------------------
Version 0.25 Alpha Build 25 (1999-06-05)
- Almost complete Clipper syntax
- Better makefiles
- gtApi included
- Preprocessor included
- Files* functions working
- Many fixes, enhancements and new functions
- HTML and CGI examples included
- Inheritance
- Even more test PRG's!
----------------------------------------------------------------------
Version 0.24 Alpha Build 24 (1999-06-03)
----------------------------------------------------------------------
Version 0.23 Alpha Build 23 (1999-05-19)
- Harbour.exe for DOS/Windows is included now
- The Windows libs are also included (HBW.BAT to build Windows EXE's)
- HRB files! These files can be run with the Runner.exe (Source included)
- No need for a C compiler anymore to run Harbour source!
- New MAKE and BUILD files for IBM C++ 3.0 for OS/2
- Many fixes, Many enhancements (See ChangeLog in the Harbour directory)
- Added support for '-i' option (#include file search path)
- Even more test PRG's
----------------------------------------------------------------------
Version 0.21-2 Alpha Build 21-2 (1999-05-13)
- 32 bits OBJ's generation
- More Clipper language compatibility
- New object oriented features
----------------------------------------------------------------------
Version 0.20-2 Alpha Build 20-2 (1999-05-01)
- It is not required to name Main() as the starting function.
You may use any function name there
- Logical AND shortcutting
- New compiler /z to suppress shortcutting (see tests\working\and_or.prg)
- Memory unreleased blocks improved
- Many latest diffs implemented
----------------------------------------------------------------------
Version 0.18 Alpha Build 18 (1999-04-23)
- Statics support
- Classes creation: just a very very brief
- Most important changes are related to the Harbour object oriented
capabilities
- Dynamic symbol table implementation
----------------------------------------------------------------------
Version 0.17 Alpha Build 17 (1999-04-20)
- Multidimensional arrays support!!!
- Spitted files
- We have started the runtime library implementation (source\rtl)
- The harbour.lib gets built from the make file
- Dates support
- Dynamic stack is properly working
- Much improved extend system
- More tests for dates, strings
- Dates support including adding and subtracting!
- Variables by reference support
- Labeled C pcode output
- Many diffs implemented
----------------------------------------------------------------------
Version 0.16 Alpha Build 16 (1999-04-17)
- New project directories structure
- Added support for command line parameters
- Compiler /o options changed to /g
- /gc added (default option)
- Changes on types.h
- Extend system functions enhanced
- Do case support
- _POWER support on hvm
- _MODULUS support on hvm
- Latest proposed diffs implemented
----------------------------------------------------------------------
Version 0.15 Alpha Build 15 (1999-04-14)
----------------------------------------------------------------------
Version 0.14 Alpha Build 14 (1999-04-13)
----------------------------------------------------------------------
Version 0.13 Alpha Build 13 (1999-04-10)
----------------------------------------------------------------------
Version 0.12 Alpha Build 12 (1999-08-08)
----------------------------------------------------------------------
Version 0.11 Alpha Build 11 (1999-04-07)
----------------------------------------------------------------------
Version 0.10 Alpha Build 10 (1999-04-03)
----------------------------------------------------------------------