2014-08-13 |
Ingo Schwarze | Use <em> for .Em and .Bf -emphasis. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ingo Schwarze | typo in comment; Guy Harris <guy at alum dot mit dot... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ingo Schwarze | In mdoc(7) and man(7), if a width is given as a bare... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ingo Schwarze | The macro SCALE_HS_INIT() is always passed the result... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | work around lack of d_namlen and ALIGN/ALIGNBYTES on... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | revert previous; i missed that config.h needs sys/types... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | typo |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | Provide a fallback version of fts(3) for systems lackin... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | New section about deployment by Kristaps. VERSION_1_13_1 |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | 1.13.1 release notes |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | sync after adding config.h to mansearch_const.c; |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | Clarifications in comments and standard output suggested by |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Ingo Schwarze | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Ingo Schwarze | missing #include "config.h", |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | Do not hardcode stuff in ./configure that is actually... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | Delete the __attribute__((__bounded__(...))) annotation. |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | add INSTALL and bump VERSION |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | mention neatroff |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | provide some instructions for manual installation |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | When .Sm is called without an argument, groff toggles... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | some corrections and improvements with respect to prolo... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | document warning and error messages, using quite some... |
commit | commitdiff | tree | snapshot |
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 |
next |