Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-13 * man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.Jonathan Pryor
svn path=/trunk/mono/; revision=45879
2005-06-13 * data/config.in: Fix generated XML.Jonathan Pryor
svn path=/trunk/mono/; revision=45867
2005-06-13 * scripts/Makefile.am: Add mono-shlib-cop.Jonathan Pryor
svn path=/trunk/mono/; revision=45866
2005-06-092005-06-09 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in: Handle more gracefully if objdump or X isn't there. Warn the user about possible breakage. svn path=/trunk/mono/; revision=45711
2005-06-082005-06-08 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in: read the SONAME from libX11. This is the same thing as will be used by a shared library, so it will really work. This will have us get libX11.so.6 rather than libX11.so.6.2. svn path=/trunk/mono/; revision=45655
2005-06-082005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: make automake 1.9 happy about LARGE_FILES. svn path=/trunk/mono/; revision=45607
2005-06-07 * configure.in: Add checks for mremap, remap_file_pages.Jonathan Pryor
* support/sys-mman.c: Check for presence of mremap and remap_file_pages. svn path=/trunk/mono/; revision=45579
2005-06-07 * mono.spec.in: Remove. This is horribly out of date. A real specBen Maurer
file is generated in the release module. svn path=/trunk/mono/; revision=45544
2005-06-062005-06-06 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* scripts/Makefile.am: Add mono-find-* * scripts/mono-find-*.in: provides/requires stuff for rpm is now done with monodis. This makes packaging easier as it doesn't depend on the gac ind DESTDIR. * configure.in: changes for the above svn path=/trunk/mono/; revision=45522
2005-05-302005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: added test for SIOCGIFCONF. * mono/metadata/socket-io.c: when resolving the addresses for the same host returned by gethostname(), get the local IPs from the interface list. Loopback addresses are discarded if the are interfaces up with non-loopback ones. Fixes bug #63265. svn path=/trunk/mono/; revision=45187
2005-05-26README.vsnet: Instructions about the VS.NET build.Sebastien Pouliot
svn path=/trunk/mono/; revision=45056
2005-05-26Solution/Project files for VS.NETSebastien Pouliot
svn path=/trunk/mono/; revision=45049
2005-05-252005-05-25 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in: Do a test for libX11.so that really works :-). svn path=/trunk/mono/; revision=45010
2005-05-232005-05-22 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in: Add config stuff for libsqlite{,3} and libX11. * data/config.in: Add dllmaps for above mentioned libs. This means that the devel packages are not needed. svn path=/trunk/mono/; revision=44895
2005-05-172005-05-17 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* man/mono.1: Document the new MONO_DEBUG options. svn path=/trunk/mono/; revision=44630
2005-05-16* configure.in (AC_OUTPUT): Add mono/arch/ia64/Makefile.Raja R Harinath
svn path=/trunk/mono/; revision=44550
2005-05-092005-05-08 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* scripts/Makefile.am (bin_SCRIPTS): monoresgen.exe is not installed, therefore, don't make a script for it. svn path=/trunk/mono/; revision=44226
2005-05-052005-05-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Applied patch from Jakub Bogusz <qboosh@pld-linux.org>. Fix library names on sparc-linux and alpha-linux. svn path=/trunk/mono/; revision=44079
2005-05-042005-05-04 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* runtime/Makefile.am: Pass the prefix to the mcs makefiles. svn path=/trunk/mono/; revision=44027
2005-04-292005-04-28 James Willcox <james@ximian.com>James Willcox
* man/mkbundle.1: add --config-dir flag svn path=/trunk/mono/; revision=43745
2005-04-27* configure.in (AC_DISABLE_FAST_INSTALL): Set.Raja R Harinath
Try a somewhat different tack. svn path=/trunk/mono/; revision=43639
2005-04-252005-04-25 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in: Version bumpage svn path=/trunk/mono/; revision=43547
2005-04-25Fix #74692.Raja R Harinath
* configure.in ($mcsdir/build/config.make): Point RUNTIME and ILDISASM to the in-tree versions of mono and monodis. Propagate value of INSTALL to mcs too. * runtime/Makefile.am: Avoid passing RUNTIME and ILDISASM to each sub-make, now that 'configure' sets up the 'mcs' tree. svn path=/trunk/mono/; revision=43546
2005-04-232005-04-23 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* doc: Remove unused directory. svn path=/trunk/mono/; revision=43489
2005-04-232005-04-23 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Remove --with-icu option to prevent people from using it by mistake. svn path=/trunk/mono/; revision=43488
2005-04-21 ($mcsdir/build/config.make): Don't be over-eager in the definitionRaja R Harinath
and evaluation of '$exec_prefix'. svn path=/trunk/mono/; revision=43404
2005-04-21* runtime/Makefile.am (mcs-compileall): Verify the fixed-up dll too.Raja R Harinath
svn path=/trunk/mono/; revision=43395
2005-04-212005-04-21 Raja R Harinath <rharinath@novell.com>Raja R Harinath
* runtime/Makefile.am: Update. Pass 'monodis-wrapper' as ILDISASM to sub-makes. * runtime/monodis-wrapper.in: New file. * configure.in (runtime/monodis-wrapper): Create. svn path=/trunk/mono/; revision=43387
2005-04-202005-04-20 Rafael Teixeira <rafaelteixeirabr@hotmail.com>Rafael Teixeira
* data/net_1_1/machine.config, data/net_2_0/machine.config: added ' explicit="true" strict="false" ' to system.web/compilation element as in MS. Part of fix for Bug #74671 svn path=/trunk/mono/; revision=43352
2005-04-19 * configure.in: Add check for <sys/xattr.h>.Jonathan Pryor
Thanks to Daniel Drake <dsd@gentoo.org> for the patch. * support/map.c, support/map.h: Added XattrFlags values, functions. * support/sys-xattr.c: Added; <sys/xattr.h> wrapper functions. Thanks to Daniel Drake for writing these. * support/Makefile.am: Add sys-xattr.c to the build. svn path=/trunk/mono/; revision=43243
2005-04-182005-04-18 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com). svn path=/trunk/mono/; revision=43220
2005-04-162005-04-16 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* configure.in (PTHREAD_POINTER_ID): Patch from Jonathan Pryor to fix the Mono build on Solaris (bug #72818) svn path=/trunk/mono/; revision=43092
2005-04-162005-04-16 Bill Middleton <flashdict@gmail.com>Raja R Harinath
* configure.in (PREVIEW): Allow --without-preview to work. From #74615. svn path=/trunk/mono/; revision=43089
2005-04-152005-04-15 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com). svn path=/trunk/mono/; revision=43040
2005-04-14Revert to old version, now that the merge is complete.Raja R Harinath
svn path=/trunk/mono/; revision=42999
2005-04-14* mono/Makefile.am (DIST_SUBDIRS): Add 'handles' directory.Raja R Harinath
* configure.in (AC_OUTPUT): Add back 'mono/handles' directory. svn path=/trunk/mono/; revision=42992
2005-04-13* configure.in (AC_OUTPUT): Remove 'mono/handles' directory.Raja R Harinath
svn path=/trunk/mono/; revision=42886
2005-04-132005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: added checks for epoll(). svn path=/trunk/mono/; revision=42869
2005-04-122005-04-12 Geoff Norton <gnorton@customerdna.com>Geoff Norton
* configure.in: Disable -O2 on PPC until #74562 is fixed. svn path=/trunk/mono/; revision=42851
2005-04-112005-04-11 James Willcox <james@ximian.com>James Willcox
* man/mkbundle.1: add --static option svn path=/trunk/mono/; revision=42790
2005-04-112005-04-11 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Applied some freebsd patch from Bill Middleton <flashdict@gmail.com>. svn path=/trunk/mono/; revision=42787
2005-04-092005-04-09 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Add --with-large-heap option to enable support for GC heaps larger than 3GB. Hopefully fixes #73882. svn path=/trunk/mono/; revision=42733
2005-04-092005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: define FD_SETSIZE=1024 on windows (the default is only 64). Re-add aio_* stuff. Shouldn't have removed it. svn path=/trunk/mono/; revision=42724
2005-04-082005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* configure.in: no more checks for aio_*. svn path=/trunk/mono/; revision=42668
2005-04-052005-04-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Fix isinf detection on solaris. svn path=/trunk/mono/; revision=42565
2005-04-02* configure.in (pkg_config_path): Rename from PKG_PATH. Fix buildRaja R Harinath
with pkgconfig 0.16.0. svn path=/trunk/mono/; revision=42489
2005-04-012005-04-01 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* configure.in: Fix sigaltstack detection on solaris. svn path=/trunk/mono/; revision=42460
2005-03-27* configure.in: Define mono_libdir using $(exec_prefix), seeingRaja R Harinath
that it uses .../lib. * mono/metadata/Makefile.am (assembliesdir): Fix. If it is arch-dependent it has to be in $(exec_prefix). $(prefix) is for arch-independent stuff, and it would probably use $(prefix)/share rather than $(prefix)/lib. svn path=/trunk/mono/; revision=42284
2005-03-27 * configure.in: Use mono_libdir rather than libdir inBen Maurer
config.make. This fixes confusion for amd builds in buildbuddy. svn path=/trunk/mono/; revision=42279
2005-03-272005-03-26 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in, */Makefile.am: fix up lib/lib64 type stuff svn path=/trunk/mono/; revision=42277