Age | Commit message (Expand) | Author |
2009-06-26 | Also #ifndef nitems here, caught by Thomas Jeunet. | Nicholas Marriott |
2009-06-26 | - include two missing headers in if.c | Jasper Lievisse Adriaanse |
2009-06-25 | do not use nitems(); ok claudio | Theo de Raadt |
2009-06-25 | Remove some dead assignments, found by sthen with clang. | Nicholas Marriott |
2009-06-25 | #ifndef nitems to avoid redefining it if it is already in a header. | Nicholas Marriott |
2009-06-25 | the rule is not to use nitems() in userland yet | Theo de Raadt |
2009-06-25 | sync the SENSOR_DRIVE_* names with sysctl(8)'s | Okan Demirmen |
2009-06-25 | use the nitems() macro where appropriate | Okan Demirmen |
2009-06-25 | Check RTM_VERSION even on sysctl data. | Claudio Jeker |
2009-06-25 | incorrect .PATH setting, discovered with nicm | Theo de Raadt |
2009-06-25 | Use the pane flags not the window flags. Doh. | Nicholas Marriott |
2009-06-25 | diagflags for diags | Marc Espie |
2009-06-25 | If getcwd() fails, use the user's home directory, or /, instead of failing with | Nicholas Marriott |
2009-06-25 | lines variable can be -1 (to be ignored), so should be signed. Found by lint. | Nicholas Marriott |
2009-06-25 | Remove error about using -L and -S together which was never displayed as | Nicholas Marriott |
2009-06-25 | tmux doesn't and won't need syslog logging, so remove it and some other unused | Nicholas Marriott |
2009-06-25 | Miscellaneous unused functions, including one which was basically a | Nicholas Marriott |
2009-06-25 | Nuke unused buffer functions. Found by lint. | Nicholas Marriott |
2009-06-25 | Unused prototypes. Found by lint, no binary change. | Nicholas Marriott |
2009-06-25 | Unused variables. Found by lint, no binary change. | Nicholas Marriott |
2009-06-24 | Remove some cruft from the Makefile. | Nicholas Marriott |
2009-06-24 | Now that a UTF-8-capable puts function exists, use it for printing strings in | Nicholas Marriott |
2009-06-24 | Fix a type mismatch warning in assignment. | Nicholas Marriott |
2009-06-24 | Change find-window and monitor-content to use fnmatch(3). For convenience and | Nicholas Marriott |
2009-06-24 | Add a dedicated function to convert a line into a string and use it to simpli... | Nicholas Marriott |
2009-06-24 | Change to match xterm's resizing behaviour, including pushing lines into the | Nicholas Marriott |
2009-06-24 | Make remain-on-exit work again when there is only one pane left, which was | Nicholas Marriott |
2009-06-24 | Trying to predict the cursor position for UTF-8 output in the same way as for | Nicholas Marriott |
2009-06-24 | Make environment file parsing grok linux-style env files. | Todd C. Miller |
2009-06-24 | synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually | Igor Sobrado |
2009-06-24 | tweak previous; | Jason McIntyre |
2009-06-24 | Constify utf8_width() function argument. | Nicholas Marriott |
2009-06-24 | sync to 1.7.20: minimum requirements for -mdoc documents; | Ingo Schwarze |
2009-06-23 | fix three off-by-one errors in whitespace output | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: Document whitespace handling. | Ingo Schwarze |
2009-06-23 | Mention LC_ALL, LC_CTYPE. | Nicholas Marriott |
2009-06-23 | sync to 1.7.20: like for the -man case, add an nchild counter to the -mdoc | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: -man documents must contain .TH and may contain tab characters | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: fix .br support in -man | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: root and text validation for -man | Ingo Schwarze |
2009-06-23 | Add some common config file examples to the quick start section. | Nicholas Marriott |
2009-06-23 | sync to 1.7.20: error reporting functions for -man | Ingo Schwarze |
2009-06-23 | If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and | Nicholas Marriott |
2009-06-23 | Escape ) to make "C-x )" spaced correctly in key list. | Nicholas Marriott |
2009-06-23 | tweak previous; | Jason McIntyre |
2009-06-23 | LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code | Nicholas Marriott |
2009-06-22 | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm | Darren Tucker |
2009-06-21 | fix PKG_CONFIG_PATH handling per system/6174. tested with xenocara build | Chris Kuethe |
2009-06-21 | now in sync with release 1.7.19 | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: do not try to print_body() when there is none | Ingo Schwarze |