Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
pjs
зеркало из
https://github.com/mozilla/pjs.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули pjs
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
810f5b6875
pjs
/
xpcom
/
libxpt
/
src
История
briano%netscape.com
2f160a1151
Fixed a bug that only exhibited itself if NO_STATIC_LIB was defined. The tools (../tools) require that libxpt.a gets built no matter what, and that wasn't happening.
1999-05-20 23:17:03 +00:00
..
.cvsignore
Ignore generated files.
1999-01-22 06:33:54 +00:00
Makefile.in
Fixed a bug that only exhibited itself if NO_STATIC_LIB was defined. The tools (../tools) require that libxpt.a gets built no matter what, and that wasn't happening.
1999-05-20 23:17:03 +00:00
makefile.win
removing reference to nspr in windows makefile
1999-04-13 21:23:45 +00:00
xpt_struct.c
Only alloc space for interface records if we actually have interfaces; fixes a calloc(1,0) bug that was breaking the AIX build. (Thanks to Jim Dunn <jdunn@netscape.com> for finding this, and to Mike Shaver <shaver@netscape.com> for contributing the patch.
1999-05-18 02:10:05 +00:00
xpt_xdr.c
Be conservative, and initialize the XPTState struct to 0 when allocating it. This cropped up as a problem where garbage fields were busting the msvc 6.0 -opt build, but was really xp.
1999-05-12 22:56:42 +00:00