index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cgi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apropos and man.cgi should strcasecmp their output sorting.
Kristaps Dzonsons
2011-12-07
1
-4
/
+14
*
Add skeleton man.cgi.css file. I don't think this should become more
Kristaps Dzonsons
2011-12-07
1
-20
/
+27
*
Accept old-school man.cgi parameters like "sektion" and "query". This still
Kristaps Dzonsons
2011-12-07
1
-0
/
+17
*
Have a whatis/apropos mode, with the default (hitting enter within the
Kristaps Dzonsons
2011-12-07
1
-41
/
+55
*
By default, man.cgi should compile with -static (this was unset by mistake).
Kristaps Dzonsons
2011-12-07
1
-3
/
+17
*
Add cat2html functionality. This keeps track of italic/bold mode per line
Kristaps Dzonsons
2011-12-07
1
-56
/
+183
*
Make catman and man.cgi understand the index type-field.
Kristaps Dzonsons
2011-12-04
1
-16
/
+61
*
Removing INSECURE mode. This is a work in progress! Logic for
Kristaps Dzonsons
2011-11-27
1
-58
/
+36
*
Let man.cgi run in two modes:
Kristaps Dzonsons
2011-11-24
1
-27
/
+90
*
man.cgi works for the non-jailed case.
Kristaps Dzonsons
2011-11-23
1
-80
/
+421
*
Merge schwarze@'s work for 64-bit types. This is based on a tweaked patch
Kristaps Dzonsons
2011-11-20
1
-0
/
+1
*
Inventing new keywords for mostly the same thing when a well-established
Ingo Schwarze
2011-11-13
1
-1
/
+2
*
Less misleading file names; ok kristaps@.
Ingo Schwarze
2011-11-13
1
-1
/
+1
*
Make apropos's lookup use a find(1)-like expression. I'll write more on
Kristaps Dzonsons
2011-11-09
1
-2
/
+10
*
Split apropos.c into db.c and apropos.h with simpler code (re-written, but
Kristaps Dzonsons
2011-11-09
1
-0
/
+303