gecko-dev/nsprpub/pr/include
sdagley%netscape.com bbe5a1d59d Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an internal function that normally doesn't belong in the NSPR public interfaces but the Mac needs it. Changes actually from wtc, sdagley just reviewed them and is checking them in. 2000-01-28 04:00:28 +00:00
..
md Use only one definition of PipeAvailable and PipeAvailable64, which 2000-01-12 21:37:38 +00:00
obsolete Bugzilla bug #17101: move plevent.h and plevent.c from mozilla/nsprpub 2000-01-28 00:27:37 +00:00
private Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an internal function that normally doesn't belong in the NSPR public interfaces but the Mac needs it. Changes actually from wtc, sdagley just reviewed them and is checking them in. 2000-01-28 04:00:28 +00:00
MANIFEST Bugzilla bug #19150: removed prlink_mac.h and the mac-specific 2000-01-28 00:57:22 +00:00
Makefile Bugzilla bug #4842: do not export private NSPR headers (private/pprmwait.h, 1999-06-03 22:35:44 +00:00
Makefile.in Add autoconf for NSPR. Check in for cls@seawood.org. Buzill 11893 1999-10-14 15:09:11 +00:00
gencfg.c updating to license version 1.1 in boilerplate comments 1999-04-21 21:40:44 +00:00
nspr.h BugZilla: 19247. PR_GetRandomNoise() 1999-11-18 20:29:17 +00:00
pratom.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prbit.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prclist.h updating to license version 1.1 in boilerplate comments 1999-04-21 21:40:44 +00:00
prcmon.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prcountr.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prcvar.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prdtoa.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prenv.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prerr.h Bugzilla bug #7077: modified compile-et.pl so that it adds comments 1999-05-27 23:20:02 +00:00
prerror.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prinet.h Define __STRICT_ANSI__ for Linux to eliminate spurious warnings. Checkin 1999-09-14 19:39:46 +00:00
prinit.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prinrval.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prio.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
pripcsem.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prlink.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prlock.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prlog.h Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an internal function that normally doesn't belong in the NSPR public interfaces but the Mac needs it. Changes actually from wtc, sdagley just reviewed them and is checking them in. 2000-01-28 04:00:28 +00:00
prlong.h Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT. 2000-01-10 21:08:45 +00:00
prmem.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prmon.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prmwait.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prnetdb.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prolock.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prpdce.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prprf.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prproces.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prrng.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prrwlock.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prshm.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prshma.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prsystem.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prthread.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prtime.h Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT. 2000-01-10 21:08:45 +00:00
prtpool.h Add threadpool feature. Bugzilla #23951. rwtc. 2000-01-18 20:45:29 +00:00
prtrace.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prtypes.h Update to OS/2 port; the build now uses OS_ARCH=OS2, in place of WINNT. 2000-01-10 21:08:45 +00:00
prvrsion.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00
prwin16.h Add new API declaration, NSPR_API. Bugzilla #12913. 2000-01-07 01:28:13 +00:00