summary refs log tree commit diff
path: root/ChangeLog (follow)
Commit message (Expand)AuthorAge
* [BUILTIN] Set command -p path to /usr/sbin:/usr/bin:/sbin:/binHerbert Xu2014-09-26
* [BUILTIN] Small optimisation of command -pv changeHerbert Xu2014-09-26
* [BUILTIN] command: allow combining -p with -vHarald van Dijk2014-09-26
* [BUILTIN] Fixed argument parsing crash in testHerbert Xu2013-08-23
* [VAR] Initialise OPTIND after importing environmentHerbert Xu2013-08-23
* [VAR] Add newline when tracing in poplocalvarsPeter Rosin2013-08-23
* [MAN] Markup fixes in manual for mandoc 1.12.1Jérémie Courrèges-Anglas2013-08-23
* [BUILTIN] Use PRIdMAX instead of %j in printfHarald van Dijk2013-08-23
* [EXPAND] Propagate EXP_QPAT in subevalvarHerbert Xu2013-08-23
* [MAN] Fix typo for waitKimo Rosenbaum2013-08-23
* [BUILTIN] Add support for ulimit -rChristoph Mathys2012-07-03
* Avoid overflow for very long variable nameJim Meyering2012-07-03
* [VAR] Sanitise environment variable names on entryHerbert Xu2012-02-25
* [SHELL] Add top-level autogen.shDavid S. Miller2011-08-17
* [SHELL] Allow building without LINEO supportDavid S. Miller2011-08-17
* [ARITH] Avoid imaxdiv when only one of the results is wantedHarald van Dijk2011-08-17
* [SHELL] Fix klibc DEBUG compilationmaximilian attems2011-07-15
* [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmdHerbert Xu2011-07-09
* Release 0.5.7.Herbert Xu2011-07-08
* [EVAL] Avoid using undefined handlerJim Meyering2011-07-08
* [MEMALLOC] Avoid clang warning about dead store to "size"Jim Meyering2011-07-08
* [MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not usedJim Meyering2011-07-08
* [BUILTIN] Eliminate unnecessary promotion in echocmdHerbert Xu2011-07-07
* [OUTPUT] Make outc an inline functionJonathan Nieder2011-07-07
* [MAN] Remove spurious space in descriptions of PS1, PS2, PS4Kalle Olavi Niemitalo2011-07-07
* [SHELL] Optimize dash -c "command" to avoid a forkHerbert Xu2011-07-07
* [EVAL] Remove unused EV_BACKCMD flagJonathan Nieder2011-07-07
* [PARSER] Fix clobbering of checkkwdHerbert Xu2011-03-15
* [DEBUG] Use va_copy when reusing a va_listJonathan Nieder2011-03-15
* [EXPAND] Free IFS state after here document expansionJonathan Nieder2011-03-15
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [EVAL] Let funcnode refer to a function definition, not its first commandHarald van Dijk2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Fix backslash handling in read(1)Herbert Xu2011-03-11
* [BUILTIN] Dotcmd should exit with zero when doing nothingJonathan Nieder2011-03-10
* [BUILTIN] Fix CTLESC clobbering by read(1)Herbert Xu2011-03-10
* [SHELL] Port to AIXBrian Koropoff2011-03-10
* [EXPAND] Do not split the result of tilde expansionJilles Tjoelker2011-03-10
* [REDIR] Replace GPL noclobberopen code with the FreeBSD versionJilles Tjoelker2011-03-10
* [EXPAND] Free IFS state in evalbackcmdHerbert Xu2010-11-28
* [SIGNAL] Mark status as volatile in exitshellMaciej Żenczykowski2010-11-28
* [BUILTIN] Stop documenting EXSHELLPROCJonathan Nieder2010-11-28
* [BUILTIN] Use EXEXIT in place of EXEXECJonathan Nieder2010-11-28
* [INPUT] Use exit status 127 when the script to run does not existGerrit Pape2010-11-28
* [ERROR] Allow the originator of EXERROR to set the exit statusHerbert Xu2010-11-28
* [MAN] Document optional open parenthesis for case patternsPhilipp Weis2010-11-28
* [EVAL] Fixed trap/return regression due to SKIPEVAL removalHerbert Xu2010-11-28
* [EXPAND] Fix ifsfirst/ifslastp leak in casematchHerbert Xu2010-10-18
* [BUILTIN] Fix EXEXEC status clobberingHerbert Xu2010-10-07
* [BUILTIN] Fix trailing field bug in read(1)Herbert Xu2010-09-08
ht'> 2021-06-18Document channel keys in join optionJune McEnroe 2021-06-18Use | to separate flags from config optionsJune McEnroe This lets mandoc generate tags for the option names as well, so you can ":t away" in less(1), for example, and anchor links in HTML output. The added No's prevent the equals signs from being part of the anchor links. 2021-06-18Stop referring to server-time as IRCv3.2June McEnroe IRCv3 has moved away from grouping specs together into versions like this. SASL is still referred to as IRCv3.2 because there are two different versions of that spec. 2021-06-17Add mailing list archive to READMEJune McEnroe 2021-06-10Stop accumulating ISUPPORT tokens once MOTD startsJune McEnroe This avoids duplicating tokens when a client sends VERSION and the server responds with its 005s again. 2021-06-09Use seprintf for snip, removing strlcpynJune McEnroe 2021-06-09Use seprintf for reserializeJune McEnroe 2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe