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-07-01Version bumpmono-1-1-8-2Wade Berrier
svn path=/branches/mono-1-1-8/mono/; revision=46812
2005-06-20Bump version to 1.1.8.1Wade Berrier
svn path=/branches/mono-1-1-8/mono/; revision=46260
2005-06-15backport config changemono-1.1.8Ben Maurer
svn path=/tags/mono-1-1-8/mono/; revision=46068
2005-06-13bumpBen Maurer
svn path=/trunk/mono/; revision=45906
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-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-16* configure.in (AC_OUTPUT): Add mono/arch/ia64/Makefile.Raja R Harinath
svn path=/trunk/mono/; revision=44550
2005-05-06updateMiguel de Icaza
svn path=/trunk/mono/; revision=44100
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-041.1.7Miguel de Icaza
svn path=/trunk/mono/; revision=43979
2005-05-03upMiguel de Icaza
svn path=/trunk/mono/; revision=43912
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
* 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-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-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-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-13Remove kangaroo's hack.Paolo Molaro
svn path=/trunk/mono/; revision=42929
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 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-06Add checks for libsupportMiguel de Icaza
svn path=/trunk/mono/; revision=42602
2005-04-06Remove unmanaged monodMiguel de Icaza
svn path=/trunk/mono/; revision=42589
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-052005-04-04 Joerg Rosenkranz <joergr@voelcker.com>Joerg Rosenkranz
* monod.c: First commit: Daemon for running services built with System.ServiceProcess under Linux. svn path=/trunk/mono/; revision=42538
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
2005-03-24* configure.in (libgdiplus): Make more intuitive.Raja R Harinath
* runtime/Makefile.am (wrapper-config): Update to change. svn path=/trunk/mono/; revision=42184
2005-03-24Make Preview the default on 1.1.x buildsMiguel de Icaza
svn path=/trunk/mono/; revision=42175
2005-03-23Allow testing of System.Drawing with a libgdiplus snapshot.Raja R Harinath
* configure.in (libgdiplus): New --with-libgdiplus option. Allow the location of libgdiplus to be overridden. * runtime/Makefile.am (wrapper-config): Override location of libgdiplus if requested. svn path=/trunk/mono/; revision=42139