diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-08-02 22:02:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-08-02 22:02:03 +0000 |
commit | 0ed0f028e849509fe892cd7061617f8ad5eb3dff (patch) | |
tree | 5584e7b40824b175c4dac79c635a39e8ba252967 /libstore/ChangeLog | |
parent | d74850a770b15db3c6d2fbae3f85b3318b1d5aa3 (diff) |
2003-08-02 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
* module.c (store_module_open): NAME that doesn't contain ':' is
not considered invalid argument, but a class name without
class-specific portion.
* typed.c (store_typed_open): When NAME is empty string, don't
invoke store_open (name + 1, ...).
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r-- | libstore/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index bf2fa368..35d57ca8 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,11 @@ +2003-08-02 Ognyan Kulev <ogi@fmi.uni-sofia.bg> + + * module.c (store_module_open): NAME that doesn't contain ':' is + not considered invalid argument, but a class name without + class-specific portion. + * typed.c (store_typed_open): When NAME is empty string, don't + invoke store_open (name + 1, ...). + 2002-10-01 Ludovic Courtès <ludovic.courtes@utbm.fr> * store.h: New type store_set_size_meth_t: New type. New |