summaryrefslogtreecommitdiff
path: root/stack-alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***tege2000-07-241-4/+4
|
* * stack-alloc.c: Dual ANSI/K&R support, add a type cast in one place,Kevin Ryde2000-04-291-5/+17
| | | | don't use C++ reserved word "this".
* * stack-alloc.c (__gmp_allocate_func,etc): Change from _mp_*.Kevin Ryde2000-04-161-6/+6
| | | | | This is separate from the change in gmp-impl.h because gmp-impl.h isn't included in stack-alloc.c (it conflicts with stack-alloc.h).
* * stack_alloc.c,stack-alloc.h: Change __tmp to __gmp_tmp.Kevin Ryde2000-04-161-6/+7
|
* Add K&R style declarations for function pointers.Kevin Ryde2000-04-131-0/+5
|
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
|
* * stack-alloc.c: Use _mp_allocate_func, not malloc.Kevin Ryde2000-04-121-3/+11
|
* * stack-alloc.c (HSIZ): New #define.tege1999-12-141-5/+7
| | | | (__tmp_alloc): Use HSIZ instead of sizeof(tmp_stack).
* Fix typo in comment.tege1997-07-251-1/+1
|
* Initial revisiontege1996-05-081-0/+108