about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 24927: Phil Pennock: limit XOPEN workaround to FreeBSD 6Peter Stephenson2008-05-062-1/+6
* Only call close(flock_fd) if flock_fd is >= 0.Wayne Davison2008-05-051-2/+4
* Locking simplification and signed/unsigned fixes.Wayne Davison2008-05-054-100/+68
* Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson2008-05-041-0/+17
* 24904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systemsPeter Stephenson2008-05-043-17/+22
* 24915: some more fix-ups for combining charactersPeter Stephenson2008-05-045-29/+84
* users/12812: fix hang with confusion over process numbersPeter Stephenson2008-05-024-46/+82
* 24900: add backward-kill-word behaviour to isearchPeter Stephenson2008-05-013-40/+88
* 24899: make colour escape sequences configurablePeter Stephenson2008-05-014-41/+242
* Matt Wozniski: typoPeter Stephenson2008-04-292-1/+3
* oopsPeter Stephenson2008-04-292-1/+5
* 24894: enable colouring of highlighted text in editorPeter Stephenson2008-04-295-62/+242
* 24893: duplicate statusline to avoid crashes when constantPeter Stephenson2008-04-292-1/+8
* unposted: reset search line on anchored pattern isearchPeter Stephenson2008-04-282-11/+18
* unposted: more tweaks for failed isearch pattern matchesPeter Stephenson2008-04-282-1/+5
* 24890: Matt Wozniski: reset skip_pos on backtracking in isearchPeter Stephenson2008-04-282-14/+18
* 24887: geoff: typoPeter Stephenson2008-04-282-1/+5
* 24886: fix endless loop in string isearchPeter Stephenson2008-04-272-1/+6
* 24822: highlighting of isearch matchesPeter Stephenson2008-04-265-35/+115
* unposted: typoPeter Stephenson2008-04-262-1/+8
* unposted: fix position of cursor on forward pattern searchingPeter Stephenson2008-04-262-11/+40
* 24881: only feep once on an invalid patternPeter Stephenson2008-04-262-2/+7
* feeping on a failed match could be mistimedPeter Stephenson2008-04-262-0/+7
* 24879: unpleasantness at the pattern search line duplication test clubPeter Stephenson2008-04-262-3/+19
* 24878: add incremental pattern searchesPeter Stephenson2008-04-268-230/+567
* 24876: Jun T.: don't install manual pages if emptyPeter Stephenson2008-04-262-0/+3
* 24872: revert to original patchPeter Stephenson2008-04-262-4/+1
* Jun T. 24872 + 24873: capitalization with combining charactersPeter Stephenson2008-04-262-0/+7
* 24869: Marc Chantreux: make default readnullcmd configurablePeter Stephenson2008-04-263-1/+19
* unposted: Jun T.: fix backkill() calculation of charaters to killPeter Stephenson2008-04-242-8/+12
* unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson2008-04-232-1/+12
* 24867: _XOPEN_SOURCE -> _XOPEN_SOURCE_EXTENDEDPeter Stephenson2008-04-232-2/+10
* 24865: bad character adjustment in vireplacechars()Peter Stephenson2008-04-232-1/+6
* 24864: Jun. T: typos in alternative wcwidth().Peter Stephenson2008-04-233-2/+6
* 24862: _XOPEN_SOURCE needed for wcwidth()Peter Stephenson2008-04-222-1/+9
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-2212-27/+434
* 24860: better overwrite modePeter Stephenson2008-04-213-6/+33
* 24859: combining chars: overwriting and vi replace and appendPeter Stephenson2008-04-214-17/+43
* 24856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson2008-04-215-26/+50
* 24855: tests for combining char alignment should only be on metafied linePeter Stephenson2008-04-212-3/+11
* unposted: missing assignment in new backwardmetafiedchar()Peter Stephenson2008-04-212-2/+8
* 24853: bits missed from patchPeter Stephenson2008-04-205-10/+13
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-2014-355/+652
* 24852: more combining chars falloutPeter Stephenson2008-04-201-0/+3
* 24852: more combining chars falloutPeter Stephenson2008-04-202-7/+14
* users/12798: document passing NULL flags to builtin definitionPeter Stephenson2008-04-202-1/+5
* William Scott: users/12793: extra chflagsPeter Stephenson2008-04-202-0/+7
* 24851: support colour codes for from current GNU lsAndrey Borzenkov2008-04-203-20/+67
* Fixed some compiler warnings about signed/unsigned issues.Wayne Davison2008-04-182-4/+9
* 24839: fix misuse of variable in backwardkillwordPeter Stephenson2008-04-182-2/+6