summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-31Make more use of idigit().Wayne Davison1-0/+6
2005-10-31Use idigit() instead of range-checking '0' - '9'.Wayne Davison4-9/+8
2005-10-3121960: put zcalc history file in ZDOTDIR if set.Clint Adams2-1/+6
2005-10-30unposted: minor tweaks to roadmapPeter Stephenson2-8/+12
2005-10-3021957: more wide-character refresh stuffPeter Stephenson2-103/+127
2005-10-3021954: work around /dev/fd problem on FreeBSDPeter Stephenson1-1/+6
2005-10-2821948Wayne Davison1-0/+7
2005-10-28Made the two ZC_REDIR_*() macros return an int.Wayne Davison1-2/+2
2005-10-28Got rid of a use of WEOF when MULTIBYTE_SUPPORT is not definedWayne Davison1-2/+4
(which fixed a signed vs unsigned comparison compiler warning).
2005-10-2821947: new gcc options for sparcClint Adams2-8/+24
2005-10-2821946: update options for ia32, amd64.Clint Adams2-5/+29
2005-10-28unposted: bit I missed in 21945Peter Stephenson2-1/+3
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson20-117/+131
use multibyte versions of nicechar wherever possible.
2005-10-2821942: another extra-wide character fixPeter Stephenson2-5/+34
2005-10-2621939: new UNMETACHECK() was too ruthlessPeter Stephenson2-2/+6
2005-10-2521936: bug deleting extra-wide characterPeter Stephenson2-0/+11
2005-10-2521933: R. Ramkumar: three new styles for MIME handlerPeter Stephenson4-22/+176
21935: documentation for same.
2005-10-2421931: don't use _hosts for ping now there's _pingPeter Stephenson2-1/+3
2005-10-2421930: handle extra-wide characters at end of linePeter Stephenson2-32/+43
2005-10-2421913: completion for ping.Clint Adams2-0/+66
2005-10-2421912: silence unused parameter compile warnings in cap.cClint Adams2-3/+8
2005-10-2321910: fix message sequence number for last commitPeter Stephenson1-4/+3
2005-10-23Fix --disable-multibyte compile error.Bart Schaefer2-4/+11
2005-10-23not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson3-2/+16
2005-10-21remove a couple of TODOsPeter Stephenson3-99/+25
2005-10-21Mikael Magnusson, 21905: typos in roadmapPeter Stephenson2-2/+6
2005-10-2121902: update for xmllint 2.6.22.Clint Adams2-2/+19
2005-10-2121898: insert-composed-char can take command line argumentPeter Stephenson12-9/+202
21899: add "roadmap" to manual
2005-10-19Mention compiler-warning fix.Wayne Davison1-0/+4
2005-10-19Got rid of a pointer-type warning by adding a definition for aWayne Davison1-1/+3
REFRESH_CHAR type and using it to define nullchr (it was using ZLE_INT_T).
2005-10-1921891: compose double width characters with ^A etc.Peter Stephenson3-0/+20
2005-10-1921890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson4-6/+12
inconsistencies
2005-10-1921887: Display characters wider than one screen cell correctly.Peter Stephenson2-83/+235
2005-10-1921885: Convert some refresh macros into functions.Peter Stephenson2-153/+189
2005-10-1921882: extend prompt truncation to handle multibyte charactersPeter Stephenson4-36/+311
2005-10-1721880: add carriage return to IFS in completion context.Bart Schaefer2-0/+8
2005-10-17unposted: a few more miscellaneous composable symbolsPeter Stephenson3-2/+60
2005-10-14One more tweak to a sentence in the PROMPT_SP section.Wayne Davison1-4/+4
2005-10-14FAQ.yo update.Wayne Davison1-0/+5
2005-10-14Changed the precmd that works like PROMPT_SP to use "%#" insteadWayne Davison1-2/+2
of just "#".
2005-10-1321872: job accounting in subshells was screwyPeter Stephenson2-2/+14
2005-10-1321871: replace INULL() by inull()Peter Stephenson11-23/+30
2005-10-1321870: bad INULL() definitionPeter Stephenson4-2/+53
21869: multibyte characters in %-substitutions, invalid multibyte characters in completion listings
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson8-21/+92
substitutions that don't match anything.
2005-10-0721846: _chmod was too greedy with initial argumentsPeter Stephenson2-1/+6
2005-10-04Updated PROMPT_SP to mention what inverse+bold char is now output.Wayne Davison1-2/+2
2005-10-0421821, 21822: fix two infinite loopsBart Schaefer2-2/+17
2005-10-0321809: need to export nicedup()Peter Stephenson2-1/+4
2005-10-0321790: initial attempt at documenting 4.3 releasePeter Stephenson4-3/+56
2005-10-02minor tidy-upsPeter Stephenson4-2/+90