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
2006-11-142006-11-14 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
in man: * sgen.1, Makefile: added manpage for sgen. in scripts: * Makefile.am : added sgen. svn path=/trunk/mono/; revision=67841
2006-11-01Add this tooMiguel de Icaza
svn path=/trunk/mono/; revision=67239
2006-08-15Add it to the others, and fix my previous commitMiguel de Icaza
svn path=/trunk/mono/; revision=63773
2006-08-15Add MONO_OPTIONS hereMiguel de Icaza
svn path=/trunk/mono/; revision=63772
2006-07-19* scripts/mono-find-provides.in: Remove support for only scanning files in ↵Wade Berrier
the gac. The problem is that mono apps are often broken up into subpackages, and deps can only be resolved if the assemblies are in the gac, even when they sometimes shouldn't be. (See https://bugzilla.novell.com/show_bug.cgi?id=144655) svn path=/trunk/mono/; revision=62759
2006-07-17* scripts/mono-find-requires.in: Change rpm requires to >= 1.0.3300.0 instead ofWade Berrier
=, since we don't explicitly provide 1.0.3300.0 versions. svn path=/trunk/mono/; revision=62688
2006-05-24* scripts/Makefile.am (scripts_1_0, scripts_2_0): Move nunit-console ...Raja R Harinath
(scripts_nunit): ... here. (REWRITE1_DEBUG, REWRITE2_DEBUG): New defines that pass a --debug to the mono runtime. (nunit-console, nunit-console2): New targets. Use them. svn path=/trunk/mono/; revision=61039
2006-04-26* scripts/mono-find-provides.in: Only scan files that are in the gac.Wade Berrier
This allows packages to contain private assemblies that won't conflict with other packages. Fixes bugzilla.novell.com #144655. svn path=/trunk/mono/; revision=59881
2006-04-212006-04-21 Alp Toker <alp@atoker.com>Alp Toker
* scripts/mono-service.in: Usage info fixes: Lock file was referred to as .log instead of .lock. Fixes #75724. $0 was in single-quoted, so not interpreted. svn path=/trunk/mono/; revision=59719
2006-04-112006-04-11 Gert Driesen <gert.driesen@telenet.be>Raja R Harinath
* scripts/Makefile.am (scripts_2_0): Add 'resgen2'. svn path=/trunk/mono/; revision=59350
2006-02-16generate a mono-service2 scriptGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=56902
2006-01-30added dtd2rng and mono-xmltool.Atsushi Eno
svn path=/trunk/mono/; revision=56237
2006-01-10* scripts/Makefile.am (scripts_2_0): Add nunit-console2.Raja R Harinath
svn path=/trunk/mono/; revision=55296
2005-12-012005-12-01 Mike Kestner <mkestner@novell.com>Mike Kestner
* scripts/mono-find-provides.in: support policy assemblies. svn path=/trunk/mono/; revision=53764
2005-11-21* scripts/Makefile.am (bin_SCRIPTS): Move 'gmcs' to ...Raja R Harinath
(scripts_2_0): ... here. (gmcs): Remove special-case rule. svn path=/trunk/mono/; revision=53299
2005-11-12Add a new script to allow some tools, like sn and makecert, to generate ↵Sebastien Pouliot
files (e.g. private keys) available only to the user (by calling umask 077 before mono) svn path=/trunk/mono/; revision=52948
2005-11-10Also change the MakefileMiguel de Icaza
svn path=/trunk/mono/; revision=52865
2005-11-10Revert the script magic to do relocations, it does not work when the ↵Miguel de Icaza
commands are symlinked svn path=/trunk/mono/; revision=52862
2005-10-29* mono.pc.in, mint.pc.in, configure.in: Make these relocatable.Wade Berrier
* scripts: Makefile.am mono-nunit.pc.in script.in mono-service.in Make all the wrappers relocatable. svn path=/trunk/mono/; revision=52364
2005-10-12Add mozroots to the scriptsSebastien Pouliot
svn path=/trunk/mono/; revision=51637
2005-09-21Add xbuildMiguel de Icaza
svn path=/trunk/mono/; revision=50404
2005-08-09Lets use this oneMiguel de Icaza
svn path=/trunk/mono/; revision=48198
2005-07-14Remove . from names, breaks with some automakesMiguel de Icaza
svn path=/trunk/mono/; revision=47307
2005-07-11* scripts/script.in: Add @framework_version@ blank.Raja R Harinath
* scripts/script2.in: Remove. * scripts/Makefile.am: Update. Use wsdl.exe for wsdl2 and monop.exe for monop2. svn path=/trunk/mono/; revision=47161
2005-07-042005-07-03 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* scripts/Makefile.am (bin2_SCRIPTS): Add monop2 svn path=/trunk/mono/; revision=46895
2005-06-13 * scripts/Makefile.am: Add mono-shlib-cop.Jonathan Pryor
svn path=/trunk/mono/; revision=45866
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-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-03Fix make distcheckMiguel de Icaza
svn path=/trunk/mono/; revision=43914
2005-04-06Fixed argument passing to exe.Joerg Rosenkranz
svn path=/trunk/mono/; revision=42614
2005-04-06Added ampersand to run in background.Joerg Rosenkranz
svn path=/trunk/mono/; revision=42610
2005-04-06Verbose usage message.Joerg Rosenkranz
svn path=/trunk/mono/; revision=42600
2005-04-06MONO_DISABLE_SHM and redirectsMiguel de Icaza
svn path=/trunk/mono/; revision=42590
2005-04-06Add script for mono-serviceMiguel de Icaza
svn path=/trunk/mono/; revision=42588
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-02-16remove .cvsignore, as this is not used anymoreBen Maurer
svn path=/trunk/mono/; revision=40731
2005-02-15* scripts/Makefile.am ($(bin_SCRIPTS)): Depend on Makefile, soRaja R Harinath
that it picks up any changes in $prefix. ($(bin2_SCRIPTS)): Likewise. svn path=/trunk/mono/; revision=40696
2005-02-132005-02-13 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* dtd2xsd: Remove generated file from SVN. svn path=/trunk/mono/; revision=40581
2005-02-12added mjs for script creationCésar Natarén
svn path=/trunk/mono/; revision=40552
2005-02-012005-01-31 Geoff Norton <gnorton@customerdna.com>Geoff Norton
* Initial import of macpack svn path=/trunk/mono/; revision=39906
2005-01-22Add scriptMiguel de Icaza
svn path=/trunk/mono/; revision=39345
2005-01-152005-01-15 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* scripts/Makefile.am (bin_SCRIPTS): Remove whitespace after \. svn path=/trunk/mono/; revision=38979
2005-01-15Let's keep this alphabeticalDuncan Mak
svn path=/trunk/mono/; revision=38965
2005-01-15UpdateMiguel de Icaza
svn path=/trunk/mono/; revision=38962
2005-01-14include mint and caspolMiguel de Icaza
svn path=/trunk/mono/; revision=38961
2005-01-042005-01-03 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* configure.in: Add mono-nunit to output svn path=/trunk/mono/; revision=38297
2004-12-21Added permview tool for scripts generationSebastien Pouliot
svn path=/trunk/mono/; revision=38034
2004-12-102004-12-10 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* scripts/Makefile.am, scripts/dtd2xsd : new. * man/Makefile.am, man/dtd2xsd.1 : new. svn path=/trunk/mono/; revision=37559
2004-11-28Add scriptsMiguel de Icaza
svn path=/trunk/mono/; revision=36705
2004-11-28Give this Makefile, the sorting tender love of a clean list of targetsMiguel de Icaza
svn path=/trunk/mono/; revision=36701