summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAge
...
* [PARSER] Remove superfluous arinest test in CENDQUOTEHerbert Xu2007-09-24
* [EXPAND] Perform tilde expansion in all parameter expansion wordsHerbert Xu2007-09-24
* [EXPAND] Do not quote back slashes in parameter expansions outside quotesHerbert Xu2007-09-24
* [BUILTIN] test: little size and speed optimizationsOleg Verych2007-09-22
* [BUILTIN] test: White space fixesOleg Verych2007-09-22
* [SHELL] Move flushall to the point just before _exitHerbert Xu2007-09-22
* [SHELL] Restore foreground process group on exitHerbert Xu2007-09-22
* [REDIR] Size optimisations in redir.cHerbert Xu2007-05-12
* [REDIR] Fix redirect restore on saved file descriptorsHerbert Xu2007-05-12
* [REDIR] Remove redundant CLOEXEC callsHerbert Xu2007-05-12
* [REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu2007-05-12
* [EVAL] Use dup2 instead of copyfd in evalbackcmdHerbert Xu2007-05-06
* [REDIR] Remove EMFILE special caseHerbert Xu2007-05-06
* [PARSER] Remove unnecessary inclusion of redir.hHerbert Xu2007-05-06
* [PARSER] Fix typo in commentHerbert Xu2007-05-05
* [BUILTIN] Fix mkbuiltin sort orderHerbert Xu2007-04-28
* [BUILTIN] Fixed command -v segmentation faultHerbert Xu2006-10-22
* [SYSTEM] Check return code for getgroups and fwriteAlexey Gladkov2006-10-13
* [EXPAND] Fixed inverted char class matchingHerbert Xu2006-10-04
* [BUILD] Added --with-libedit option to configureAlexey Gladkov2006-05-23
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* [PARSER] Use alloca to get rid of setjmpHerbert Xu2006-03-29
* [PARSER] Removed useless parsebackquote flagHerbert Xu2006-03-29
* [EVAL] Make eval with empty arguments return 0 Herbert Xu2006-01-12
* [BUILTIN] Fix \c spillage across echo commandsHerbert Xu2005-11-14
* [BUILTIN] Always call conv_escape_str in echocmdHerbert Xu2005-11-13
* [MEMALLOC] Remove unnecessary truncation in _STPUTCHerbert Xu2005-11-13
* [HELPER] Use mktemp if tempfile is not availableHerbert Xu2005-11-04
* [JOBS] Fixed support for disabling job controlHerbert Xu2005-10-30
* [SYSTEM] Fixed fallback stpcpy implementationHerbert Xu2005-10-29
* [SYSTEM] Added out-of-line ctypes functions for klibcHerbert Xu2005-10-29
* [SYSTEM] Include system.h for stpcpy in nodes.cHerbert Xu2005-10-29
* [SYSTEM] Added dummy sysconf implementationHerbert Xu2005-10-29
* [BUILTIN] Removed standalone/csh support from testHerbert Xu2005-10-29
* [SYSTEM] Added dummy strtod implementationHerbert Xu2005-10-29
* [BUILTIN] Removed standalone/csh support from printfHerbert Xu2005-10-29
* [SYSTEM] Added default definition for SSIZE_MAXHerbert Xu2005-10-29
* [BUILTIN] Disable histcmd completely when SMALL is definedHerbert Xu2005-10-29
* [BUILTIN] Disable ulimit if there is no getrlimitHerbert Xu2005-10-29
* [SIGNAL] Added default implementation of killpgHerbert Xu2005-10-29
* [SIGNAL] Added default implementation of strsignalHerbert Xu2005-10-29
* Added missing system.h inclusion for mempcpyHerbert Xu2005-10-29
* Fixed gcc 4.0 compilation problemsHerbert Xu2005-10-29
* [EXPAND] Added getpwhome as a wrapper for getpwnamHerbert Xu2005-10-29
* [SYSTEM] Added default implementation of bsearchHerbert Xu2005-10-29
* [BUILTIN] Stop using sysexits.h in commandcmdHerbert Xu2005-10-29
* [SIGNAL] Removed use of __P from error.hHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* [INPUT] Size optimisations in preadbuffer()Herbert Xu2005-10-26
* [INPUT] Fix NUL skipping in preadbufferHerbert Xu2005-10-01
le='2021-09-13 09:14:02 -0400'>2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe