This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-01-06 00:10:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e1d95977e4
gecko-dev
/
nsprpub
History
sdagley%netscape.com
dfeb194d83
Mac specific fix. Now that dp's code to walk the shared libs to see what is installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag.
1999-02-19 02:45:54 +00:00
..
config
add profiling capability for win32
1999-02-12 19:36:35 +00:00
lib
Removed unused variable warnings by the Macintosh compiler. The patch
1999-02-04 15:53:49 +00:00
macbuild
First Checked In.
1998-12-13 05:01:04 +00:00
pr
Mac specific fix. Now that dp's code to walk the shared libs to see what is installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag.
1999-02-19 02:45:54 +00:00
tools
Removed hardcoded AIX pathnames /usr/lpp/xlC from the makefiles,
1999-01-08 19:51:14 +00:00
Makefile
Removed the temporary depend:clean hack.
1998-12-09 17:42:06 +00:00
makefile.win