Mercurial > noffle
comparison ChangeLog @ 55:3b3750063786 noffle
[svn]
* src/portable.h: Added file. This #defines some macros, so the code uses
__snprintf() and __vsnprintf if snprintf and vsnprintf aren't available.
This is the case on SunOS, for example.
| author | uh1763 |
|---|---|
| date | Tue, 09 May 2000 23:32:33 +0100 |
| parents | 125d79c9e586 |
| children | 688bd51704e0 |
comparison
equal
deleted
inserted
replaced
| 54:125d79c9e586 | 55:3b3750063786 |
|---|---|
| 17 time.h or sys/time.h or both, depending on which are found. | 17 time.h or sys/time.h or both, depending on which are found. |
| 18 | 18 |
| 19 * src/noffle.c: Changed the return-type of the signal-handlers bugReport() | 19 * src/noffle.c: Changed the return-type of the signal-handlers bugReport() |
| 20 and logSignal() to RETSIGTYPE, which is either void or int, depending on | 20 and logSignal() to RETSIGTYPE, which is either void or int, depending on |
| 21 the system you compile on (autoconf #defines the RETSIGTYPE). | 21 the system you compile on (autoconf #defines the RETSIGTYPE). |
| 22 | |
| 23 * src/portable.h: Added file. This #defines some macros, so the code uses | |
| 24 __snprintf() and __vsnprintf if snprintf and vsnprintf aren't available. | |
| 25 This is the case on SunOS, for example. | |
| 22 | 26 |
| 23 | 27 |
| 24 Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> | 28 Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> |
| 25 | 29 |
| 26 * src/server.c: Changed XOVER with no arg. to return info for current | 30 * src/server.c: Changed XOVER with no arg. to return info for current |
