~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to lib/db/dbmilib.dox

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
 
270
270
void #db_malloc (int n)
271
271
 
272
 
void #db_realloc (void s, int n)
 
272
void #db_realloc (void *s, int n)
 
273
 
 
274
void #db_free (void *s, int n)
273
275
 
274
276
 
275
277
\subsection DB_case_routines DB case routines
799
801
 
800
802
GRASS 6 Vector Architecture: \ref Vector_Library
801
803
 
802
 
Last change: $Date: 2008-08-08 11:11:14 +0200 (ven, 08 ago 2008) $
 
804
Last change: $Date: 2011-03-02 12:33:10 +0100 (Wed, 02 Mar 2011) $
803
805
*/