summary refs log tree commit diff
path: root/ChangeLog (follow)
Commit message (Expand)AuthorAge
...
* Use stat if stat64 does not existHerbert Xu2005-10-29
* [BUILTIN] Stop using sysexits.h in commandcmdHerbert Xu2005-10-29
* [SIGNAL] Use bsd_signal if it exists and signal does notHerbert 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
* Added eflag fixes for trap and minusc.herbert2005-09-26
* Removed unnecessary inclusion of eval.h from parser.c.herbert2005-09-26
* Let evaltree handle traps from cmdloop.herbert2005-09-26
* Handle SKIPEVAL in read_profile by exiting.herbert2005-09-26
* Removed unnecessary inclusion of main.h from eval.c.herbert2005-09-26
* Generalise setinputfile for use in read_profile/readcmdfile.herbert2005-09-26
* Removed some unnecessary inclusions of input.h.herbert2005-09-26
* Turn evalskip into a bit field.herbert2005-09-26
* Eliminate first null termination in setvar.herbert2005-09-26
* Add trailing equal sign in setvar for variables set to null.pape2005-09-26
* Get rid of duplicate -g -O2 in CFLAGS.herbert2005-09-26
* Cleaned up src/Makefile.am.herbert2005-09-26
* Fixed support for cross-compilation.gilles.chanteperdrix2005-09-26
* Do not clobber exit status in dotcmd.herbert2005-09-26
* Removed redundant setstackmark from dotcmd.herbert2005-09-26
* Removed qflag.herbert2005-09-26
* Optimised FILGZ test.herbert2005-09-26
* Enclose abort insode ifdef DEBUG.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Normalise input in likely/unlikely macros.herbert2005-09-26
* Removed expcmd built-in.herbert2005-09-26
* Only set skipcount for break and continue.herbert2005-09-26
* Update funcnest atomically.herbert2005-09-26
* Replaced EXEVAL with SKIPEVAL.herbert2005-09-26
* Corrected that/than typo in manual page.agcosta2005-09-26
* Optimise away status and case statement in main().herbert2005-09-26
* Eliminated global exerrno.herbert2005-09-26
* Only reread exitstatus on EXEXIT in exitshell.herbert2005-09-26
* Size optimisations with state/s in main().herbert2005-09-26
* Corrected grammar in manual page.agcosta2005-09-26
* Catch set -e exits within built-in commands.herbert2005-09-26
* Changed boolean rootshell into shlvl counter.herbert2005-09-26
* Release 0.5.2.herbert2005-09-26
* Corrected manual entry about ENV and non-interactive shells.pape2005-09-26
* Spell behaviour consistently in manual page.pape2005-09-26
* Fixed spelling errors in manual page.agcosta2005-09-26
* Fixed signed char promotion in src/expand.c.herbert2005-09-26
* Size optimisations around varvalue() in src/expand.c.herbert2005-09-26
* Fixed expansion when leading argument is null in src/expand.c.herbert2005-09-26
* Allow negative pid argument to kill(1) in src/jobs.c.herbert2005-09-26
* Fixed cd - when OLDPWD is unset.herbert2005-09-26
* Include system.h.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
n title='2021-06-18 12:16:09 -0400'>2021-06-18Add -m mode option to set user modesJune McEnroe 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