2014-08-06 |
Ingo Schwarze | Bring the handling of defective prologues even closer... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | sync after sqlite3_errstr() compat addition |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | strcasestr() wants _GNU_SOURCE on Linux |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | NULL is in <stddef.h>; found on Linux |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | mansearch.h uses uint64_t, so it needs stdint.h; found... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Absurdly, the return value of sqlite3_column_text() |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Since old SQLite versions do not have sqlite3_errstr(), |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | If an old SQLite version doesn't provide SQLITE_DETERMI... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Portability fix: |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Sync library documentation with reality. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Switch to autogenerated dependency rules; they are... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Properly partition the build system and install some... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Various minor corrections: |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | sort user settings; no functional change |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ingo Schwarze | remove strnlen(3) compat, we no longer use it |
commit | commitdiff | tree | snapshot |
2014-08-02 |
Ingo Schwarze | Simplify by allowing only one post-handler. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Simplify by allowing only one pre-handler. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Simplify man(7) validation: |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Fix floating point handling: When converting double... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Clarity with respect to floating point handling: |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | mention requests and macros in more messages |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Dynamically allocate the stack of roff(7) .ie condition... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Schwarze | Split MANDOCERR_IGNARGV into one message for .An and... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Schwarze | In .Bl -column, if some of the column width declaration... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Remove the useless FATAL error "argument count wrong... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Improve handling of next-line scope broken by end of... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | garbage collect three unused global flags; no functiona... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Simplify: replace one global flag by one local variable. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Get rid of the useless FATAL error "child violates... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Remove two useless FATAL errors. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | better name and wording for the last two non-generic... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Various improvements related to .Ex and .Rv: |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Ingo Schwarze | move some things here from my private TODO list, |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Ingo Schwarze | Partial implementation of .Bd -centered. |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Ingo Schwarze | code readability; no functional change |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Ingo Schwarze | Even for UTF-8 output, a non-breaking space character... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | Choosing the right encoding is a tricky business... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | Sort the URI keys for .Xr links in the same order used... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | oops, we must not try to validate a manpath we don... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | We cannot easily control the order of the QUERY_STRING... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | In generated .Xr links, avoid double encoding of ampersands |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | Even though this is not XHTML yet, remove some gratuiti... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | The names of all other struct query memebers match... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | clean up pg_show() to not modify a string returned... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Ingo Schwarze | Rewrite http_parse() completely: |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Ingo Schwarze | Sort result pages first by section number, then by... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Ingo Schwarze | Provide a dropdown entry "All Architectures" and make... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Ingo Schwarze | improve FATAL handling in makewhatis(8) |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Ingo Schwarze | Partially document the core of the HTML formatter. |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Ingo Schwarze | Security fix: |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Ingo Schwarze | Security fix: |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Ingo Schwarze | Security fix to prevent XSS attacks: |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Ingo Schwarze | fix a minibug reported by kristaps@: |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Ingo Schwarze | Kristaps points out that the current HTTP/1.1 draft... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ingo Schwarze | Security fix: |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ingo Schwarze | Security fix: |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Ingo Schwarze | Do not use the HTTP_HOST CGI variable, |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Ingo Schwarze | When the MAN_DIR/manpath.conf configuration file does... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ingo Schwarze | Compatibility hack for the old "manpath=OpenBSD<blank... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ingo Schwarze | Make the calltree a bit easier to understand by giving the |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ingo Schwarze | make source vs. formatted guessing a bit more robust |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ingo Schwarze | By popular demand, bring man.cgi default mode closer... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ingo Schwarze | Unconfuse .Fa documentation: |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ingo Schwarze | Install the manuals of the web interface below the... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ingo Schwarze | update after recent code changes |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Ingo Schwarze | Polish the search form using feedback from beck@ and... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Ingo Schwarze | Polish the search form using feedback from beck@ and... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Ingo Schwarze | No need for run-time configuration, add minimal compile... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Ingo Schwarze | Simplify: Delete 74 lines of code including one enum... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Ingo Schwarze | Start fixing issues that beck@ helped find: |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Ingo Schwarze | Fix whatis(1) to correctly match words instead of any... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Ingo Schwarze | fix the two manual links on the index page |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Ingo Schwarze | merge OpenBSD rev. 1.3 by tedu@: |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Ingo Schwarze | merge OpenBSD rev. 1.2 by tedu@: |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Ingo Schwarze | add HISTORY section |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Ingo Schwarze | Link to the new man.cgi(8) manual, now that we have... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Ingo Schwarze | Full rewrite of the man.cgi(8) manual. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | some sugar for the index page |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | Clean up error reporting: |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | namespace cleanups: |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | remove obsolete __sun includes |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | set a reasonable default for .Os |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | mark defos as const; nobody needs to change it, |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | delete forgotten, obsolete rew_warn() prototype |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | oops, forgot to trim the newline character |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | Simplify pathgen() even more. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | include manpath= when printing queries, and omit empty... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | This one needs "config.h", too. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Ingo Schwarze | Switch over man.cgi to SQLite. While here: |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Ingo Schwarze | Clean up ERROR messages related to document structure... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Ingo Schwarze | Simplify man_unscope(), removing 18 lines of code,... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Ingo Schwarze | no need to delete any content from .Rs blocks, |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Ingo Schwarze | no need to skip content before first section header |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Ingo Schwarze | implement .dei and .ami |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ingo Schwarze | Clean up messages related to plain text and to escape... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ingo Schwarze | After skipping an escape sequence with incomplete argum... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ingo Schwarze | Fix expansion of escape sequences with incomplete argum... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ingo Schwarze | Fix handling of escape sequences taking numeric arguments. |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Ingo Schwarze | Cleanup with respect to bad macro arguments. |
commit | commitdiff | tree | snapshot |
next |