mandoc/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvsweb.bsd.lv] / mandoc


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] INSTALL  1.24   2 years  schwarze   more details about Mac OS X; information from Sevan Janiyan
[TXT] LICENSE  1.23   20 months  schwarze   If an .Xr macro contains a section argument, write an aria-label attribute such ...
[TXT] Makefile  1.543   4 months  schwarze   Install mandoc.css by default even if man.cgi(8) is not built. It matters becaus...
[TXT] Makefile.depend  1.52   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] NEWS  1.41   2 years  schwarze   Sevan Janiyan resigned from the NetBSD project and pkgsrc in 2020. He is now bus...
[TXT] TODO  1.334   3 months  schwarze   1. Do not put ASCII_HYPH (0x1c) into the tag file. That happened when tagging a ...
[TXT] apropos.1  1.51   3 years  schwarze   add example to apropos.1 to list all manuals in a given section; patch from ians...
[TXT] arch.c  1.17   2 years  schwarze   Add OpenBSD riscv64 architecture; patch from jsg@. While here, retire sgi and so...
[TXT] att.c  1.19   2 years  schwarze   mdoc(7): improve output of .At 32v The official designation by AT&T was "UNIX/3...
[TXT] catman.8  1.8   7 years  schwarze   minor issues found with mandoc -Tlint
[TXT] catman.c  1.23   2 years  schwarze   better error message if mandocd is not found
[TXT] cgi.c  1.181   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] cgi.h.example  1.6   7 years  schwarze   Simplify: write HTTP 303 redirects with relative locations. Suggested by bentley...
[TXT] chars.c  1.81   20 months  schwarze   In groff commit 78e66624 on May 7 20:15:33 2021 +1000, G. Branden Robinson chang...
[TXT] compat_err.c  1.5   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_fts.c  1.17   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_fts.h  1.5   3 years  schwarze   Give the fts_compar struct member a real prototype. This adds clarity and avoids...
[TXT] compat_getline.c  1.2   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_getsubopt.c  1.6   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_isblank.c  1.3   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_mkdtemp.c  1.4   2 years  schwarze   Two minor improvements: 1. If mktemp(3) fails, do not overwrite the errno becaus...
[TXT] compat_mkstemps.c  1.1   2 years  schwarze   Test availability of mkstemps(3) and provide a fallback implementation in case i...
[TXT] compat_ohash.c  1.7   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_ohash.h  1.6   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] compat_progname.c  1.2   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_reallocarray.c  1.5   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_recallocarray.c  1.2   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_strcasestr.c  1.5   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_stringlist.c  1.8   3 years  schwarze   Sync stringlist implementation with NetBSD. Various improvements of security, fu...
[TXT] compat_stringlist.h  1.5   3 years  schwarze   Sync stringlist implementation with NetBSD. Various improvements of security, fu...
[TXT] compat_strlcat.c  1.6   3 years  schwarze   sync with OpenBSD, no functional change intended
[TXT] compat_strlcpy.c  1.6   3 years  schwarze   sync with OpenBSD, no functional change intended
[TXT] compat_strndup.c  1.3   3 years  schwarze   update millert@'s email address
[TXT] compat_strsep.c  1.6   20 months  schwarze   #include <stddef.h>, needed for NULL; bug reported by op@
[TXT] compat_strtonum.c  1.2   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] compat_vasprintf.c  1.4   3 years  schwarze   Only compile compat_*.c implementations that are actually needed. That's cleaner...
[TXT] configure  1.83   4 months  schwarze   Install mandoc.css by default even if man.cgi(8) is not built. It matters becaus...
[TXT] configure.local.example  1.45   4 months  schwarze   Install mandoc.css by default even if man.cgi(8) is not built. It matters becaus...
[TXT] dba.c  1.10   7 years  schwarze   Improve clarity of some casts; from Christos Zoulas <christos at NetBSD>.
[TXT] dba.h  1.2   7 years  schwarze   When the content of a manual page does not specify a section, the empty string g...
[TXT] dba_array.c  1.2   3 years  schwarze   Because mandoc_aux.h and mandoc.h use __attribute__, all files that include mand...
[TXT] dba_array.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] dba_read.c  1.6   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] dba_write.c  1.3   7 years  schwarze   The concept of endianness seems to be somewhat newfangled, so the respective con...
[TXT] dba_write.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] dbm.c  1.7   4 years  schwarze   delete trailing whitespace and space-tab sequences; no code change; patch from M...
[TXT] dbm.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] dbm_map.c  1.8   7 years  schwarze   Improve clarity of some casts; from Christos Zoulas <christos at NetBSD>.
[TXT] dbm_map.h  1.2   4 years  schwarze   delete trailing whitespace and space-tab sequences; no code change; patch from M...
[TXT] demandoc.1  1.9   23 months  schwarze   The demandoc(1) program neither reads nor writes any databases, so delete a sent...
[TXT] demandoc.c  1.34   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] eqn.7  1.39   4 years  schwarze   Document the "delim" syntax and its usage. Closing a gap reported by bentley@, w...
[TXT] eqn.c  1.86   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] eqn.h  1.1   5 years  schwarze   Cleanup, no functional change: No need to expose the eqn(7) syntax tree data str...
[TXT] eqn_html.c  1.19   5 years  schwarze   The header file "html.h" uses enum roff_tok, so "roff.h" must be included before...
[TXT] eqn_parse.h  1.4   23 months  schwarze   To prevent infinite recursion while expanding eqn(7) definitions, we must not re...
[TXT] eqn_term.c  1.19   5 years  schwarze   Cleanup, no functional change: No need to expose the eqn(7) syntax tree data str...
[TXT] gmdiff  1.11   5 years  schwarze   process UTF-8 input even in ASCII output mode, and provide a way to specify addi...
[TXT] html.c  1.279   19 months  schwarze   prevent breakable hyphens in segment identifiers from being turned into undersco...
[TXT] html.h  1.112   20 months  schwarze   While the HTML standard allows multiple <h1> elements in the same document, <h1>...
[TXT] lib.c  1.15   5 years  schwarze   Cleanup, no functional change: Split the top level parser interface out of the u...
[TXT] lib.in  1.22   4 years  schwarze   delete trailing whitespace and space-tab sequences; no code change; patch from M...
[TXT] libman.h  1.86   5 years  schwarze   Cleanup, no functional change: Since the man(7) and roff(7) validators no longer...
[TXT] libmandoc.h  1.80   2 years  schwarze   add a style message about overlong text lines, trying very hard to avoid false p...
[TXT] libmdoc.h  1.117   5 years  schwarze   Cleanup, minus 15 LOC, no functional change: Simplify the way the man(7) and mdo...
[TXT] main.c  1.361   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] main.h  1.30   5 years  schwarze   Reset HTML formatter state, in particular the id_unique hash, after processing e...
[TXT] makewhatis.8  1.7   2 years  schwarze   Just say that the databases are intended for use by apropos(1), whatis(1), and m...
[TXT] man.1  1.41   19 months  schwarze   For clarity and consistency, refer to ".Bx 4.0" rather than ".Bx 4". Also, menti...
[TXT] man.7  1.150   4 months  schwarze   Remove the statement that .TQ was "rarely used even in GNU manual pages". It ap...
[TXT] man.c  1.189   19 months  schwarze   Restore the traditional behaviour of the man(7) single-font macros .B, .I, .SM, ...
[TXT] man.cgi.3  1.4   7 years  schwarze   Mention the manual page name and section in the HTML page <title>. Based on a pa...
[TXT] man.cgi.8  1.24   20 months  schwarze   improve the description of header.html and footer.html
[TXT] man.conf.5  1.8   4 years  schwarze   Finally delete support for the "_whatdb" configuration directive, which has a mi...
[TXT] man.h  1.79   5 years  schwarze   The upcoming .while request will have to re-execute roff(7) lines parsed earlier...
[TXT] man.options.1  1.7   6 years  schwarze   various nits found with mandoc -Tlint
[TXT] man_html.c  1.187   4 months  schwarze   Implement the man(7) .MR macro, a 2023 GNU extension. The syntax and semantics i...
[TXT] man_macro.c  1.150   4 months  schwarze   Reduce the man(7) default global indentation from 7n, which was an oddity in gro...
[TXT] man_term.c  1.244   4 months  schwarze   Reduce the man(7) default global indentation from 7n, which was an oddity in gro...
[TXT] man_validate.c  1.159   4 months  schwarze   Implement the man(7) .MR macro, a 2023 GNU extension. The syntax and semantics i...
[TXT] manconf.h  1.9   3 years  schwarze   undocumented options -O outfilename and -O tagfilename to support regression tes...
[TXT] mandoc.1  1.267   4 months  schwarze   Reduce the man(7) default global indentation from 7n, which was an oddity in gro...
[TXT] mandoc.3  1.44   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mandoc.c  1.121   22 months  schwarze   Make roff_expand() parse left-to-right rather than right-to-left. Some escape se...
[TXT] mandoc.css  1.52   20 months  schwarze   While the HTML standard allows multiple <h1> elements in the same document, <h1>...
[TXT] mandoc.db.5  1.5   7 years  schwarze   document the new file format
[TXT] mandoc.h  1.282   4 months  schwarze   When parsing a macro argument results in delayed escape sequence expansion, re-c...
[TXT] mandoc_aux.c  1.12   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mandoc_aux.h  1.8   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mandoc_char.7  1.79   21 months  schwarze   Since \. is not a character escape sequence, re-classify it from the wrong parsi...
[TXT] mandoc_dbg.c  1.1   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mandoc_dbg.h  1.1   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mandoc_dbg_init.3  1.1   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mandoc_escape.3  1.6   4 months  schwarze   Various updates: * document several missing ESCAPE_* constants * some sequences ...
[TXT] mandoc_headers.3  1.35   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mandoc_html.3  1.24   20 months  schwarze   Improve accessibility of -T html -O toc output by using the <nav> element in the...
[TXT] mandoc_malloc.3  1.3   2 years  schwarze   document mandoc_recallocarray(3); patch found in my tree, apparently forgotten y...
[TXT] mandoc_msg.c  1.20   21 months  schwarze   Split the excessively generic diagnostic message "invalid escape sequence" into ...
[TXT] mandoc_ohash.c  1.3   3 years  schwarze   Because mandoc_aux.h and mandoc.h use __attribute__, all files that include mand...
[TXT] mandoc_ohash.h  1.2   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] mandoc_parse.h  1.5   4 years  schwarze   In the past, generating comment nodes stopped at the .TH or .Dd macro, which is ...
[TXT] mandoc_xr.c  1.4   3 years  schwarze   Because mandoc_aux.h and mandoc.h use __attribute__, all files that include mand...
[TXT] mandoc_xr.h  1.3   6 years  schwarze   If a single page references the same non-existent manual more than once, print "...
[TXT] mandocd.8  1.3   2 years  schwarze   two typos; patch from Raf Czlonka <rczlonka at gmail dot com>
[TXT] mandocd.c  1.13   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mandocdb.c  1.272   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] manpath.c  1.44   2 years  schwarze   Make sure that the configuration file is always read, even when running with the...
[TXT] mansearch.3  1.5   6 years  schwarze   delete documentation of some stuff that no longer exists, mostly about SQLite3; ...
[TXT] mansearch.c  1.84   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] mansearch.h  1.30   4 years  schwarze   In man(1) mode, i.e. when asking for a single manual page by name, prefer file n...
[TXT] mchars_alloc.3  1.4   7 years  schwarze   update developer documentation
[TXT] mdoc.7  1.289   2 years  schwarze   Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro because all of th...
[TXT] mdoc.c  1.275   3 years  schwarze   Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. In HTML output, impr...
[TXT] mdoc.h  1.146   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mdoc_argv.c  1.120   4 years  schwarze   When parsing a tab character that is not preceded by a space character on an .It...
[TXT] mdoc_html.c  1.350   20 months  schwarze   https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/ says: "Start n...
[TXT] mdoc_macro.c  1.235   23 months  schwarze   support for hunting memory leaks; designed and written last autumn, polished tod...
[TXT] mdoc_man.c  1.138   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] mdoc_markdown.c  1.37   2 years  schwarze   Support two-character font names (BI, CW, CR, CB, CI) in the tbl(7) layout font ...
[TXT] mdoc_state.c  1.19   18 months  schwarze   Up to version 1.22.4, groff_mdoc(7) only considered the first word when comparin...
[TXT] mdoc_term.c  1.383   4 months  schwarze   Reduce the man(7) default global indentation from 7n, which was an oddity in gro...
[TXT] mdoc_validate.c  1.391   21 months  schwarze   When looking for the next block to tag, we aren't interested in children of the ...
[TXT] msec.c  1.16   5 years  schwarze   Major cleanup; may imply minor changes in edge cases of error reporting. Finall...
[TXT] msec.in  1.8   6 years  schwarze   delete old, undocumented, obsolete section names that nobody uses
[TXT] out.c  1.85   2 years  schwarze   simplify a few accesses to fields of structs, using auxiliary pointer variables ...
[TXT] out.h  1.35   18 months  schwarze   Finally expand and delete the macro SCALE_VS_INIT(). It's nothing but obfuscatio...
[TXT] preconv.c  1.17   5 years  schwarze   Cleanup, no functional change: Split the top level parser interface out of the u...
[TXT] predefs.in  1.4   11 years  schwarze   The mdoc(7) \*(Ba predefined string actually forces roman font; that's stupid be...
[TXT] read.c  1.221   22 months  schwarze   improve a comment explaining a particularly nasty hack; no code change
[TXT] roff.7  1.121   4 months  schwarze   Support some escape sequences, in particular character escape sequences, inside ...
[TXT] roff.c  1.400   4 months  schwarze   Implement the man(7) .MR macro, a 2023 GNU extension. The syntax and semantics i...
[TXT] roff.h  1.76   4 months  schwarze   Implement the man(7) .MR macro, a 2023 GNU extension. The syntax and semantics i...
[TXT] roff_escape.c  1.14   21 months  schwarze   Surprisingly, every escape sequence can also be used as an argument delimiter fo...
[TXT] roff_html.c  1.21   3 years  schwarze   Because mandoc_aux.h and mandoc.h use __attribute__, all files that include mand...
[TXT] roff_int.h  1.20   21 months  schwarze   Avoid the layering violation of re-parsing for \E in roff_expand(). To that end,...
[TXT] roff_term.c  1.25   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] roff_validate.c  1.20   3 years  schwarze   Because mandoc_aux.h and mandoc.h use __attribute__, all files that include mand...
[TXT] soelim.1  1.5   6 years  schwarze   various nits found with mandoc -Tlint
[TXT] soelim.c  1.6   2 years  schwarze   isspace(3) requires an unsigned argument; bug reported by Thomas Klausner <wiz a...
[TXT] st.c  1.17   2 years  schwarze   Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro because all of th...
[TXT] tag.c  1.38   3 months  schwarze   1. Do not put ASCII_HYPH (0x1c) into the tag file. That happened when tagging a ...
[TXT] tag.h  1.14   3 years  schwarze   When a .Tg is attached to a paragraph, attach the permalink to the first word, o...
[TXT] tbl.3  1.6   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl.7  1.39   18 months  schwarze   Replace ugly .sp requests with normal .Pp macros. After tbl_term.c 1.79, such co...
[TXT] tbl.c  1.46   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl.h  1.2   2 years  schwarze   Support two-character font names (BI, CW, CR, CB, CI) in the tbl(7) layout font ...
[TXT] tbl_data.c  1.59   2 years  schwarze   Quirk-compatibility with GNU tbl(1): With the "nospaces" option, skip space char...
[TXT] tbl_html.c  1.41   22 months  schwarze   If the last data row of a tbl(7) contains nothing but a horizontal line, do not ...
[TXT] tbl_int.h  1.2   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl_layout.c  1.50   2 years  schwarze   Support two-character font names (BI, CW, CR, CB, CI) in the tbl(7) layout font ...
[TXT] tbl_opts.c  1.24   5 years  schwarze   Almost mechanical diff to remove the "struct mparse *" argument from mandoc_msg(...
[TXT] tbl_parse.h  1.2   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl_term.c  1.79   18 months  schwarze   Stop skipping vertical space after boxed tables. Skipping such space used to be...
[TXT] term.c  1.291   10 months  schwarze   spelling fixes from Paul Tagliamonte via tech@ and jmc@
[TXT] term.h  1.134   19 months  schwarze   When starting a new input line, even when continuing the same output line, use t...
[TXT] term_ascii.c  1.69   4 months  schwarze   Reduce the man(7) default global indentation from 7n, which was an oddity in gro...
[TXT] term_ps.c  1.92   3 years  schwarze   After .ti, there are many reasons why the offset may change, so setting it back ...
[TXT] term_tab.c  1.7   2 years  schwarze   Provide a cleanup function for the term_tab module, freeing memory and resetting...
[TXT] term_tag.c  1.6   2 years  schwarze   Append .html suffix to temporary files enabling browsers to recognise it. Occas...
[TXT] term_tag.h  1.4   2 years  schwarze   Append .html suffix to temporary files enabling browsers to recognise it. Occas...
[TXT] test-EFTYPE.c  1.1   7 years  schwarze   Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.
[TXT] test-O_DIRECTORY.c  1.1   7 years  schwarze   proper test for O_DIRECTORY
[TXT] test-PATH_MAX.c  1.1   7 years  schwarze   POSIX allows PATH_MAX to not be defined, meaning "unlimited". Found by Aaron M. ...
[TXT] test-attribute.c  1.1   3 years  schwarze   Provide a real feature test for __attribute__(). Looking at version numbers like...
[TXT] test-be32toh.c  1.1   7 years  schwarze   The concept of endianness seems to be somewhat newfangled, so the respective con...
[TXT] test-cmsg.c  1.1   7 years  schwarze   config glue for recvmsg(2) and CMSG_FIRSTHDR(3); needed for Solaris 11
[TXT] test-dirent-namlen.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-err.c  1.1   8 years  schwarze   Finally use __progname, err(3) and warn(3). That's more readable and less error-...
[TXT] test-fts.c  1.4   7 years  schwarze   Compat glue for the FreeBSD comparison function prototype for fts_open(3) which ...
[TXT] test-getline.c  1.1   8 years  schwarze   provide a simple stand-alone implementation of getline(3) for systems lacking it...
[TXT] test-getsubopt.c  1.6   5 years  schwarze   Change comment: NetBSD just fixed their headers; but leave the workaround in pla...
[TXT] test-isblank.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-mkdtemp.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-mkstemps.c  1.1   2 years  schwarze   Test availability of mkstemps(3) and provide a fallback implementation in case i...
[TXT] test-nanosleep.c  1.1   7 years  schwarze   Autodetect if -lrt is needed for nanosleep(3). Helpful for Solaris 9 and 10. Rem...
[TXT] test-noop.c  1.1   5 years  schwarze   more 1.14.4 release preparations: autodetect whether the compiler can use -W and...
[TXT] test-ntohl.c  1.1   7 years  schwarze   The concept of endianness seems to be somewhat newfangled, so the respective con...
[TXT] test-ohash.c  1.5   7 years  schwarze   cope with -Wmissing-prototypes
[TXT] test-pledge.c  1.1   8 years  schwarze   merge pledge(2) support from OpenBSD
[TXT] test-progname.c  1.2   8 years  schwarze   Use getprogname(3) rather than __progname. Suggested by Joerg@ Sonnenberger (Net...
[TXT] test-reallocarray.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-recallocarray.c  1.1   6 years  schwarze   Implement automatic line breaking inside individual table cells that contain tex...
[TXT] test-recvmsg.c  1.1   7 years  schwarze   config glue for recvmsg(2) and CMSG_FIRSTHDR(3); needed for Solaris 11
[TXT] test-rewb-bsd.c  1.2   7 years  schwarze   Linux needs <stddef.h>, or NULL isn't defined.
[TXT] test-rewb-sysv.c  1.2   7 years  schwarze   Linux needs <stddef.h>, or NULL isn't defined.
[TXT] test-sandbox_init.c  1.1   7 years  kristaps   Add support for Mac OS X's sandbox_init(3) sandbox functionality, which is marke...
[TXT] test-strcasestr.c  1.4   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] test-stringlist.c  1.3   5 years  schwarze   NULL requires <stddef.h>
[TXT] test-strlcat.c  1.3   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-strlcpy.c  1.3   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-strndup.c  1.1   6 years  schwarze   Add strndup(3) compat implementation. Jan Stary reports that MacOS X Snow Leopar...
[TXT] test-strptime.c  1.4   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] test-strsep.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-strtonum.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-vasprintf.c  1.5   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] test-wchar.c  1.5   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] tree.c  1.92   2 years  schwarze   More accurately represent cells containing horizontal lines in -T tree output. ...


CVSweb