~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to libtommath/bn_mp_grow.c

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-06-26 11:47:14 UTC
  • mfrom: (11.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110626114714-mdw95b180f00mm08
Tags: 8.5.10-1
* New upstream release (closes: #617628).
* Changed tclsh8.5 alternative priority to 850 to make it higher than
  tclsh8.4 one.
* Bumped standards version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  return MP_OKAY;
52
52
}
53
53
#endif
54
 
 
55
 
/* $Source: /cvsroot/tcl/libtommath/bn_mp_grow.c,v $ */
56
 
/* $Revision: 1.1.1.3 $ */
57
 
/* $Date: 2006/12/01 00:08:11 $ */