2014-02-14 |
Ingo Schwarze | use .At where appropriate; from Jan Stary <hans at... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Ingo Schwarze | Supplement the documentation of the .St macro by minima... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Ingo Schwarze | Treat the line after .Cd as a single argument. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Ingo Schwarze | Keep words after .Ic together in a single argument. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Ingo Schwarze | Change markup of some fixed strings from .Ar to .Cm. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Always compare arch case-insensitively. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Avoid the risk of trying to modify a literal string. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Always store the arch in lower-case only. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Get rid of the local keys table, use the new mansearch_... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Support a second -v on mandocdb(8) to show keys while... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Ingo Schwarze | Cope with slightly broken NAME sections in man(7) pages |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Ingo Schwarze | Sort the macro keys by their real-world frequency to... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Ingo Schwarze | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Ingo Schwarze | Despite some experimenting, i'm unable to find any... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Ingo Schwarze | Remove useless use of strnlen(3). |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Ingo Schwarze | Cache the result of uname(3) such that we don't need... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Gprof(1) is fun. You should use it more often. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Another 25% speedup for mandocdb(8) -Q mode, found... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Do not sync to disk after each individual manual page... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Fix mandocdb(8) -d and -u. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Rename dbindex() to dbadd() to be less confusing. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Remove the redundant "file" column from the "mlinks... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Drop Nd from the mpages table, it is still in the keys... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Joerg Sonnenberger contributed copyrightable amounts... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Cope with mparse_alloc() interface change. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Add an option -Q (quick) to mandocdb(8) |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Joerg Sonnenberger | Tag functions with format strings as arguments as print... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Joerg Sonnenberger | Merge NetBSD's r1.4: Rename data to getdata to work... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Rip out the complete "reachable" checks, without replac... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Remove the obsolete file name column from the mpages... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Remove the obsolete sec and arch columns from the mpage... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Reimplement apropos -s NUM -S ARCH EXPR by internally... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Put section and architecture info into the keys table, |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | New implementation of complex search criteria using... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c} |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Put ./configure into the distributin tarball. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Use C99 uint32_t, not BSD-style u_int32_t. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Even though strnlen(3) is required by POSIX 2008, |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Clean up feature tests: |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Ingo Schwarze | Avoid "utf8" in the names of a function and a struct... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Ingo Schwarze | Do not put UTF-8-encoded strings into the database... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Ingo Schwarze | Polish the mlink_add() interface: |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Ingo Schwarze | Check all MLINKS for consistency with the content of... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Ingo Schwarze | Since the functions in read.c are part of the mandoc... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Simplify: Remove an unused argument from the mandoc_eos... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Provide strcasestr(3) and strsep(3) for Solaris 10... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Do not trigger end-of-sentence spacing by trailing... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Yet another regression introduced by Kristaps when... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | remove assignments that will be overwritten right after... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | update the link to the ISC license |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Add missing description of .UR/.UE. |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | release 1.12.3 VERSION_1_12_3 |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Experimental feature to let apropos(1) show different... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Ingo Schwarze | Split buildnames() out of mansearch(); the latter funct... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Ingo Schwarze | Oops, missed one: |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Ingo Schwarze | Remove duplicate const specifiers from the declaration... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Oops, that segfaulted after deleting an mlink from... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Split mlinks_undupe() out of mpages_merge() |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Change the mansearch() interface to use the mlinks... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Save the MLINK name into the database, too; |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Write more than one mlink per mpage to the database. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Allow saving more than one mlink per mpage in the mlink... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Enable the framework code to allow more than one mlink... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Clean up the interface of mlink_add(). |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Another step on the way to clear naming, this time... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Split struct mlink out of struct mpage. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Ingo Schwarze | Add an additional mlinks table to the database, redunda... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | Drop the mpages_list, use the existing mpages ohash... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | The name "id" is terrible for a struct. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | To better support MLINKS, we will have to split the... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | Stop parsing man(7) input when we found all we were... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | Rework the documentation of Spaces, using the Ossanna... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | merge from VERSION_1_12 |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | I have no idea how it happened that \B, \H, \h, \L... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Ingo Schwarze | The roff language really has two groups of basic buildi... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | Parse and ignore the roff(7) escape sequences \d (move... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | Implement .Fo/.Fa/.Fc indentation and break handling... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | Oops, .Fa never breaks the output line in the middle... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | Garbage collect two local variables each used only... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | In the SYNOPSIS, implement hanging indentation for .Fo |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | Support .St -xsh4.2, the System Interfaces part of... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | s/[Nn]ull/NUL/ in comments where appropriate; |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Ingo Schwarze | Do not break output lines in .Fn function arguments... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Ingo Schwarze | Delete the unused flag TERMP_IGNDELIM |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Ingo Schwarze | Implement SYNOPSIS .Fn indentation for -Tman. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Ingo Schwarze | It turns out SYNOPSIS mode does not imply .Bk in general, |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Ingo Schwarze | When deciding whether two consecutive macros are on... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Ingo Schwarze | Implement a long-standing desideratum, |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Ingo Schwarze | Polishing the worms in my favourite can, term_flushln(). |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Ingo Schwarze | Fix end-of-sentence spacing after the DragonFly text... |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Ingo Schwarze | Implement end-of-sentence spacing at the end of man... |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Ingo Schwarze | Document the alternative syntax \C'uXXXX' for Unicode... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Ingo Schwarze | In quoted macro arguments, double quotes can be quoted... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Ingo Schwarze | bentley@ looked at sbcl(1) and found new tasks for... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Ingo Schwarze | The "value" argument to the roff(7) .nr requests ends... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Ingo Schwarze | My audit of mandoc revealed one missing (unsigned char... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Ingo Schwarze | In the parser, when closing an explicit block that... |
commit | commitdiff | tree | snapshot |
next |