| Commit message (Expand) | Author | Age | Files | Lines |
* | 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSD | Peter Stephenson | 2007-12-14 | 1 | -0/+4 |
* | 24050: handle nanosecond resolution timestamps on systems that support them | Oliver Kiddle | 2007-11-01 | 1 | -0/+21 |
* | 23927: don't define struct timezone if ZSH_OOT_MODULE is defined. | Clint Adams | 2007-10-11 | 1 | -1/+1 |
* | 23730: improve preprocessor and regression tests for 23725 | Peter Stephenson | 2007-07-31 | 1 | -2/+2 |
* | 23725: use setenv()/unsetenv() for environment memory management | Peter Stephenson | 2007-07-30 | 1 | -0/+9 |
* | Christoph Bauer: 23309ish: extra #define for hpux | Peter Stephenson | 2007-04-23 | 1 | -2/+2 |
* | Christoph Bauer: 23309ish: extra #define for hpux | Peter Stephenson | 2007-04-23 | 1 | -0/+5 |
* | 23270: fix strptime() on Solaris | Peter Stephenson | 2007-04-12 | 1 | -0/+12 |
* | 22484: support varargs.h in addition to stdarg.h | Peter Stephenson | 2006-06-05 | 1 | -0/+40 |
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -0/+4 |
* | 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),... | Clint Adams | 2006-02-19 | 1 | -0/+25 |
* | Got rid of wcswidth() define for OpenBSD now that wcswidth() isn't | Wayne Davison | 2006-01-08 | 1 | -4/+0 |
* | 22123: probe for wcswidth() and assume 1 if not found | Peter Stephenson | 2006-01-06 | 1 | -0/+4 |
* | 22085 and back off 22075: include langinfo.h to get iconv | Peter Stephenson | 2005-12-15 | 1 | -7/+6 |
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -3/+3 |
* | Now that ZLE_UNICODE_SUPPORT is defined by configure, tweaked the | Wayne Davison | 2005-08-16 | 1 | -12/+8 |
* | 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems. | Peter Stephenson | 2005-08-15 | 1 | -1/+1 |
* | unposted: Perforce "attribute" command | Peter Stephenson | 2005-08-01 | 1 | -1/+1 |
* | 21270: don't use poll() on Apple | Peter Stephenson | 2005-05-23 | 1 | -0/+9 |
* | 20862: attempt to fix configure scripts to detect iconv properly | Oliver Kiddle | 2005-02-24 | 1 | -1/+1 |
* | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 2005-02-22 | 1 | -0/+1 |
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 1 | -37/+0 |
* | 20759, 20760, 20765: Improve Cygwin configuration | Peter Stephenson | 2005-02-01 | 1 | -1/+1 |
* | * 20753: use ZS_memmove instead of memmove. | Clint Adams | 2005-01-26 | 1 | -0/+2 |
* | 20752: fix access to ZLE parameters | Peter Stephenson | 2005-01-26 | 1 | -0/+2 |
* | * 20747: some wide char support in the zle refresh code. | Clint Adams | 2005-01-26 | 1 | -0/+6 |
* | 20742: More Unicode conversion stuff. | Peter Stephenson | 2005-01-25 | 1 | -0/+8 |
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -6/+43 |
* | 20701: fix compilation on Mac OS X: define is __APPLE__, not APPLE | Oliver Kiddle | 2005-01-12 | 1 | -1/+1 |
* | Define the new UNUSED() macro for marking function parameters. | Wayne Davison | 2004-06-02 | 1 | -0/+7 |
* | Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths | Peter Stephenson | 2004-04-06 | 1 | -0/+1 |
* | 19456: Fix ptmx tests, again. | Peter Stephenson | 2004-02-20 | 1 | -0/+8 |
* | 18634: Tomi Vainio: work around problem with latest Sun k2 compiler | Oliver Kiddle | 2003-06-25 | 1 | -1/+1 |
* | 18376: Fix headers for wchar.h and some related gcc waringnings | Peter Stephenson | 2003-03-24 | 1 | -0/+10 |
* | BDIGBUFSIZE for binary conversions. | Bart Schaefer | 2001-04-28 | 1 | -1/+3 |
* | Fix term*.h header file collisions. | Bart Schaefer | 2001-04-13 | 1 | -8/+0 |
* | Fiddle with <term.h> vs. <termcap.h> inclusion. | Bart Schaefer | 2001-04-12 | 1 | -0/+4 |
* | 13280: NewImproved handling of colon modifiers w.r.t. paths | Peter Stephenson | 2001-02-19 | 1 | -0/+6 |
* | Back out 12814. | Bart Schaefer | 2000-09-18 | 1 | -20/+0 |
* | unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined | Clint Adams | 2000-09-18 | 1 | -0/+4 |
* | 12814: zasprintf | Clint Adams | 2000-09-16 | 1 | -0/+20 |
* | 12779: remove sinix special case. Too lazy to add prototype check for | Andrey Borzenkov | 2000-09-08 | 1 | -0/+6 |
* | Andrej, 12620: Fix up mmap tests. | Bart Schaefer | 2000-08-14 | 1 | -4/+0 |
* | 12604: Remove calls to zpathmax(), minor fixes to zopenmax(). | Bart Schaefer | 2000-08-14 | 1 | -10/+7 |
* | 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. | Clint Adams | 2000-08-08 | 1 | -0/+3 |
* | 12549: Typo in 12547. | Bart Schaefer | 2000-08-05 | 1 | -1/+1 |
* | 15216: Rewrite pathconf() support. | Bart Schaefer | 2000-08-04 | 1 | -2/+7 |
* | 11455: Completion/Core/_oldlist: old-menu defaults on | Peter Stephenson | 2000-05-18 | 1 | -10/+60 |
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+598 |