summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-18Add zmodload tests.Bart Schaefer3-1/+152
2001-05-1814378: more programs that process .texClint Adams2-1/+6
2001-05-17* 14377: Completion/Unix/Command/_cvs: support new .cvspass formatTanaka Akira2-1/+6
introduced by cvs-1.11.1.
2001-05-17typo with compset in _lpPeter Stephenson2-1/+5
2001-05-17Signal queuing tweak.Bart Schaefer2-0/+10
2001-05-1614362: more modprobe stuffClint Adams2-2/+21
2001-05-1614361: better modprobe completionClint Adams2-3/+35
2001-05-16more fixage for expansion: just convert the command line to the original ↵Sven Wischnowsky2-6/+30
when expansion shouldn't or couldn't do something sensible on the line (14359)
2001-05-1514357Wayne Davison1-0/+5
2001-05-15Added HIST_TMPSTORE define.Wayne Davison1-0/+1
2001-05-15+ Changed histreduceblanks() to preserve spaces at the start of theWayne Davison1-14/+30
line when HISTIGNORESPACE is set. + Flag a history entry with HIST_TMPSTORE when should_ignore_line() returns true (instead of dropping it from the history immediately). + Get rid of old HIST_TMPSTORE entries when a new command is entered. + The hist-file-reading code now handles destroying a foreign duplicate (when marked as duplicate by addhistnode()).
2001-05-15Changed addhistnode() to not displace an already-hashed command withWayne Davison1-2/+3
one that is marked HIST_TMPSTORE. Also changed the function to not ever destroy the entry we're currently adding (the caller now destroys the newly-added entry, if it so desires).
2001-05-15Mention how ignored history lines are not dropped immediately.Wayne Davison1-6/+16
2001-05-15fix bug where /sbin/lsmod was redirected in instead of being run (14355)Oliver Kiddle2-5/+9
2001-05-15(14350)Sven Wischnowsky3-10/+57
2001-05-1514348: fix globalexport with typeset -gPeter Stephenson2-1/+6
2001-05-15calculate the length of the region to map (for mapped zwc files) correctly, ↵Sven Wischnowsky2-4/+12
including the offset-page-boundary-adjustment (14346)
2001-05-1514341: modprobe -r / rmmod completionClint Adams3-1/+52
2001-05-1414330: handle quotes better in _most_recent_filePeter Stephenson2-7/+14
2001-05-14set list_pipe_job only for real pipelines (14327)Sven Wischnowsky2-1/+5
2001-05-1114314: writing const variable under cygwinPeter Stephenson2-3/+5
2001-05-1114313: New options testsPeter Stephenson3-1/+186
2001-05-1014304Wayne Davison1-0/+5
2001-05-10Fixed an obscure local-history bug that could make the "history"Wayne Davison1-4/+3
command output something that was slightly wrong. (14304)
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov2-32/+57
2001-05-10* 14295: Completion/Unix/Command/_cvs: support new cvs subcommandsTanaka Akira2-2/+36
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-10barf if a empty string is given as one of the separators for _values (14293)Sven Wischnowsky2-1/+6
2001-05-10More cleanup of 14275+14290.Bart Schaefer2-3/+10
2001-05-10Tweak 14275.Bart Schaefer2-1/+6
2001-05-09update; in particular enable new style completion from ex. startup file (14283)Oliver Kiddle3-37/+77
2001-05-09complete only files that can be chowned (14282)Oliver Kiddle2-4/+21
2001-05-09insert redirection operators when expanding after one (14281)Oliver Kiddle2-11/+17
2001-05-09Missing dist filePeter Stephenson1-0/+1
2001-05-094.0.1-pre-4Peter Stephenson2-2/+4
2001-05-09Make clearer that globsubst doesn't affect brace expansionPeter Stephenson2-1/+5
2001-05-09Back off 14140 (tokenize comma)Peter Stephenson2-1/+5
2001-05-09add description of how to add a auto-removable suffix when using a ->state ↵Sven Wischnowsky2-0/+15
action with _values (14279)
2001-05-09Clean up after 14270.Bart Schaefer3-11/+11
2001-05-0914268 --> 14270Bart Schaefer1-3/+3
2001-05-08Use AC_TRY_COMPILE for curses.h test because of SunOS 5.8Peter Stephenson3-1/+15
2001-05-08Remove unnecessary '*' from pattern.Bart Schaefer2-1/+6
2001-05-08add -S option to specify separator between values and their arguments; make ↵Sven Wischnowsky4-25/+58
_values add the value-separator as a suffix for most types of actions (14257)
2001-05-08match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle2-1/+5
2001-05-08fix guard to accept partial display numbers (14255)Oliver Kiddle2-1/+3
2001-05-08Fixes from Andrej for zpty on cygwinPeter Stephenson3-2/+13
2001-05-08empty description means: don't add a -X option (14252)Sven Wischnowsky3-5/+20
2001-05-08print space/backspace when reacing the last column while printing ↵Sven Wischnowsky3-2/+15
descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251)
2001-05-07double all backslashes before colons in the original pattern (14240)Sven Wischnowsky2-1/+6
2001-05-0614234 and 14235.Bart Schaefer1-0/+8
2001-05-06Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().Bart Schaefer1-2/+3