index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
24024: add zcurses input with keypad handling
Peter Stephenson
2007-10-26
1
-1
/
+41
*
24016: compilation with curses and not ncurses
Peter Stephenson
2007-10-24
1
-1
/
+1
*
23978: zcurses -s with wide characters: use waddwstr()
Peter Stephenson
2007-10-18
1
-1
/
+1
*
23943 (tweaked): search ncursesw and document this
Peter Stephenson
2007-10-12
1
-3
/
+3
*
23911: curses windowing module.
Clint Adams
2007-10-08
1
-1
/
+2
*
improve configuration handling of termcap/curses
Peter Stephenson
2007-10-02
1
-7
/
+11
*
Roy Marples: 23762: need to suppress [...] quoting in case in configure
Peter Stephenson
2007-08-16
1
-0
/
+8
*
23725: use setenv()/unsetenv() for environment memory management
Peter Stephenson
2007-07-30
1
-1
/
+1
*
23697: use -rdynamic where it seems to be available, not based on the value o...
Clint Adams
2007-07-25
1
-1
/
+7
*
revert that
Clint Adams
2007-07-12
1
-1
/
+1
*
23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.
Clint Adams
2007-07-12
1
-1
/
+1
*
fix error name searching on Linux
Peter Stephenson
2007-05-26
1
-3
/
+1
*
23375: Phil Pennock: =~, zsh/regex etc. etc.
Peter Stephenson
2007-05-01
1
-1
/
+2
*
20390: prefer ncurses to curses
Peter Stephenson
2007-01-05
1
-6
/
+15
*
23028: use texi2pdf where available
Peter Stephenson
2006-12-04
1
-0
/
+1
*
22719: check for RLIMIT_NICE and RTLIMIT_RTPRIO so 22718 will work.
Clint Adams
2006-09-15
1
-0
/
+2
*
22681: find all error number definitions
Peter Stephenson
2006-09-10
1
-6
/
+6
*
22613: add strftime -r to use strptime() if available
Peter Stephenson
2006-08-17
1
-1
/
+2
*
22582: configure.ac: test properly for functions for MULTIBYTE_SUPPORT
Peter Stephenson
2006-08-04
1
-24
/
+25
*
22501: reduce maximum function depth to 1000
Peter Stephenson
2006-06-19
1
-3
/
+3
*
22484: support varargs.h in addition to stdarg.h
Peter Stephenson
2006-06-05
1
-1
/
+1
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-1
/
+2
*
22470: attempt to improve errno.h searching
Peter Stephenson
2006-05-29
1
-5
/
+14
*
c.f. 22307: change test $foo = bar to test x$foo = xbar in configure.ac
Peter Stephenson
2006-03-02
1
-77
/
+77
*
22036: fix warning from test
Peter Stephenson
2006-03-01
1
-1
/
+1
*
22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...
Clint Adams
2006-02-19
1
-0
/
+17
*
Got rid of check for wcswidth() and added my missing commit that
Wayne Davison
2006-01-08
1
-2
/
+2
*
22123: probe for wcswidth() and assume 1 if not found
Peter Stephenson
2006-01-06
1
-1
/
+1
*
require 2.53b of autoconf for AC_PROG_EGREP
Oliver Kiddle
2005-12-09
1
-1
/
+1
*
22050: fixes for Debian GNU/kfreebsd
Oliver Kiddle
2005-12-05
1
-2
/
+2
*
Use $EGREP instead of a hard-wired "grep -E".
Wayne Davison
2005-11-30
1
-1
/
+2
*
22042: handle the Hurd's errno.h.
Clint Adams
2005-11-29
1
-1
/
+1
*
21954: work around /dev/fd problem on FreeBSD
Peter Stephenson
2005-10-30
1
-1
/
+6
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-3
/
+3
*
Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros.
Wayne Davison
2005-08-17
1
-27
/
+27
*
Removed superfluous main() from AC_TRY_COMPILE.
Wayne Davison
2005-08-17
1
-3
/
+1
*
Added --enable-/disable-multibyte support, with the default being to
Wayne Davison
2005-08-16
1
-0
/
+31
*
unposted: Perforce "attribute" command
Peter Stephenson
2005-08-01
1
-30
/
+54
*
21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.
Clint Adams
2005-07-26
1
-4
/
+4
*
21498: Add zsh/newuser module
Peter Stephenson
2005-07-20
1
-0
/
+24
*
21290: configure.ac: don't need backslash quoting within single-quote areas.
Geoff Wing
2005-05-31
1
-3
/
+3
*
Joerg Sonnenberger: 21252: Dragonfly BSD support
Oliver Kiddle
2005-05-11
1
-1
/
+1
*
21107: fix for when there is a native iconv but iconv.h is from GNU libiconv
Oliver Kiddle
2005-04-08
1
-0
/
+5
*
Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX X
Peter Stephenson
2005-04-04
1
-0
/
+27
*
20886: configure.ac: SIGTTOU -> TTOU
Peter Stephenson
2005-03-14
1
-2
/
+2
*
20862: attempt to fix configure scripts to detect iconv properly
Oliver Kiddle
2005-02-24
1
-6
/
+38
*
20811: Use the cpp trick to find the file with resource names
Peter Stephenson
2005-02-14
1
-7
/
+20
*
Generated PDF from zsh.texi using pdfetex
Peter Stephenson
2005-02-04
1
-0
/
+1
*
Motoi Washida: libiconv test needed on Mac OS X
Peter Stephenson
2005-02-04
1
-4
/
+5
*
20759, 20760, 20765: Improve Cygwin configuration
Peter Stephenson
2005-02-01
1
-2
/
+8
[next]