dan
debd7ef5e8
Added wmessage() for printing a variable formatted message to stderr
...
with the program name prepended to it.
2000-11-06 23:13:14 +00:00
dan
7350f7826d
Fixed buffer overflow problems
2000-10-01 03:05:25 +00:00
dan
03748f0fbe
removed WErrorCode
1999-12-12 20:35:12 +00:00
dan
9e47eba187
- Added a global var WErrorCode similar to errno or RErrorCode.
...
- New function wsyserrorwithcode(), like wsyserror() for prints the message
for the specified error code, instead of errno. This is for cases where
you can't call wsyserror() immediately after the error, but save errno
code for a later use.
1999-12-12 04:17:18 +00:00
dan
bb75616aad
Added char* wsterrror(int errnum) to return the string associated with errnum
...
This works even on platforms that don't provide strerror().
1999-12-11 00:39:57 +00:00
dan
9007a6575d
This update includes the 0.20.3pre3 code
1998-11-23 11:32:19 +00:00
dan
9af1c6c415
Updating to version 0.20.2
...
Many bug fixes.
1998-10-21 14:43:47 +00:00
scottc
9d2e6ef9f1
Initial revision
1998-09-29 22:36:29 +00:00