gecko-dev/xpcom
1999-09-13 05:09:53 +00:00
..
appshell Add new Photon files I forgot yesterday 1999-09-09 14:44:37 +00:00
base Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
build Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
components Implemented dll enumeration and prepopulation. Improves startup performance. 1999-09-11 14:49:55 +00:00
doc XPCOM Brownbag 1 1999-08-18 02:17:28 +00:00
ds Oops. C++ comments in a C progam is not allowed. 1999-09-12 14:07:51 +00:00
glue teach component manager that there are non-native entries in the registry 1999-09-07 23:18:47 +00:00
io Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h> 1999-09-13 05:09:53 +00:00
libxpt/xptcall adding back for doc purpose 1999-06-12 08:08:15 +00:00
macbuild Fixing build bustage for warren. 1999-09-09 23:00:23 +00:00
proxy bug fix for 13321. (hardly a fix, more of a hack). 1999-09-08 22:52:11 +00:00
reflect Renamed function arguments to avoid warnings about shadowing member variables 1999-09-12 12:08:56 +00:00
sample First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro. 1999-08-21 08:54:47 +00:00
string/obsolete Added operator = (const char*) as a convenience. always copies argument string. 1999-09-11 23:00:38 +00:00
tests Unhooking RegFactory from windows. xpcom/tools/registry/regxpcom is 1999-09-11 22:10:32 +00:00
threads Removed gcc 2.95+ ifdefs to trade one annoying warning for a less annoying one. 1999-09-12 12:03:20 +00:00
tools Adding regxpcom for windows. 1999-09-11 22:01:14 +00:00
typelib add arrays to xpidl and typelibs. got rid of vararg support scheme 1999-09-11 05:20:39 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in Adding a link change for BeOS 1999-07-17 03:38:08 +00:00
makefile.win Connecting the xpcom appshell pieces up to the windows build. 1999-09-08 19:22:55 +00:00