Newer
Older
2014-01-01 author <author@5-203-205-69.mobile.cosmote.net>
* docs/html/concepts.html, docs/html/current-function.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, docs/html/enumerations-package.html, docs/html/foreach-macro.html, docs/html/has-next-function.html, docs/html/has-previous-function.html, docs/html/index.html, docs/html/links.html, docs/html/main.css, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, docs/html/reset-function.html:
Copyright updated.
* ChangeLog: Changelog updated.
* COPYING: Copyright updated.
* enumerations.asd, enumerations.system:
Added pushing of :cl-enumerations in *features*.
2014-01-01 author <author@5-203-205-69.mobile.cosmote.net>
* COPYING: Copyright updated.
* enumerations.asd, enumerations.system:
Added pushing of :cl-enumerations in *features*.
2012-12-28 author <author@5-203-205-69.mobile.cosmote.net>
* docs/html/downloads.html, docs/html/index.html, docs/html/links.html:
Fixed license disclaimer.
* ChangeLog: ChangeLog updated.
* docs/html/links.html: Copyright updated.
* docs/html/links.html: Fixed link to Java documentation.
* hash-table-enumerations.lisp:
Added a few not-yet-exported functions. ENUMERATE-HASH-TABLE-KEYS,
ENUMERATE-HASH-TABLE-VALUES, ENUMERATE-HASH-TABLE-KEY-VALUE-PAIRS.
* COPYING, INSTALLATION, README, TIMESTAMP:
Updated copyright notices and other meta information.
* docs/html/concepts.html, docs/html/current-function.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, docs/html/enumerations-package.html, docs/html/foreach-macro.html, docs/html/has-next-function.html, docs/html/has-previous-function.html, docs/html/index.html, docs/html/links.html, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, docs/html/reset-function.html:
Added missing file 'links.html', fixed several broken links, updated
copyright notices.
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2012-12-28 author <author@paniscia.local>
* docs/html/links.html: Copyright updated.
* docs/html/links.html: Fixed link to Java documentation.
* hash-table-enumerations.lisp:
Added a few not-yet-exported functions. ENUMERATE-HASH-TABLE-KEYS,
ENUMERATE-HASH-TABLE-VALUES, ENUMERATE-HASH-TABLE-KEY-VALUE-PAIRS.
* COPYING, INSTALLATION, README, TIMESTAMP:
Updated copyright notices and other meta information.
* docs/html/concepts.html, docs/html/current-function.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, docs/html/enumerations-package.html, docs/html/foreach-macro.html, docs/html/has-next-function.html, docs/html/has-previous-function.html, docs/html/index.html, docs/html/links.html, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, docs/html/reset-function.html:
Added missing file 'links.html', fixed several broken links, updated
copyright notices.
2012-01-16 author <author@paniscia.local>
* COPYING, docs/html/index.html: Copyright updated.
* TIMESTAMP: Added TIMESTAMP.
2012-01-09 author <author@paniscia.local>
* README, COPYING: Copyright updated.
2011-09-30 author <author@paniscia.local>
* iterate-enumeration.lisp:
Added patch by Mason Smith to avoid calling ENUM:ENUMERATE in the
ITERATE OVER drive.
2011-01-05 author <author@paniscia.local>
* enumerations-pkg.lisp:
Fixed a (stupid!) typo that prevented compilation.
2010-12-30 author <author@paniscia.local>
* string-enumerations.lisp: Minor change.
* vector-enumerations.lisp, string-enumerations.lisp:
Copyright updated and other minor cosmetic changes.
* sequence-enumeration.lisp: Minor change.
* sequence-enumeration.lisp, number-enumerations.lisp, iterate-enumeration.lisp, hash-table-enumerations.lisp, foreach.lisp, enumerations.system, enumerations.asd, array-enumerations.lisp, README, enumerations.lisp, list-enumerations.lisp:
Copyright updated and other minor cosmetic changes.
* enumerations-pkg.lisp:
Package definition updated alongside the copyright notice.
* COPYING: Copyright updated.
2010-12-17 author <author@paniscia.local>
* ChangeLog: ChangLog updated.
* .cvsignore: Added .cvsignore file.
* enumerations.lisp:
Fixed stupid error in base methods for PREVIOUS and HAS-PREVIOUS-P.
2010-12-17 author <author@paniscia.pd.disco.unimib.it>
* .cvsignore: Added .cvsignore file.
* enumerations.lisp:
Fixed stupid error in base methods for PREVIOUS and HAS-PREVIOUS-P.
2010-12-12 author <author@paniscia.pd.disco.unimib.it>
* ChangeLog: ChangeLog updated.
* enumerations.asd: Changed system name.
2010-12-12 author <author@paniscia.local>
* enumerations.asd: Changed system name.
2010-12-08 author <author@paniscia.local>
* iterate-enumeration.lisp: Added file.
* enumerations.asd: Added conditional dependency on ITERATE.
* enumerations.asd: Minor change to make sure that ASDF does not bomb.
* enumerations.asd: Added .asd file.
2005-11-14 author <author@paniscia.local>
* ChangeLog: ChangeLog updated.
* string-enumerations.lisp:
Commented out the protocol implementation for SIMPLE-STRING. The
methods may be a good idea, but CL does not support DEFMETHODs with a
"type" discriminant, and SIMPLE-STRING is a type and not a class.
This does not seem to cause problems in LW and CMUCL, but, for
example, it breaks ECL.
2005-11-14 mantoniotti <mantoniotti@vault>
* string-enumerations.lisp:
Commented out the protocol implementation for SIMPLE-STRING. The
methods may be a good idea, but CL does not support DEFMETHODs with a
"type" discriminant, and SIMPLE-STRING is a type and not a class.
This does not seem to cause problems in LW and CMUCL, but, for
example, it breaks ECL.
2005-06-30 mantoniotti <mantoniotti@vault>
* ChangeLog: ChangeLog created and updated.
* enumerations.system:
Added preliminary code to handle the ITERATE library.
* hash-table-enumerations.lisp:
Fixed stupid mistake in the ENUMERATE method. The hash table was not
passed to MAKE-INSTANCE of the HASH-TABLE-ENUMERATION object.
Thanks to Martin Elster for finding this one out.
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
2005-06-30 mantoniotti <mantoniotti@vault>
* enumerations.system:
Added preliminary code to handle the ITERATE library.
* hash-table-enumerations.lisp:
Fixed stupid mistake in the ENUMERATE method. The hash table was not
passed to MAKE-INSTANCE of the HASH-TABLE-ENUMERATION object.
Thanks to Martin Elster for finding this one out.
2005-03-10 mantoniotti <mantoniotti@vault>
* docs/html/enumerations-hierarchy.sxd, docs/html/enumerations-hierarchy.jpg, docs/html/enumerations-hierarchy.GIF, docs/html/enumerations-hierarchy.eps:
Updated hierarchy image.
* list-enumerations.lisp:
Fixed behavior of RESET, which was incorrect in the presence of START
different from 0.
* docs/html/reset-function.html: Added documentation for RESET.
* COPYING, INSTALLATION, README:
Added README, COPYING and INSTALLATION files.
* enumerations.lisp: Removed dead code.
* enumerations.lisp: Added DEFGENERIC for RESET and some doc strings.
* docs/html/current-function.html: Added file.
* enumerations-pkg.lisp: Fixed spelling in package name and nicknames.
* docs/html/downloads.html: Now it should be finally finally fixed.
* docs/html/downloads.html: Hopefully fixed the link to CVS download.
2005-03-09 mantoniotti <mantoniotti@vault>
* docs/html/downloads.html: More fixes to CVS repository address.
* docs/html/downloads.html: Fixed reference to CVS repository.
* docs/html/index.html:
Removed uninformative part about the structure of the documentation.
* array-enumerations.lisp, docs/html/concepts.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, docs/html/enumerations-hierarchy.GIF, docs/html/enumerations-hierarchy.bmp, docs/html/enumerations-hierarchy.eps, docs/html/enumerations-hierarchy.jpg, docs/html/enumerations-hierarchy.sxd, docs/html/enumerations-package.html, docs/html/foreach-macro.html, docs/html/has-next-function.html, docs/html/has-previous-function.html, docs/html/index.html, docs/html/main.css, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, enumerations-pkg.lisp, enumerations.lisp, enumerations.system, foreach.lisp, hash-table-enumerations.lisp, list-enumerations.lisp, number-enumerations.lisp, sequence-enumeration.lisp, string-enumerations.lisp, vector-enumerations.lisp:
Initial import.
* array-enumerations.lisp, docs/html/concepts.html, docs/html/downloads.html, docs/html/enumerate-function.html, docs/html/enumerations-dictionary.html, docs/html/enumerations-hierarchy.GIF, docs/html/enumerations-hierarchy.bmp, docs/html/enumerations-hierarchy.eps, docs/html/enumerations-hierarchy.jpg, docs/html/enumerations-hierarchy.sxd, docs/html/enumerations-package.html, docs/html/foreach-macro.html, docs/html/has-next-function.html, docs/html/has-previous-function.html, docs/html/index.html, docs/html/main.css, docs/html/next-function.html, docs/html/previous-function.html, docs/html/range-function.html, enumerations-pkg.lisp, enumerations.lisp, enumerations.system, foreach.lisp, hash-table-enumerations.lisp, list-enumerations.lisp, number-enumerations.lisp, sequence-enumeration.lisp, string-enumerations.lisp, vector-enumerations.lisp:
New file.