about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore55log plain blame
-rw-r--r--Darwin.mk117log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Makefile2182log plain blame
-rw-r--r--NetBSD.mk101log plain blame
-rw-r--r--README1439log plain blame
-rw-r--r--catgirl.16596log plain blame
-rw-r--r--catgirl.71403log plain blame
-rw-r--r--chat.c2308log plain blame
-rw-r--r--chat.h5186log plain blame
-rw-r--r--edit.c4740log plain blame
-rw-r--r--event.c3846log plain blame
-rw-r--r--format.c5598log plain blame
-rw-r--r--handle.c14180log plain blame
-rw-r--r--input.c5915log plain blame
-rw-r--r--irc.c4038log plain blame
-rw-r--r--log.c3511log plain blame
-rw-r--r--man.sh72log plain blame
-rw-r--r--pls.c4860log plain blame
-rw-r--r--sandman.1377log plain blame
-rw-r--r--sandman.m1789log plain blame
-rw-r--r--sshd_config244log plain blame
-rw-r--r--tab.c3738log plain blame
-rw-r--r--tag.c1642log plain blame
-rw-r--r--term.c2426log plain blame
-rw-r--r--ui.c14049log plain blame
-rw-r--r--url.c2899log plain blame
and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts