diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8ccc74080e..eedf3a5484 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,18 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + hrbLib := __hrbLoad( "Mylib.hrb" ) + hFu1 := __hrbGetFu( hrbLib,"fu1" ) + __hrbDoFu( hFu1 ) + ... + __hrbUnload( hrbLib ) + +2002-02-01 10:30 UTC-0300 Horacio Roldán + * utils/hbmake/hbmake.prg + utils/hbmake/hbmutils.prg + * Better support for big project(Read and Generations) + From Luiz Rafael Culik + 2002-02-01 12:10 UTC+0100 Ignacio Ortiz * source/rtl/transfrm.c * Memory buffer overflow reported by Lorenzo Fiorini