about summary refs log tree commit diff
path: root/Src/zsh.mdd
Commit message (Collapse)AuthorAgeFilesLines
* 34977: more reliable test if preprocessor is GNUPeter Stephenson2015-04-281-2/+2
|
* 34287: preprocessor for signal name generation.Peter Stephenson2015-01-151-1/+10
| | | | | | Some gcc header files are difficult for the signames2.awk script to process, so if the preprocessor is gcc give the option -P to strip out the unwanted additions.
* Rearrange context saving.Peter Stephenson2015-01-091-1/+2
| | | | | | | Variables are now associated with the module that declares them, being initialised and saved/restored there. However, as many variables are used for communication between modules, many of them are set in multiple places, so the assignment is ambiguous.
* 33212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson2014-09-201-0/+3
|
* unposted: update 31983 to suppress stdout from cmp, too.Peter Stephenson2014-01-271-1/+1
| | | | Gets rid of unnecessary messages building patchlevel.h.
* 31983: suppress warning from cmp when genering patchlevel.h.Peter Stephenson2013-11-141-1/+1
| | | | The warning doesn't indicate a problem, so isn't useful.
* 31474: create patchlevel.h correctly when using a separate build treeBarton E. Schaefer2013-06-131-1/+1
|
* 31246: make a separate patch level header for releasesPeter Stephenson2013-04-091-2/+6
|
* Generate patch level using `git describe`Aaron Schrab2013-04-031-4/+4
| | | | | | | | | | | | | | Generate the patch level using `git describe` rather than relying on the CVS $Revision$. Need to use the `--tags` option, since currently there are no annotated tags. The `--long` option should be used so that the output will always be in the 'tag-commits-hash' format rather than just naming a tag when that would fully describe the current commit. Since changes to the patchlevel could now be caused by changes to any file, force the rule to be called every time that `make` is run. Only update the file when there are actually changes to prevent unnecessary rebuilding of other build products (currently just `params.o` and `zsh`).
* 29217: main shell now depends on zshcurses.h and zshterm.hPeter Stephenson2011-05-111-3/+1
|
* rename system.h to zsh_system.hPeter Stephenson2011-05-101-1/+1
|
* 29214: use -I rather than explicit path to find headersPeter Stephenson2011-05-101-1/+1
|
* 29195: Separate nameddir hash to avoid clash ofPeter Stephenson2011-05-091-1/+1
| | | | "bool" type on Solaris
* 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵Frank Terbeck2011-04-181-0/+4
| | | | directories to the default `$fpath'.
* 28065 plus unposted zsh.mdd:Peter Stephenson2010-07-091-1/+1
| | | | add cdr and related functions and docs
* 26300: dont use "echo -n" for $ZSH_PATCHLEVELPeter Stephenson2009-01-131-5/+3
|
* unposted: fix error using dollar Revision dollarPeter Stephenson2009-01-091-1/+1
|
* 262727: add $ZSH_PATCHLEVEL from ChangeLog revisionPeter Stephenson2009-01-091-0/+9
|
* users/13252 and elsewhere: Frank Terbeck plus tweaks:Peter Stephenson2008-09-191-1/+1
| | | | add VCS_Info function system
* 24705: rationalise curses and term headers even morePeter Stephenson2008-03-131-1/+18
|
* 23312: fix versioning and initialisation of word code headersPeter Stephenson2007-04-231-1/+1
|
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-1/+1
|
* 21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams2005-07-261-3/+3
|
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-201-0/+6
|
* 20812: Add functions for exception handlingPeter Stephenson2005-02-151-1/+1
|
* unposted: update distribution files for 18980 and 19053Peter Stephenson2003-10-061-1/+1
|
* 14077: revert clint's build patches on 19.04.2001Andrey Borzenkov2001-04-231-2/+0
|
* 14039: simulate old linking behaviorClint Adams2001-04-191-1/+1
|
* 14033: reduce unnecessary library linking for modules and main binaryClint Adams2001-04-191-0/+2
|
* cleanup after function moveSven Wischnowsky2001-04-021-1/+1
|
* Fix --enable-function-subdirs for new config.modules system.Peter Stephenson2000-12-041-4/+7
|
* Function installation information now in config.modulesPeter Stephenson2000-11-301-0/+1
|
* 13194: change in module configuration systemPeter Stephenson2000-11-261-15/+21
|
* 12846: moved simple string manipulation functions to string.cClint Adams2000-09-191-1/+1
|
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-301-16/+35
| | | | | | | | Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
* Initial revisionTanaka Akira1999-04-151-0/+71