diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-11 16:55:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-11 16:55:02 +0000 |
commit | a7f27abfebaf8ec3869c32443bb07f5e97eca5ff (patch) | |
tree | 45438858912663c21f47e7d051a059015a0ac102 /doc/CHANGES | |
parent | 51772eb1617a076697634ef8855835bd24b8c5a1 (diff) | |
download | pkgsrc-a7f27abfebaf8ec3869c32443bb07f5e97eca5ff.tar.gz |
Update tcl-gdbm to 0.10. Patch to make this package work with tcl-8.4
was provided by Bernhard 'burnhard' Riedl on hanirc's #netbsd.
Changes since 0.8:
- converted fully to Tcl_Obj's
- able to handle keys and data with embedded NUL's
- deal with Tcl's internal UTF string encoding
- put in own namespace tclgdbm::gdbm
- remerge of changes from tcl+gdbm-0.4
- remerge of changes from tcl+gdbm-0.4 (insert/store
accept multiple args for data)
- updated man pages
- add test driver tclshgdbm
- add gdbm.test which uses standard tcltest package
- repackage Dave's changes into rpm
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index fae7a227c6b..fb573c2e509 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5537 2004/04/11 16:53:36 xtraeme Exp $ +$NetBSD: CHANGES,v 1.5538 2004/04/11 16:55:02 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1909,3 +1909,4 @@ Changes to the packages collection and infrastructure in 2004: Updated dap to 2.1.2nb4 [xtraeme 2004-04-11] Updated p5-DBIx-SearchBuilder to 0.99 [recht 2004-04-11] Updated gdcd to 0.2.1nb7 [xtraeme 2004-04-11] + Updated tcl-gdbm to 0.10 [minskim 2004-04-11] |