aboutsummaryrefslogtreecommitdiffhomepage
path: root/mimedb.c
Commit message (Collapse)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
| | | | | This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not introduce any functionality change.
* Prevent potential infinite loopGravatar James Vega2009-02-25
| | | | | | Ignore-this: 24edfe9248e1b667fcf4d8e151dd50f2 darcs-hash:20090224183601-35ec8-5e86d44c77af33376bd80485689d60c761ff17c6.gz
* Check return value of a few write calls and retry on EINTR, and fix a few ↵Gravatar axel2009-02-23
| | | | | | other warnings, mostly by printing error messages before giving up. darcs-hash:20090222202852-ac50b-b0e79142af5b7a99e55271d4001fa252d9684a1d.gz
* Add mimedb infinite loop bug fix from James ReevesGravatar axel2009-02-01
| | | | darcs-hash:20090201133734-ac50b-96fb4735af616094ea57ba02266188f8a7038a0c.gz
* Update copyright datesGravatar liljencrantz2008-01-13
| | | | darcs-hash:20080112191848-75c98-2e9d03feebe185c70e63bbabb421ebb5ef248979.gz
* Print 'unknown' if 'mimedb -d' failsGravatar axel2007-05-25
| | | | darcs-hash:20070524171053-ac50b-c9374e0da7f4cf1458a19d9234e4752ae156e37e.gz
* Update regexps in mimedb to work on NetBSD. (NetBSD does not support having ↵Gravatar axel2007-05-24
| | | | | | empty subexpressions. This bug was reported and diagnosed by Claes Nästén. darcs-hash:20070524063728-ac50b-9377f6d2ba709e997c00d716e766a912cc1ee23e.gz
* Improved error reporting in mimedb for failed regexps. This patch was ↵Gravatar axel2007-05-16
| | | | | | written by Claes Nästén. darcs-hash:20070515193751-ac50b-8221971ea524cddaba3e8e72a61b151b399ea7b6.gz
* Fix URL character encoding bug in mimedbGravatar axel2007-04-17
| | | | darcs-hash:20070417062932-ac50b-7816e307ab180be02fc247f6c4796e7fa774862d.gz
* Add --without-gettext switch to optionally disable gettext supportGravatar axel2006-11-30
| | | | darcs-hash:20061129141822-ac50b-64a78e7a3594827abe5024fdbf7d4c79ac21162c.gz
* Update documentation display code to run roff on the client system instead ↵Gravatar axel2006-11-18
| | | | | | of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
* Provide fallback version of getopt_long instead of checking for it's ↵Gravatar axel2006-08-28
| | | | | | presense every time it is used darcs-hash:20060828114305-ac50b-f4aad19e936fa42bbe84e51e72aa32445a469527.gz
* Remove checks for gettext presense in mimedb.c and set_color.c. If gettext ↵Gravatar axel2006-08-28
| | | | | | is unavailable, a fallback is provided. darcs-hash:20060828105806-ac50b-47f092813ed70a03477d66c377edbe24f2aedf40.gz
* Much more reliable getopt_long test. Idea from Netocrat.Gravatar axel2006-08-28
| | | | darcs-hash:20060828102949-ac50b-bb55face2f3127018b6c79a72ee71e38f075232a.gz
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
| | | | darcs-hash:20060621095430-ac50b-52afcee91b856f706d6df6bcf2e3a6bc7d746e40.gz
* Drop most 'const's from function prototypesGravatar axel2006-06-13
| | | | darcs-hash:20060612214742-ac50b-9b0801e8a7c07d6ab3f0acf569e1d6eb1eeb3f0e.gz
* Make sure that getopt flags are only written down onceGravatar axel2006-05-27
| | | | darcs-hash:20060526145551-ac50b-5411809433e277cd0bdebc34907ee3312a8a0263.gz
* Move all fallbacks for standard and not-so-standard unix functions to ↵Gravatar axel2006-02-28
| | | | | | fallback.c, in order to have a one-stop place to look for such functions darcs-hash:20060228131716-ac50b-0832193dbcaf7191dcb24456dc40f2e861a1382e.gz
* Fixes to api documentation, added .PHONY to makefile actions, made a few ↵Gravatar axel2006-01-24
| | | | | | private functions static darcs-hash:20060123204014-ac50b-b9d2a10c7f00945b5d9d244cb3b8c1489fe280de.gz
* Use gettext to translate mimedb command. Also try to respect users locale ↵Gravatar axel2006-01-24
| | | | | | setting when choosing language on file descriptions. darcs-hash:20060123154500-ac50b-2a2eb9c24f41d2bbe05fc4c40dca31aaaca71979.gz
* Use better test for presense of getopt_long functionGravatar axel2005-11-28
| | | | darcs-hash:20051127150603-ac50b-566999b0cb32bc150dc6ef43220452ab42f1ad64.gz
* Initial revisionGravatar axel2005-09-20
darcs-hash:20050920132639-ac50b-fa3b476891e1f5f67207cf4cc7bf623834cc5edc.gz