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
path: root/mcs/jay
AgeCommit message (Collapse)Author
2010-04-062010-04-05 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* defs.h: Quiet warnings which might bother rpm. svn path=/branches/mono-2-6/mcs/; revision=154806
2009-03-09Add .gitignore's.Martin Baulig
svn path=/trunk/mcs/; revision=128880
2008-10-17Add doc-update target support.Jonathan Pryor
The doc-update target updates the Documentation/en directory for libraries (and is otherwise ignored). svn path=/trunk/mcs/; revision=116287
2008-09-15Small documentationMiguel de Icaza
svn path=/trunk/mcs/; revision=112978
2008-09-092008-09-09 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* skeleton.cs: A little refactoring to support producing a list of tokens as opposed to a list of token strings for code that uses the yyExpecting code. svn path=/trunk/mcs/; revision=112612
2008-08-27Improve JAY: now we support EOF detectionMiguel de Icaza
svn path=/trunk/mcs/; revision=111664
2008-03-24Project files converted to 2008.Arina Itkes
svn path=/trunk/mcs/; revision=98860
2007-06-03Add vs2005 project for jayNoam Lampert
svn path=/trunk/mcs/; revision=78488
2006-09-30Kill all executable flags on *.cs and ChangeLog files.Raja R Harinath
AKA: fun with find(1)+xargs(1) AKA: find . -name \*.cs -and -perm /a+x | xargs svk propdel svn:executable svn path=/trunk/mcs/; revision=66131
2006-05-29* skeleton.cs: Implement a better translation for named-loop continues.Raja R Harinath
Remove "unreachable code" warnings in the generated code. svn path=/trunk/mcs/; revision=61223
2006-04-032006-04-03 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* output.c skeleton skeleton.cs: Initialize the jay debug tables lazily. Fixes #77946. svn path=/trunk/mcs/; revision=58937
2006-03-14Fix suggested by Axel T Schreiner on #77758Miguel de Icaza
svn path=/trunk/mcs/; revision=57917
2006-03-112006-03-10 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* reader.c (copy_action): Applied patch from Axel T Schreiner (ats@cs.rit.edu). Fixes a small bug. svn path=/trunk/mcs/; revision=57798
2006-03-042006-03-04 Martin Baulig <martin@ximian.com>Martin Baulig
* skeleton.cs: Don't call yyerror if `yyErrorFlag == 0', so we can recover from errors with an `error' token. See gtest-248.cs for an example. svn path=/trunk/mcs/; revision=57573
2006-01-06Makefile: fix man pathWade Berrier
svn path=/trunk/mcs/; revision=55157
2005-09-20jay.vcproj to build jay on pure Win32Konstantin Triger
svn path=/trunk/mcs/; revision=50288
2005-03-14In .:Raja R Harinath
* Makefile (_boot_): New. Used to generalize the bootstrap to clean and install too. * tools/security/Makefile (install-local, uninstall-local): Disable when NO_INSTALL is defined. * jay/Makefile (install-local, uninstall-local): Disable when NO_INSTALL is defined. * build/executable.make (install-local): Depend on all-local even when NO_INSTALL is defined. * build/library.make: Minor cleanups to match executable.make. * build/profiles/basic.make (no-install): Remove. * build/profiles/net_1_1_bootstrap.make (no-install): Likewise. svn path=/trunk/mcs/; revision=41786
2004-12-07Misc. 'make distcheck' fixes.Raja R Harinath
In tools: * Makefile (run-test-ondotnet-local, uninstall-local): New. In tests: * Makefile (DISTFILES): Distribute *.inc files too. (with_mono_path): New. (casts.cs, boot-casts.out, mcs-casts.out): Use it. In jay: * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1. In build: * executable.make (uninstall-local): Remove .config file too. * library.make (uninstall-local): Don't error out if GACUTIL fails. In errors: * Makefile (DISTFILES): Add expected error and ignored test lists. svn path=/trunk/mcs/; revision=37308
2004-11-25Fixed CRLF introduced by Marek.Miguel de Icaza
2004-11-24 Miguel de Icaza <miguel@ximian.com> * cs-parser.jay: Use verbosity accordingly. 2004-11-24 Miguel de Icaza <miguel@ximian.com> * skeleton.cs: use yacc_verbose_flag to control verbosity. svn path=/trunk/mcs/; revision=36502
2004-06-102004-06-10 Rafael Teixeira <rafaelteixeirabr@hotmail.com>Rafael Teixeira
* skeleton.cs: oops some uses of changed classes/interfaces also need to become internal. svn path=/trunk/mcs/; revision=29192
2004-06-102004-06-10 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* skelton.cs: make classes/interfaces internal. svn path=/trunk/mcs/; revision=29189
2004-06-032004-06-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Makefile : ignore make run-test-ondotnet. svn path=/trunk/mcs/; revision=28729
2004-05-03Mon May 3 08:34:32 CEST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* main.c, defs.h: use the proper header files instead of broken prototypes (thanks to Marcus for reporting). svn path=/trunk/mcs/; revision=26578
2004-03-132004-03-13 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* main.c (create_file_names): Try a few temp directories, since Windows uses a different directory naming scheme apparently: #47696 svn path=/trunk/mcs/; revision=23994
2004-03-052004-03-05 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
* main.c: Applied patch from Albert Strasheim (13640887@sun.ac.za). Fix compilation under mingw. svn path=/trunk/mcs/; revision=23737
2004-02-072004-02-07 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* skeleton.cs: Report the token that we errored on; Helps find parser errors. svn path=/trunk/mcs/; revision=22856
2003-12-162003-12-16 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* skelton.cs : Added ErrorOutput text writer. svn path=/trunk/mcs/; revision=21226
2003-10-18Added uninstall targetGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=19177
2003-10-082003-10-08 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>Atsushi Eno
* output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[] to make output CLS-compliant. svn path=/trunk/mcs/; revision=18759
2003-08-31FixMiguel de Icaza
svn path=/trunk/mcs/; revision=17771
2003-07-18Remove Windows debugging information (*.pdb) on make clean.Peter Williams
svn path=/trunk/mcs/; revision=16384
2003-07-14New build system from Peter Williams (peter@newton.cx)Gonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16195
2003-05-212003-05-16 Peter Williams <peterw@ximian.com>Peter Williams
* main.c (print_skel_dir): New function called when jay is passed '-p'; prints the directory where the default skeleton files are installed ($(prefix)/share/jay). * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support print_skel_dir. * jay.1: Document the -p parameter. svn path=/trunk/mcs/; revision=14732
2003-05-162003-05-16 Peter Williams <peterw@ximian.com>Peter Williams
* makefile (install): Call the install in makefile.gnu * makefile.gnu (install): Actually install jay and its skeleton files. (and docs, and manpage...) svn path=/trunk/mcs/; revision=14635
2003-02-092003-02-09 Martin Baulig <martin@ximian.com>Martin Baulig
* output.c: Use `#line default' instead of source file "-". svn path=/trunk/mcs/; revision=11395
2003-01-14Remove cleanup stuff, it has been moved to a better spot.Jackson Harper
svn path=/trunk/mcs/; revision=10498
2003-01-132003-01-13 Duncan Mak <duncan@ximian.com>Duncan Mak
* ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method in the tokenizer. This fixes the build. * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent. * cs-tokenizer.cs (Cleanup): Rename to 'cleanup' to make it more consistent with other methods. svn path=/trunk/mcs/; revision=10471
2003-01-13Call lexer.Cleanup when the lexer reaches the EOF.Jackson Harper
svn path=/trunk/mcs/; revision=10462
2002-09-04Make the variable match the prototypeMiguel de Icaza
svn path=/trunk/mcs/; revision=7231
2002-08-272002-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* makefile.gnu: * class/library.make: * class/makefile.gnu: * class/I18N/makefile.gnu * class/corlib/makefile.gnu: * class/corlib/Test/ChangeLog: * class/corlib/Test/corlib_linux_test.args: * class/corlib/Test/makefile.gnu: * class/corlib/Test/run_test.sh: * jay/makefile.gnu: * mcs/makefile.gnu: * monoresgen/makefile.gnu: * nunit/makefile.gnu: Allow running 'make -f makefile.gnu test' from top directory. In the libraries makefile.gnu you just have to add TEST_DIR=dirname with the name where tests reside. svn path=/trunk/mcs/; revision=7099
2002-08-212002-08-20 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* skeleton.cs: Fix the code that expanded the arrays dynamically, it was broken, and instead was copying 0 elements. svn path=/trunk/mcs/; revision=6838
2002-07-23makefile.gnu: Added an install target (which sets permissions and respectsAlp Toker
prefix) and fixed a few other makefile issues. svn path=/trunk/mcs/; revision=6093
2002-07-20ChangeLog update.Alp Toker
svn path=/trunk/mcs/; revision=5971
2002-07-192002-07-19 Martin Baulig <martin@gnome.org>Martin Baulig
Added the super-cool set of makefiles from Peter Williams which run on GNU/Linux without NAnt. I named them `makefile.gnu' and not `GNUmakefile' since this won't break the windows build. To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'. * mcs-tool, */makefile.gnu, class/library.make: New files. svn path=/trunk/mcs/; revision=5920
2002-07-11mktemp() is deprecated with gcc 3.1.1, use mkstemp() insteadAlp Toker
svn path=/trunk/mcs/; revision=5689
2002-06-20update readmeMiguel de Icaza
svn path=/trunk/mcs/; revision=5352
2002-01-18FlushMiguel de Icaza
svn path=/trunk/mcs/; revision=2043
2002-01-18Small fixes to report 117Miguel de Icaza
svn path=/trunk/mcs/; revision=2027
2001-09-26changed target from unix to linuxSean MacIsaac
svn path=/trunk/mcs/; revision=983
2001-09-04Add skeleton patchMiguel de Icaza
svn path=/trunk/mcs/; revision=711