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
*
Make the stored "cat"/"mdoc"/"man" strings just be c/d/a single-character
Kristaps Dzonsons
2011-12-16
1
-10
/
+10
*
Make paths in the mandocdb(8) index relative to the databases' path
Kristaps Dzonsons
2011-12-16
1
-3
/
+8
*
Further tweaks for output consistency.
Kristaps Dzonsons
2011-12-15
1
-3
/
+6
*
Some presentation polish in man.cgi:
Kristaps Dzonsons
2011-12-15
1
-33
/
+35
*
Unbreak man.cgi's css directories when CSS_DIR isn't specified.
Kristaps Dzonsons
2011-12-14
1
-1
/
+1
*
implement -C (alternative config file) for apropos(1) and mandocdb(8),
Ingo Schwarze
2011-12-12
1
-2
/
+2
*
When 303'ing a search directly to a page, remember to specify its manroot.
Kristaps Dzonsons
2011-12-11
1
-56
/
+53
*
Slip in a fix to allow for empty cache directories.
Kristaps Dzonsons
2011-12-10
1
-1
/
+1
*
Finishing touches on multi-manroot man.cgi. If more than one root is
Kristaps Dzonsons
2011-12-10
1
-4
/
+23
*
Switch on "manpath=" handling, which I call the "manroot" (as "manpath" is
Kristaps Dzonsons
2011-12-10
1
-28
/
+45
*
Encode "manroot" into file URL and parse it properly. Right now this
Kristaps Dzonsons
2011-12-10
1
-13
/
+26
*
Big upgrade and polish for cgi.c.
Kristaps Dzonsons
2011-12-10
1
-162
/
+283
*
FreeBSD's man.cgi uses a "default" value for no arch.
Kristaps Dzonsons
2011-12-10
1
-3
/
+10
*
Add some periods (just to see if mlmmj is working again...).
Kristaps Dzonsons
2011-12-10
1
-2
/
+2
*
Forgot to make whatis the default during abstraction. Do it again.
Kristaps Dzonsons
2011-12-09
1
-2
/
+4
*
Abstract query extraction code. Perform some readability fixes while here.
Kristaps Dzonsons
2011-12-09
1
-137
/
+153
*
If no man.cgi `whatis' results are found, offer a quick link to the apropos
Kristaps Dzonsons
2011-12-08
1
-3
/
+41
*
Fix stupid typo: strlcpy() instead of strlcat().
Kristaps Dzonsons
2011-12-08
1
-1
/
+1
*
Look for man.cgi files in the cache, not under the volume path.
Kristaps Dzonsons
2011-12-08
1
-2
/
+2
*
Tweak to make man.cgi's search results validate properly.
Kristaps Dzonsons
2011-12-07
1
-0
/
+3
*
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