resources/.dir.info
author Jan Vrany <jan.vrany@labware.com>
Wed, 03 Feb 2021 11:52:30 +0000
branchjv
changeset 25410 c91ea94445d1
parent 469 388a38561957
permissions -rw-r--r--
Reworked `SimulatedClassPool >> #associationAt:ifAbsent:` to throw an error ...if there's no such class variable. This makes it behave more like dictionary / pool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
469
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
This directory contains resource files for some language specifics.
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
These files are normally copied or sym-linked to a standard
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
place (like '/usr/local/lib/smalltalk/resources').
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
The only class using resources is (currently) Date, which needs language
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
specific day- and month names.
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
If you change anything here, make sure to do a 'make newResources'
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
in the directory '../smalltalk' and - if appropriate reinstall
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
the resource files into their standard place.