summaryrefslogtreecommitdiff
path: root/demos/pexpr.c
Commit message (Expand)AuthorAgeFilesLines
* (setup_error_handler): Catch also SIGABRT.tege2001-08-101-0/+1
* * mpfr/add.c,agm.c,exp2.c,exp3.c,generic.c,log2.c,pi.c,print_raw.c,Kevin Ryde2001-02-111-15/+15
* Add a copyright year.Kevin Ryde2001-02-081-1/+1
* (TIME): New macro.tege2001-02-021-23/+33
* (main): Accept -vml option.tege2001-01-181-4/+30
* (rstate): New variable.tege2000-12-191-3/+26
* (HAVE_sigaltstack): Fix typo in testing for _UNICOS. Also test for __hpux.tege2000-11-121-1/+3
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* (setup_error_handler): Fix typo.tege2000-10-021-2/+2
* Clean up code for systems not supportingtege2000-09-271-2/+13
* * demos/pexpr.c [__DJGPP__]: Patch by Richard Dawe to not useKevin Ryde2000-06-301-3/+3
* (setup_error_handler): Don't call sigaltstack on Unicos.tege2000-05-261-0/+3
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* (mpz_eval_expr): Properly initialize rhs/lhs for ROOT.tege2000-03-231-1/+4
* * (mpz_eval_expr): Check operand for sqrt.tege2000-03-221-3/+40
* (main): Don't allow `-N' for base, require `-bN'.tege2000-03-201-2/+5
* Move factorial handing code from `factor' to `power'.tege2000-02-251-5/+5
* Don't use setup_error_handler() in windoze.Linus Nordberg2000-01-201-2/+6
* (sigaltstack): #define to sigstack for AIX.tege2000-01-191-0/+6
* (factor): Change alloca call to a malloc/free pair.tege1999-07-071-1/+2
* * (fns): Fix typo '#if #if'.tege1999-05-041-1/+33
* * (setup_error_handler): Use sigemptyset to create empty set for portability.tege1999-05-041-6/+6
* * Add #defines for GMP 1.x and 2.0 compatibility.tege1999-05-031-26/+86
* * Add file.tege1999-03-131-0/+1057