gecko-dev/nsprpub
wtc%netscape.com faf263bb06 Fixed dprintf as suggested by Patrick Beard (beard@netscape.com).
Now dprintf calls PR_vsnprintf instead of PR_vsmprintf, so that
dprintf does not allocate memory.  This is because PR_Assert (which
calls dprintf) can get called at interrupt time, and it is unsafe
to allocate memory at interrupt time on the Mac.
1998-09-09 01:17:41 +00:00
..
config Backed out an accidental change of the setting of OBJDIR_NAME in the 1998-09-08 21:45:31 +00:00
include AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
lib Made counts be unsigned. 1998-09-01 00:17:09 +00:00
macbuild added base64.c to fix Raptor build 1998-08-05 08:30:07 +00:00
pr Fixed dprintf as suggested by Patrick Beard (beard@netscape.com). 1998-09-09 01:17:41 +00:00
tools AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
Makefile Do not build pr/tests by default. This shortens the default build 1998-04-13 21:40:18 +00:00
Makefile.in AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
makefile.win In debug build, define MOZ_NO_DEBUG_RTL to use the nondebug version 1998-06-04 04:55:37 +00:00