You can subscribe to this list here.
| 2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <sil...@li...> - 2006-04-02 05:26:36
|
Hi all, I've commited a new release for branch testing in the Subversion repository. Keep in mind that this is a branch, not the trunk, so changes made here only will appear at trunk after a merge. So, all the work here is to keep the trunk from being corrupted, cos its holds the stable branch. I have also to note that currently this branch only compiles, but, as today, it yet not pass a simple runtime test. However, work is in progress to fix that as soon as possible. Here the stepts to try to compile it: - You need to have some subversion client installed: download at http://subversion.tigris.org, for windows the best is TortoiseSVN here: http://tortoisesvn.tigris.org - You will need the newest version of freepascal that you can find. I've compiled with the 2.0.2 version downloaded from http://www.freepascal.org - Checkout the repository to some writable place, like that: svn checkout "https://svn.sourceforge.net/svnroot/sil/branches/branch=freepascal&target=w in32/sil" testing this will generate a new directory "testing" with the content from branch testing (currently at revision 578) in it. Next, you can try to compile some simple test program (see the programs/tests/fpc directory): NOTE: It is very likely that currently the tests will not work ... this is work in progress. For example, try this: $ fpc -Sd -vi programs/tests/fpc/Test1.pas This surely will generarte some errors on linux (I didn't try to compile in linux yet) but in windows it must compile ok. Thanks for the interest, See you soon! Leus. |
|
From: <sil...@li...> - 2005-09-17 22:01:23
|
Hi, all There is a new source file release for SIL: it is a patch/fix release only, no major improvements, only minor, but important fixes. See the changes in the link below: https://sourceforge.net/project/shownotes.php?release_id=355641 See you, Leus. |
|
From: <sil...@li...> - 2005-09-10 23:36:02
|
Hola a todos/Hi all,=20
La version 1.5.9-5.1 ha sido liberada hoy/The version 1.5.9-5.1 has been
released today
Pego ac=E1 el contenido del ChangeLog/I've pasted below the content of =
the
ChangeLog:
Hasta luego/See ya soon!,
Leus.
-------------------------------------------------------------------------=
---
-----------------
version developing-1.5.9-5.1 @ 2005-09-09 by leus,marianop
+ NEW: created a Makefile to handle things such as automatic
compilation,
archive creation, an working copy cleaning.
=20
+ FIX: corrected the implementation of the expression and script
evaluator=20
that were broken after the change in TSilObject. Now works OK.
+ FIX: added the implementation of Sil.Os.Thread.IsMain to the =
Windows
part.
It were only implemented in the linux port.
=20
+ FIX: changed some uses of the deprecated Sil.Str.CompareText for =
the
new=20
Sil.Text.Compare
version developing-1.5.9-5 @ 2005-09-03 by leus,marianop
+ ADD: added a new datatype kind to the TypeReader: PChar.
+ ADD: added a new overload for Cancel in the interface IQueue.=20
This one returns the items waiting for processing as a =
LinkeList.
+ FIX: corrected a bug in the implementation of the
TSilContainerEnumerator.
+ ADD: added new overloaded construction routines for
TSilInterfaceListContainer.
+ NEW: added a new implementation of IPointerList using a container =
as
a basis.
+ NEW: added a TSilPointerComparator to handle comparisson of =
pointers.
+ NEW: added a function Sil.Os.Thread.IsMain to ask wether a thread =
is
the=20
Main Thread more easily.
=20
+ FIX: the ThreadList were incorrectly initializing itself as a non
thread-safe list.
+ ADD: Major work in progress in the port to linux/freepascal.
+ FIX: changes in the Notifier service so one can wait on a event =
for
delivery.
+ FIX: In ResourcePool, some cleaning and deactivation upon =
destruction
were missing.
version developing-1.5.9-4.1 @ 2005-09-01 by leus,marianop
+ FIX: corrected the TypeInfo invoker to correctly handle various
datatypes,=20
primarily those that need finalization. Yet, they're not
thoroughly tested, though.
=20
+ ADD: added Str.Coalesce and Vart.Coalesce, as a mimic of the =
standard
SQL functions.
+ NEW: Introduced new constructions for generic type handling,
specifically there are=20
new objects for generic type conversion.=20
See units: SilL?TypeConversion, SilL?TypePointer,
SilLmTypeConverter.
+ CHANGE: We're previously removed several interfaces from TSilObject, =
but
they were needed by some=20
implementations inside the library, so we added them to
TSilInterfacedObject, which is the correct=20
holder for extra features. TSilObject is mainly for tiny
implementations in which is important not=20
to consume extra memory.=20
We're corrected various units in which this removal provoked
many malfunctions,=20
in particular: SilLmTrace, in which IReferenceable were used to =
get
the instance pointer=20
of a class implementing a particular interface.
=20
+ ADD: added units for the freepascal 2.0 port of this library, in =
the
directory source/lib/rtl/fp20
+ ADD: Added a new method GetValueType to the XmlArguments =
interface,
which infers the datatype=20
of the argument by checking some characters of the string value
itself.
|
|
From: <sil...@li...> - 2005-09-10 23:31:45
|
Hi, I sent this only to test delivery. =20 Hola, solo envi=E9 este mail para ver si llega a destino |
|
From: <sil...@li...> - 2003-01-20 20:38:24
|