Planet Squeak Code

blogs about Squeak, Pharo, Croquet and family
planet squeak - planet squeak es - planet squeak jp - planet croquet - planet squeak code planet squeak archive --> - planet smalltalk
spacer

spacer (validate)
--> spacer --> (validate) -->
spacer (validate)
--> Last updated:
March 08, 2013 10:01 AM
All times are UTC.

Sources:
(send updates to simon@joyful.com or the darcs repo)

See also:

Contact:
Simon Michael

Logo by: ?
found on the squeak wiki

Powered by: spacer

March 08, 2013

source.squeak.org

Tools-fbs.455

Clearly not my day for clean commits. This removes the made-into-cruft of Tools-fbs.451.

by Frank Shearar (frank.shearar@gmail.com) at March 08, 2013 09:39 AM

Tools-fbs.454

Same again, and now Tools has no dependencies on MorphExtension.

by Frank Shearar (frank.shearar@gmail.com) at March 08, 2013 09:37 AM

Tools-fbs.453

Using #isKindOf: here (a) ties our hands to a particular representation when we should only care about the protocol an object speaks/requires and (b) forces a hard dependency on Morphic.

#respondsTo: serves the same intent, without the nastiness.

by Frank Shearar (frank.shearar@gmail.com) at March 08, 2013 09:37 AM

Tools-fbs.452

ProcessBrowser already knows how to build itself with the ToolBuilder; this method duplicates this logic and introduces a needless dependency between Tools and Morphic.

by Frank Shearar (frank.shearar@gmail.com) at March 08, 2013 09:36 AM

March 07, 2013

source.squeak.org

change HostWindwoPlugin>VMMaker-tpr.302

change HostWindowPlugin> primitiveShowHostWindow... to referto dispBits as ByteArray in order to have the C type be (char *) and not (unsigned *) as before.
This reduces the compile errors for ioShowDisplayOnWindow() which is declared as (sqInt, unsigned char *.....

by tim Rowledge (tim@rowledge.org) at March 07, 2013 10:40 PM

Kernel-nice.745

Remove an un-necessary inst. var. shadowing

March 07, 2013 10:32 PM

Multilingual-nice.158

Do to Multilinngual what we did to Unilingual, or in other words:
Let MultiCharacterScanner take kerning into account when measuring a String in order to fall in agreement with CompositionScanner.
Note that #measureString:inFont:from:to: is not used in image but seems to be by some Tweak code as reported by mtf in dec. 2010.
Remove unused xTable (such low level responsibility has been transferred into BitBlt)

March 07, 2013 09:11 PM

Graphics-nice.202

Let CharacterScanner take kerning into account when measuring a String in order to fall in agreement with CompositionScanner.
Note that #measureString:inFont:from:to: is not used in image but seems to be by some Tweak code as reported by mtf in dec. 2010.
Remove unused xTable (such low level responsibility has been transferred into BitBlt)

March 07, 2013 09:09 PM

squeaksource.com

ALOIS-tbn.14.mcz

login and logout

by Torsten Bergmann (Torsten.Bergmann@astares.de) at March 07, 2013 07:39 PM

ConfigurationOfSPort2-PaulDeBruicker.5.mcz

added FileSystemLegacy so pharo2 is supported

March 07, 2013 03:59 PM

ConfigurationOfRoassal-VanessaPena.882.mcz

1.281 : Old configuration corrupted. Putting everything in order with Versionner

by Vanessa Pena (vpena@dcc.uchile.cl) at March 07, 2013 02:49 PM

ConfigurationOfRoassal-VanessaPena.881.mcz

1.281 : Old configuration corrupted. Putting everything in order with Versionner

by Vanessa Pena (vpena@dcc.uchile.cl) at March 07, 2013 02:47 PM

Roassal-VanessaPena.484.mcz

1.281 : Old configuration corrupted. Putting everything in order with Versionner

by Vanessa Pena (vpena@dcc.uchile.cl) at March 07, 2013 02:47 PM

ConfigurationOfSton-SvenVanCaekenberghe.6.mcz

upgraded stable version to 0.5

March 07, 2013 09:58 AM

source.squeak.org

Tools-fbs.451

* Make filterToPackage use the UIManager facilities
* Minor typo correction - "clases" -> "classes".

by Frank Shearar (frank.shearar@gmail.com) at March 07, 2013 09:39 AM

squeaksource.com

ConfigurationOfDaliotsPlayground-HwaJong.295.mcz

QuickPrototyping
#beHorizontalFillingWith

multiList:
beSpaceFilling

March 07, 2013 03:24 AM

QuickPrototyping-HwaJong.15.mcz

#beHorizontalFillingWith

multiList:
beSpaceFilling

March 07, 2013 03:20 AM

March 06, 2013

source.squeak.org

Tests-nice.189

Merge Tests-nice.177 (Compiler evaluate '-0.0')

by Nicolas Cellier (nicolas.cellier.aka.nice@gmail.com) at March 06, 2013 11:43 PM

Tests-nice.177

Assert that -0.0 is interpreted as Float negativeZero by Compiler

by Nicolas Cellier (nicolas.cellier.aka.nice@gmail.com) at March 06, 2013 11:41 PM

CollectionsTests-topa.166

Provide a test for asCamelCase

by Nicolas Cellier (nicolas.cellier.aka.nice@gmail.com) at March 06, 2013 11:32 PM

squeaksource.com

ConfigurationOfGemTools-dkh.155.mcz

1.0-beta.8.7.1 (dkh.155):
- restore support for 3.1.x

March 06, 2013 11:08 PM

source.squeak.org

Tools-eem.426

A serviceable "run until expression" for the debugger.
Would be nice if the UI updated.
WOuld be nice if there was some solution for temporaries
that are undefined rather than writing explicit guards in the
expressions.
Hence publishing to inbox for now.

by Nicolas Cellier (nicolas.cellier.aka.nice@gmail.com) at March 06, 2013 10:42 PM

Collections-nice.506

merge nice.502 (String combinations)

by Nicolas Cellier (nicolas.cellier.aka.nice@gmail.com) at March 06, 2013 10:05 PM

Collections-nice.502

Let String combinations produce Strings rather than Array of Characters.
This is not perfect for WideString which are not necessarily simplified to ByteString, but IMO better than Array.

by Nicolas Cellier (nicolas.cellier.aka.nice@gmail.com) at March 06, 2013 10:04 PM

squeaksource.com

Arduino-EtoysCompiler-Richo.38.mcz

* Changed ArduinoPlayerTranslator>>allMorphs to return an array instead of a Set.

by Ricardo Moran (richi.moran@gmail.com) at March 06, 2013 07:55 PM

PhysicalEtoys-Richo.197.mcz

* Changed PlayerTranslator>>allMorphs to return an array instead of a Set.

by Ricardo Moran (richi.moran@gmail.com) at March 06, 2013 07:51 PM

Roassal-VanessaPena.483.mcz

1.281 : fixed issue 285. Testing Versionner in Pharo 2.0. Watch out!

by Vanessa Pena (vpena@dcc.uchile.cl) at March 06, 2013 07:41 PM

ConfigurationOfRoassal-AlexandreBergel.880.mcz

1.280 : Fixed Issue 289: Optimization of the tree map layout
thanks Dennis!

March 06, 2013 07:31 PM

ConfigurationOfRoassal-AlexandreBergel.879.mcz

1.280 : Fixed Issue 289: Optimization of the tree map layout
thanks Dennis!

March 06, 2013 07:30 PM

Roassal-AlexandreBergel.482.mcz

1.280 : Fixed Issue 289: Optimization of the tree map layout
thanks Dennis!

March 06, 2013 07:30 PM

ConfigurationOfRoassal-AlexandreBergel.878.mcz

1.279 :
Fixed Issue 288: Reversed arrow should be available
Fixed Issue 287: Add an example about temporary edges
Fixed Issue 286: haltOnce in #addingNameOn:

March 06, 2013 07:20 PM

ConfigurationOfRoassal-AlexandreBergel.877.mcz

1.279 :
Fixed Issue 288: Reversed arrow should be available
Fixed Issue 287: Add an example about temporary edges
Fixed Issue 286: haltOnce in #addingNameOn:

March 06, 2013 07:15 PM

Roassal-AlexandreBergel.481.mcz

1.279 :
Fixed Issue 288: Reversed arrow should be available
Fixed Issue 287: Add an example about temporary edges
Fixed Issue 286: haltOnce in #addingNameOn:

March 06, 2013 07:15 PM

ConfigurationOfRoassal-AlexandreBergel.876.mcz

1.278 : Refactored a bit the label hiearchy

March 06, 2013 06:43 PM

ConfigurationOfRoassal-AlexandreBergel.875.mcz

1.278 : Refactored a bit the label hiearchy

March 06, 2013 06:41 PM

Roassal-AlexandreBergel.480.mcz

1.278 : Refactored a bit the label hiearchy

March 06, 2013 06:40 PM

ConfigurationOfRoassal-AlexandreBergel.874.mcz

1.277 : Added a class comment in ROView

March 06, 2013 06:16 PM

ConfigurationOfRoassal-AlexandreBergel.873.mcz

1.277 : Added a class comment in ROView

March 06, 2013 06:14 PM

Roassal-AlexandreBergel.479.mcz

1.277 : Added a class comment in ROView

March 06, 2013 06:14 PM

Seaside-GemStone-REST-Core-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:25 PM

JQuery-WidgetBox-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:25 PM

Seaside-Pharo-REST-Core-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:22 PM

Seaside-WebServices-Core-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:21 PM

Seaside-REST.gemstone-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:21 PM

Seaside-REST-Core-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:21 PM

Javascript-Jasmine-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:20 PM

-MarcoOrtu.1.mcz

empty log message

March 06, 2013 04:10 PM

ConfigurationOfSoftwarenaut-DennisSchenk.12.mcz

Fixed config.

by Dennis Schenk (d.schenk@students.unibe.ch) at March 06, 2013 03:56 PM

Softwarenaut-UI-Tests-DennisSchenk.10.mcz

small fix to a test

by Dennis Schenk (d.schenk@students.unibe.ch) at March 06, 2013 03:53 PM

Softwarenaut-UI-DennisSchenk.19.mcz

Various improvements

by Dennis Schenk (d.schenk@students.unibe.ch) at March 06, 2013 03:52 PM

Softwarenaut-StackoverflowMining-DennisSchenk.6.mcz

Performance improvements and visualization tweaking

by Dennis Schenk (d.schenk@students.unibe.ch) at March 06, 2013 03:52 PM

Softwarenaut-Geocoding-DennisSchenk.3.mcz

Small refactorings

by Dennis Schenk (d.schenk@students.unibe.ch) at March 06, 2013 03:51 PM

Softwarenaut-Core-Tests-DennisSchenk.20.mcz

Added new tests

by Dennis Schenk (d.schenk@students.unibe.ch) at March 06, 2013 03:51 PM

Softwarenaut-Core-DennisSchenk.101.mcz

Added new utility class, to use for generic methods

by Dennis Schenk (d.schenk@students.unibe.ch) at March 06, 2013 03:50 PM

ConfigurationOfRoassal-AlexandreBergel.872.mcz

1.276 : Fixed Issue 283: Element Based z-Ordering
I made ROBasicZOrdering superclass of ROZOrdering.

March 06, 2013 02:37 PM

ConfigurationOfRoassal-AlexandreBergel.871.mcz

1.276 : Fixed Issue 283: Element Based z-Ordering
I made ROBasicZOrdering superclass of ROZOrdering.

March 06, 2013 02:35 PM

Roassal-AlexandreBergel.478.mcz

1.276 : Fixed Issue 283: Element Based z-Ordering
I made ROBasicZOrdering superclass of ROZOrdering.

March 06, 2013 02:34 PM

ConfigurationOfRoassal-AlexandreBergel.870.mcz

1.275 : Fixed Issue 281: Enhancement of the tree map Layout
Thanks Dennis!

March 06, 2013 02:21 PM

ConfigurationOfRoassal-AlexandreBergel.869.mcz

1.275 : Fixed Issue 281: Enhancement of the tree map Layout
Thanks Dennis!

March 06, 2013 02:20 PM

Roassal-AlexandreBergel.477.mcz

1.275 : Fixed Issue 281: Enhancement of the tree map Layout
Thanks Dennis!

March 06, 2013 02:20 PM

ConfigurationOfCog-EstebanLorenzano.101.mcz

- new version 6.1 to solve become bug in cog

March 06, 2013 01:16 PM

source.squeak.org

VMMaker-oscog-EstebanLorenzano.234

- merged with Eiot's 270, to fix the become problem (looks solved now)

by Esteban Lorenzano (estebanlm@gmail.com) at March 06, 2013 01:13 PM

Tools-fbs.450

Transform callers of Utilities class >> #timeStampForMethod: to callers of CompiledMethod >> #timeStamp.

by Frank Shearar (frank.shearar@gmail.com) at March 06, 2013 10:59 AM

squeaksource.com

ConfigurationOfDaliotsPlayground-HwaJong.294.mcz

Croquis-HwaJong.16
#setSuperclassOfOutputClassFromUser includes Object

March 06, 2013 04:40 AM

Croquis-HwaJong.16.mcz

#setSuperclassOfOutputClassFromUser includes Object

March 06, 2013 04:37 AM

ConfigurationOfDaliotsPlayground-HwaJong.293.mcz

LearnCanvas-HwaJong.7

FrameRectangleDashMorph

March 06, 2013 04:31 AM

LearnCanvas-HwaJong.7.mcz

FrameRectangleDashMorph

March 06, 2013 04:29 AM

CS520-Parsers-TheCS520Mob.1.mcz

Mob programming parsers after end of class, plus:
(0) Some renaming, for readbility and consistency
(1) Added streams to keep track of current position
(2) Reset position of stream after failed parse
(3) Attempted to make constant parsers parse strings as well as chracters. This doesn't currently work.

by Andrew P. Black (black@cs.pdx.edu) at March 06, 2013 01:55 AM

March 05, 2013

squeaksource.com

SqueakNxt-EtoysCompiler-Richo.69.mcz

* Changed NxtPlayerTranslator to work with the new changes on PlayerTranslator to support TimerMorph in compiled mode.

by Ricardo Moran (richi.moran@gmail.com) at March 05, 2013 09:57 PM

Arduino-EtoysCompiler-Richo.37.mcz

* Changed ArduinoPlayerTranslator to work with the new changes on PlayerTranslator to support TimerMorph in compiled mode.

by Ricardo Moran (richi.moran@gmail.com) at March 05, 2013 09:56 PM

PhysicalEtoys-Richo.196.mcz

* Implemented TimerMorph's behavior for compiled mode. Since this new object can be used in both Arduino, Lego NXT, and DuinoBot I thought it would be appropriate to implement it on PlayerTranslator.
The implementation is a little hacky: it creates a ficticious #step script for all the timers found in the World. This #step script will handle itself when the timer should be trigger by checking the #currentTick and comparing it to its #startTime. The hack relies on the #compileLoopMethod which would add a call to the #step method on every tick.

Since this change affects the three projects it should be tested thoroughly.

by Ricardo Moran (richi.moran@gmail.com) at March 05, 2013 09:53 PM

source.squeak.org

Morphic-fbs.644

Moved Morph's "geometry eToy" and "latter day support" methods to Etoys.

by Frank Shearar (frank.shearar@gmail.com) at March 05, 2013 09:53 PM

EToys-fbs.93

Moved Morph's "geometry eToy" and "latter day support" methods to Etoys.

by Frank Shearar (frank.shearar@gmail.com) at March 05, 2013 09:52 PM

squeaksource.com

DrGeoII-Core-HilaireFernandes.412.mcz

Bitmap item
#924270 Unfixed Z layer with image
#1045035 bitmap Image integration

by Hilaire Fernandes (hilaire@ofset.org) at March 05, 2013 07:58 PM

source.squeak.org

Etoys-kfr.155

Missing method for scripting "naked" morphs

by Karl Ramberg (karlramberg@gmail.com) at March 05, 2013 07:10 PM

squeaksource.com

SmalltalkExperiment-AndreHora.8.mcz

smalltalk experiment

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 03:56 PM

SmalltalkExperiment-AndreHora.7.mcz

smalltalk experiment

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 03:00 PM

SmalltalkExperiment-AndreHora.6.mcz

smalltalk experiment

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 02:45 PM

SmalltalkExperiment-AndreHora.5.mcz

smalltalk experiment

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 02:32 PM

SmalltalkExperiment-AndreHora.4.mcz

smalltalk experiment

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 01:39 PM

Phexample-ToonVerwaest.56.mcz

better pharo integration for exceptions
started splitting the parser into multiple malleable classes

March 05, 2013 12:34 PM

Phexample-ToonVerwaest.54.mcz

ensure that parsing fails when there is a bug in the code somewhere...

March 05, 2013 12:34 PM

Phexample-CamilloBruni.55.mcz

adding missing equals

March 05, 2013 12:34 PM

Phexample-CamilloBruni.53.mcz

basic float parsing

March 05, 2013 12:34 PM

Phexample-CamilloBruni.52.mcz

it committed some new test for classa name and stuff

March 05, 2013 12:34 PM

Phexample-CamilloBruni.50.mcz

adding extension methods

March 05, 2013 12:34 PM

Phexample-CamilloBrun.51.mcz

t&c exporting single classes by having decent instvar names (hacked in...O)

March 05, 2013 12:34 PM

Manifest-Support-SimonAllier.5.mcz

March 05, 2013 12:33 PM

SmalltalkExperiment-AndreHora.3.mcz

smalltalk experiment

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 12:25 PM

Softwarenaut-UI-DennisSchenk.18.mcz

Moved special layout to UI package. Changed default values for edgeThickness and calculation of edgeThickness with alpha values.

by Dennis Schenk (d.schenk@students.unibe.ch) at March 05, 2013 10:57 AM

Softwarenaut-StackoverflowMining-DennisSchenk.5.mcz

Performance improvements.

by Dennis Schenk (d.schenk@students.unibe.ch) at March 05, 2013 10:55 AM

Softwarenaut-Geocoding-DennisSchenk.2.mcz

Add Inhabitant class, and introduced weight var.

by Dennis Schenk (d.schenk@students.unibe.ch) at March 05, 2013 10:55 AM

Softwarenaut-Extensions-DennisSchenk.3.mcz

Moved layout to UI package.

by Dennis Schenk (d.schenk@students.unibe.ch) at March 05, 2013 10:54 AM

SmalltalkExperiment-AndreHora.2.mcz

finding updated packages

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 10:15 AM

SmalltalkExperiment-AndreHora.1.mcz

smalltalk experiment

by Andre Hora (andrehoraa@gmail.com) at March 05, 2013 09:53 AM

source.squeak.org

System-fbs.519

Simple typo fix.

by Frank Shearar (frank.shearar@gmail.com) at March 05, 2013 09:42 AM

System-fbs.518

Put all the SmallLand colour themes in a separate package.

by Frank Shearar (frank.shearar@gmail.com) at March 05, 2013 09:37 AM

System-fbs.517

Transform callers of Utilities class >> #timeStampForMethod: to callers of CompiledMethod >> #timeStamp.

by Frank Shearar (frank.shearar@gmail.com) at March 05, 2013 09:35 AM

SmallLand-ColorTheme-fbs.1

Put all the SmallLand colour themes in a separate package.

by Frank Shearar (frank.shearar@gmail.com) at March 05, 2013 09:33 AM

squeaksource.com

ConfigurationOfDaliotsPlayground-HwaJong.292.mcz

ObjectDiff - remove ODSheet

March 05, 2013 08:27 AM

ObjectDiff-HwaJong.63.mcz

ODSheet

March 05, 2013 08:25 AM

ConfigurationOfDaliotsPlayground-HwaJong.291.mcz

ObjectSheet

March 05, 2013 06:20 AM

ObjectSheet-HwaJong.1.mcz

implemented in 1 day. great!

March 05, 2013 06:03 AM

March 04, 2013

source.squeak.org

Tools-fbs.450

Transform callers of Utilities class >> #timeStampForMethod: to callers of CompiledMethod >> #timeStamp.

by Frank Shearar (frank.shearar@gmail.com) at March 04, 2013 10:45 PM

System-fbs.517

Transform callers of Utilities class >> #timeStampForMethod: to callers of CompiledMethod >> #timeStamp.

by Frank Shearar (frank.shearar@gmail.com) at March 04, 2013 10:44 PM

EToys-fbs.92

All this method's senders are in the Etoys package, so it almost certainly belongs in the Etoys package.

by Frank Shearar (frank.shearar@gmail.com) at March 04, 2013 10:22 PM

System-fbs.516

All this method's senders are in the Etoys package, so it almost certainly belongs in the Etoys package.

by Frank Shearar (frank.shearar@gmail.com) at March 04, 2013 10:21 PM

squeaksource.com

Money-PaulDeBruicker.51.mcz

fixed printing of ConvertableMoney

March 04, 2013 07:45 PM

Money-PaulDeBruicker.50.mcz

revamped the render method. should use the Globalize js library rather than toLocaleString() when possible

March 04, 2013 07:16 PM

Softwarenaut-Extensions-DennisSchenk.2.mcz

Added continent specific layout by mircea lungu.

by Dennis Schenk (d.schenk@students.unibe.ch) at March 04, 2013 02:43 PM

Softwarenaut-UI-DennisSchenk.17.mcz

Make sure nodes are growing linearly in area, not side length

by Dennis Schenk (d.schenk@students.unibe.ch) at March 04, 2013 02:40 PM

Softwarenaut-StackoverflowMining-DennisSchenk.4.mcz

Added a simple hiGraph Browser by mircea lungu.

by Dennis Schenk (d.schenk@students.unibe.ch) at March 04, 2013 02:39 PM

DuinoBot-EtoysCompiler-Richo.14.mcz

* Improved DuinoBotMorph>>installFirmware a little. Now it also deletes all the source files from the Sketches directory. Added some comments.

by Ricardo Moran (richi.moran@gmail.com) at March 04, 2013 02:33 PM

source.squeak.org

Kernel-bf.744

Sanitize Time class>>readFrom: to not read beyond the time. Use that to sanitize DateAndTime class>>readFrom:, too, avoiding the only known use of PositionableStream>>last. Time tests are still green.

by Bert Freudenberg (bert@freudenbergs.de) at March 04, 2013 02:25 PM

Collections-bf.505

Put back PositionableStream>>last with a better comment.

by Bert Freudenberg (bert@freudenbergs.de) at March 04, 2013 01:39 PM

squeaksource.com

DrGeoII-Core-HilaireFernandes.411.mcz

bitmap WIP

by Hilaire Fernandes (hilaire@ofset.org) at March 04, 2013 09:53 AM

March 03, 2013

squeaksource.com

ConfigurationOfPastell-AlexandreBergel.5.mcz

All tests are green. Version 1.0.4 #stable

by Torsten Bergmann (Torsten.Bergmann@astares.de) at March 03, 2013 08:10 PM

ConfigurationOfPastell-tbn.4.mcz

add stable version

by Torsten Bergmann (Torsten.Bergmann@astares.de) at March 03, 2013 08:10 PM

SqueaXTream-Core-nice.4.mcz

1) add #nl
2) use skip: -1 rather than position:
3) correct isPositionable

by nicolas cellier (nicolas.cellier.aka.nice@gmail.com) at March 03, 2013 05:35 PM

SqueaXTream-OS-nice.4.mcz

Provide next:putAll:startingAt:

by nicolas cellier (nicolas.cellier.aka.nice@gmail.com) at March 03, 2013 05:28 PM

SqueaXTream-CharacterCode-nice.3.mcz

1) Handle line end
2) use cleaner temp names in #nextPut16BitValue:
3) use ByteArray where possible

by nicolas cellier (nicolas.cellier.aka.nice@gmail.com) at March 03, 2013 05:27 PM

ConfigurationOfOPAX-StephaneDucasse.2.mcz

new commit

March 03, 2013 04:32 PM

ConfigurationOfPastell-StephaneDucasse.6.mcz

first version fully working.
Ready to get to the CI server.

March 03, 2013 04:29 PM

ConfigurationOfXMLParser-SD.10.mcz

first version with all tests green.

March 03, 2013 04:28 PM

DrGeoII-Core-HilaireFernandes.410.mcz

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.