summaryrefslogtreecommitdiff
path: root/demos/expr/expr.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore accidentally removed gmp.h includes from demos dir.Torbjorn Granlund2016-08-301-0/+1
|
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
|
* Whitespace cleanup.Marco Bodrato2012-03-041-1/+1
|
* gmp-h.in (__gmp_const): Remove.Marco Bodrato2012-03-041-3/+3
|
* Clean up spacing.tege2007-09-241-244/+244
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * configure.in, Makefile.am, doc/gmp.texi, doc/configuration,Kevin Ryde2004-05-081-16/+2
| | | | | | | tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
* * demos/expr/expr.c, demos/expr/exprfa.c, demos/expr/exprfra.c,Kevin Ryde2002-12-211-42/+50
| | | | | demos/expr/exprza.c: Use mp_get_memory_functions, not __gmp_allocate_func etc.
* * mpbsd/mtox.c, printf/obprintf.c, printf/obvprintf.c,Kevin Ryde2002-11-041-5/+4
| | | | | | | scanf/vsscanf.c, demos/expr/expr.c, demos/expr/exprf.c, demos/expr/exprfa.c, demos/expr/exprfr.c, demos/expr/exprq.c, demos/expr/exprz.c, demos/expr/exprza.c: Add <string.h> for strlen and memcpy.
* * demos/expr/expr-impl-h.in (<stdarg.h>): Use this with Microsoft C.Kevin Ryde2001-04-291-5/+0
| | | | | (HAVE_STDARG): New define. * demos/expr/expr.c,exprz.c,exprq.c,exprf.c,exprfr.c: Use it.
* * demos/expr/README, Makefile.am, expr.c, exprv.c, exprz.c, exprza.c,Kevin Ryde2001-02-011-0/+837
exprq.c, exprqa.c, exprfa.c, exprf.c, exprfr.c, exprfra.c, expr.h, expr-impl-h.in, run.c, t-expr.c: New files.