Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of duplicates. | ru | 2003-09-14 | 1 | -4/+5 |
| | |||||
* | The .Fn function. Dot terminate sentences. Use .Bd/.Ed instead of .Ar to | charnier | 2003-09-07 | 1 | -25/+35 |
| | | | | emphasize examples of source definition file. | ||||
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -1/+1 |
| | | | | Approved by: re | ||||
* | Normalize FILES section by using .Bl/.El enumerate. | charnier | 2002-10-16 | 1 | -1/+3 |
| | |||||
* | Test getopt() against -1 instead of EOF. | charnier | 2002-10-16 | 1 | -3/+2 |
| | |||||
* | Avoid a signedness warning by casting chain_index to a size_t. | dwmalone | 2002-09-04 | 1 | -1/+1 |
| | | | | (Should be OK as chain_index is supposed to be positive). | ||||
* | Switch to new format which allows unlimited numbers of chains and | ache | 2002-08-31 | 1 | -16/+43 |
| | | | | | usually saves 2K in both data file and program memory. Updated libc required. | ||||
* | Prepare for switching to unlimited chains format | ache | 2002-08-30 | 1 | -15/+31 |
| | |||||
* | Tweak chain example to show more possibilities | ache | 2002-08-23 | 1 | -2/+2 |
| | |||||
* | Allow chains in any form like <name1><name2> or \xf1\xf2, not binary | ache | 2002-08-23 | 3 | -37/+37 |
| | | | | representation only. | ||||
* | Use proper #include | ache | 2002-08-14 | 1 | -1/+1 |
| | |||||
* | Add #undefs to separate local buffers declaration and now dinamic libc buffers | ache | 2002-08-14 | 1 | -0/+5 |
| | |||||
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -4/+2 |
| | | | | | PR: 38930 Submitted by: keramida | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+9 |
| | |||||
* | No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. | ru | 2002-04-09 | 2 | -6/+0 |
| | |||||
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines. | jhb | 2002-01-08 | 1 | -1/+2 |
| | | | | Requested by: bde | ||||
* | Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a | jhb | 2002-01-08 | 1 | -1/+1 |
| | | | | cross-build environment. | ||||
* | Only use __FBSDID if it is defined. This fixes the 4.4-release (but | imp | 2001-12-08 | 2 | -0/+4 |
| | | | | | | not stable) -> current upgrade path. Reviewed by: markm | ||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 3 | -20/+29 |
| | | | | | | Use __FBSDID(). Set NO_WERROR because this would rely on some lex(1) fixes that cannot be committed yet. | ||||
* | Rewrite buffer handling code a bit to handle large values. | ache | 2001-11-28 | 3 | -5/+15 |
| | | | | Add more checks for data overflow. | ||||
* | Increase internal buffer space | ache | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | Add safeguard to prevent charmap symbol length overflowing | ache | 2001-11-27 | 1 | -0/+2 |
| | |||||
* | Move extern definitions to common.h | ache | 2001-11-27 | 3 | -4/+13 |
| | | | | Increase charmap symbol length to 64 | ||||
* | Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer. | sobomax | 2001-10-16 | 1 | -1/+1 |
| | | | | MFC after: 2 weeks | ||||
* | yyerror() is a printflike function | kris | 2001-07-24 | 1 | -1/+1 |
| | | | | MFC after: 1 week | ||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
| | |||||
* | vsprintf() -> vsnprintf() | kris | 2000-11-26 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -4/+6 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -3/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -8/+16 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Moved to share | ache | 1999-10-18 | 24 | -4757/+0 |
| | |||||
* | Remove one of the locales which is currently breaking the build. | jkh | 1999-10-14 | 1 | -1/+0 |
| | |||||
* | sv_SE collate | ache | 1999-10-03 | 3 | -2/+87 |
| | | | | | | | add one missing dependance PR: 13928 Submitted by: Palle Girgensohn <girgen@partitur.se> | ||||
* | ISO8859-5 collate | ache | 1999-10-03 | 3 | -0/+213 |
| | | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru> | ||||
* | allow comments in map files | ache | 1999-10-03 | 1 | -0/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 17 | -17/+17 |
| | |||||
* | Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. | foxfair | 1999-06-08 | 1 | -2/+2 |
| | | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets> | ||||
* | Support the IANA definition of Shift Jis nameley ja_JP.Shift_JIS | julian | 1999-06-05 | 1 | -2/+2 |
| | | | | as well as the X11 version ja_JP.SJIS | ||||
* | Correct a link problem with zh_TW.BIG5, make the display reasonable. | foxfair | 1999-04-10 | 1 | -2/+8 |
| | |||||
* | Supporting locale for Chinese Big5 completely. | foxfair | 1999-03-20 | 1 | -2/+2 |
| | |||||
* | Fix disorder introduced by me in the Euro part 2 locale commit. | imp | 1999-03-01 | 1 | -15/+15 |
| | | | | | Submited by: bde (This was uncommitted for too long in my tree, but is well tested) | ||||
* | back out obj/colldef PATH hack, it breaks cross-compiling per Bruce | ache | 1999-02-15 | 1 | -4/+1 |
| | | | | There is _BUILD_TOOLS hack for. Plase all targets under it. | ||||
* | syntax change: allow symbolic names as substitute first arg | ache | 1999-02-13 | 3 | -5/+6 |
| | | | | use this to substitute <ss> | ||||
* | syntax change: allow symbolic names as substitute first arg | ache | 1999-02-13 | 3 | -41/+39 |
| | |||||
* | substitute ss | ache | 1999-02-12 | 2 | -4/+6 |
| | | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de> | ||||
* | add more checks for substitution | ache | 1999-02-12 | 1 | -7/+13 |
| | | | | dissalow substituted character be ordered |