summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore44log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile2326log plain blame
-rw-r--r--README.73085log plain blame
-rw-r--r--catgirl.110900log plain blame
-rw-r--r--chat.c7695log plain blame
-rw-r--r--chat.h5864log plain blame
-rw-r--r--command.c7821log plain blame
-rw-r--r--complete.c4198log plain blame
-rw-r--r--config.c3198log plain blame
-rwxr-xr-xconfigure762log plain blame
-rw-r--r--edit.c4991log plain blame
-rw-r--r--handle.c19492log plain blame
-rw-r--r--irc.c6770log plain blame
d---------scripts280log plain
-rw-r--r--ui.c25938log plain blame
-rw-r--r--url.c5040log plain blame
-rw-r--r--xdg.c3340log plain blame
gheader'>2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu This reverts commit 7bb413255368e94395237d789f522891093c5774. The commit breaks printf with more than argument. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu