Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 34977: more reliable test if preprocessor is GNU | Peter Stephenson | 2015-04-28 | 1 | -2/+2 |
| | |||||
* | 34287: preprocessor for signal name generation. | Peter Stephenson | 2015-01-15 | 1 | -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 Stephenson | 2015-01-09 | 1 | -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 fpath | Peter Stephenson | 2014-09-20 | 1 | -0/+3 |
| | |||||
* | unposted: update 31983 to suppress stdout from cmp, too. | Peter Stephenson | 2014-01-27 | 1 | -1/+1 |
| | | | | Gets rid of unnecessary messages building patchlevel.h. | ||||
* | 31983: suppress warning from cmp when genering patchlevel.h. | Peter Stephenson | 2013-11-14 | 1 | -1/+1 |
| | | | | The warning doesn't indicate a problem, so isn't useful. | ||||
* | 31474: create patchlevel.h correctly when using a separate build tree | Barton E. Schaefer | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | 31246: make a separate patch level header for releases | Peter Stephenson | 2013-04-09 | 1 | -2/+6 |
| | |||||
* | Generate patch level using `git describe` | Aaron Schrab | 2013-04-03 | 1 | -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.h | Peter Stephenson | 2011-05-11 | 1 | -3/+1 |
| | |||||
* | rename system.h to zsh_system.h | Peter Stephenson | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | 29214: use -I rather than explicit path to find headers | Peter Stephenson | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | 29195: Separate nameddir hash to avoid clash of | Peter Stephenson | 2011-05-09 | 1 | -1/+1 |
| | | | | "bool" type on Solaris | ||||
* | 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵ | Frank Terbeck | 2011-04-18 | 1 | -0/+4 |
| | | | | directories to the default `$fpath'. | ||||
* | 28065 plus unposted zsh.mdd: | Peter Stephenson | 2010-07-09 | 1 | -1/+1 |
| | | | | add cdr and related functions and docs | ||||
* | 26300: dont use "echo -n" for $ZSH_PATCHLEVEL | Peter Stephenson | 2009-01-13 | 1 | -5/+3 |
| | |||||
* | unposted: fix error using dollar Revision dollar | Peter Stephenson | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | 262727: add $ZSH_PATCHLEVEL from ChangeLog revision | Peter Stephenson | 2009-01-09 | 1 | -0/+9 |
| | |||||
* | users/13252 and elsewhere: Frank Terbeck plus tweaks: | Peter Stephenson | 2008-09-19 | 1 | -1/+1 |
| | | | | add VCS_Info function system | ||||
* | 24705: rationalise curses and term headers even more | Peter Stephenson | 2008-03-13 | 1 | -1/+18 |
| | |||||
* | 23312: fix versioning and initialisation of word code headers | Peter Stephenson | 2007-04-23 | 1 | -1/+1 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | 21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath. | Clint Adams | 2005-07-26 | 1 | -3/+3 |
| | |||||
* | 21498: Add zsh/newuser module | Peter Stephenson | 2005-07-20 | 1 | -0/+6 |
| | |||||
* | 20812: Add functions for exception handling | Peter Stephenson | 2005-02-15 | 1 | -1/+1 |
| | |||||
* | unposted: update distribution files for 18980 and 19053 | Peter Stephenson | 2003-10-06 | 1 | -1/+1 |
| | |||||
* | 14077: revert clint's build patches on 19.04.2001 | Andrey Borzenkov | 2001-04-23 | 1 | -2/+0 |
| | |||||
* | 14039: simulate old linking behavior | Clint Adams | 2001-04-19 | 1 | -1/+1 |
| | |||||
* | 14033: reduce unnecessary library linking for modules and main binary | Clint Adams | 2001-04-19 | 1 | -0/+2 |
| | |||||
* | cleanup after function move | Sven Wischnowsky | 2001-04-02 | 1 | -1/+1 |
| | |||||
* | Fix --enable-function-subdirs for new config.modules system. | Peter Stephenson | 2000-12-04 | 1 | -4/+7 |
| | |||||
* | Function installation information now in config.modules | Peter Stephenson | 2000-11-30 | 1 | -0/+1 |
| | |||||
* | 13194: change in module configuration system | Peter Stephenson | 2000-11-26 | 1 | -15/+21 |
| | |||||
* | 12846: moved simple string manipulation functions to string.c | Clint Adams | 2000-09-19 | 1 | -1/+1 |
| | |||||
* | 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h, | Andrew Main | 2000-07-30 | 1 | -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 revision | Tanaka Akira | 1999-04-15 | 1 | -0/+71 |