aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-11-14 09:14:48 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-11-14 09:14:48 +0000
commit5a7f0d5a1f880f690ff11e168c44455d1c4f7c89 (patch)
tree5cd27d4aeaf493b8d350dcb5dc9101db3a6e2b12
parentfd714cdcec660f915917edd239324e7544daa234 (diff)
downloadgdbm-5a7f0d5a1f880f690ff11e168c44455d1c4f7c89.tar.gz
gdbm-5a7f0d5a1f880f690ff11e168c44455d1c4f7c89.tar.bz2
Update.
-rw-r--r--ChangeLog4
-rw-r--r--po/POTFILES.in9
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8072ea2..07c1383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2011-11-14 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * po/POTFILES.in: Update
+
2011-11-13 Sergey Poznyakoff <gray@gnu.org.ua>
Implement new dump format. Add new utilities: gdbm_dump and gdbm_load.
* configure.ac (AC_CHECK_HEADERS): Don't check for files that must
always be present. Check for getopt.h.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e4145ff..ce3d71d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -11,13 +11,18 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GDBM. If not, see <http://www.gnu.org/licenses/>.
-src/gdbmerrno.c
src/bucket.c
src/falloc.c
src/findkey.c
+src/gdbm_dump.c
+src/gdbm_load.c
+src/gdbmerrno.c
+src/gdbmfetch.c
src/gdbmseq.c
+src/gdbmstore.c
+src/parseopt.c
src/testgdbm.c
-src/update.c \ No newline at end of file
+src/update.c

Return to:

Send suggestions and report system problems to the System administrator.