Age | Commit message (Expand) | Author |
2015-11-12 | spacing | Mike Belopuhov |
2015-11-12 | Fix PIM build. | Martin Pieuchot |
2015-11-12 | Remove xfree()'s prototype. tedu@ removed its definition a few weeks | mmcc |
2015-11-12 | Avoid problems with pathological input during edit operations. i.e. never | Kenneth R Westerback |
2015-11-12 | grid_put_utf8 is unused, remove it. | Nicholas Marriott |
2015-11-12 | ART-specific bits to make sure root tables are properly freed. | Martin Pieuchot |
2015-11-12 | Allocate root tables on demand an free them like any other table. | Martin Pieuchot |
2015-11-12 | Move cron socket to /var/run/cron.sock. Client code will try the old | Todd C. Miller |
2015-11-12 | update NAME; ok schwarze nicm | Jason McIntyre |
2015-11-12 | Add utf8_padcstr and use it to align columns in list-keys. | Nicholas Marriott |
2015-11-12 | fix a typo in NAME and add two missing entries; | Jason McIntyre |
2015-11-12 | the tparam mlink is probably a typo (and duplicate) for tparm, so kill it; | Jason McIntyre |
2015-11-12 | tweak previous; ok nicm | Jason McIntyre |
2015-11-12 | Tidy utf8.c a little: build table on first use, and make utf8_width take | Nicholas Marriott |
2015-11-12 | tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client is | Nicholas Marriott |
2015-11-12 | If we know the terminal outside tmux is not UTF-8, replace UTF-8 in | Nicholas Marriott |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-11-12 | Remove the mouse_utf8_flag format as well. | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-11-12 | can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUE | David Gwynne |
2015-11-12 | two newlines in the middle of a func doenst look right. | David Gwynne |
2015-11-12 | get rid of IFQ_POLL. | David Gwynne |
2015-11-12 | Prefix flowid with ph_ and print it in m_print(). | Martin Pieuchot |
2015-11-12 | add mul and mul_add to NAME; | Jason McIntyre |
2015-11-12 | Update the dired mode comments. | Mark Lumsden |
2015-11-12 | an invalid carp link state is not a fatal error, since a while newly created | Otto Moerbeek |
2015-11-12 | Default history-file should be "" not NULL, from Greg Onufe. | Nicholas Marriott |
2015-11-12 | IFQ_DROP means a drop because enqueue on the send q failed, not cos tx | David Gwynne |
2015-11-12 | Use isdigit() instead of ksh's homebrewed alternative. | mmcc |
2015-11-12 | Cast three ctype functions' arguments to unsigned char and simplify a | mmcc |
2015-11-12 | sync | Theo de Raadt |
2015-11-12 | update cross references after deleting the imaginary MLINKS | Ingo Schwarze |
2015-11-12 | Convert the handful of manuals that had imaginary names, | Ingo Schwarze |
2015-11-12 | Remove chardef[] and just use isprint/iscntrl directly, ok tedu | Nicholas Marriott |
2015-11-11 | Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says | Nicholas Marriott |
2015-11-11 | update NAME; | Jason McIntyre |
2015-11-11 | add missing functions to NAME, or otherwise correct the mlink | Jason McIntyre |
2015-11-11 | at already uses O_EXCL when creating files so there's no need to | Todd C. Miller |
2015-11-11 | Use warn/warnx and err/errx. OK jca@ | Todd C. Miller |
2015-11-11 | Convert five more manuals from POD to mdoc. | Ingo Schwarze |
2015-11-11 | Switch back to C versions of true/false. I do not accept any of the | Theo de Raadt |
2015-11-11 | Convert and enable CMS manuals. | Ingo Schwarze |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn |
2003-11-25 | cxxfilt is now a separate program, split from libiberty | Marc Espie |
2015-11-11 | Use warn/warnx here too. | Todd C. Miller |
2015-11-11 | Remove bogus DST code. mktime() handles DST automatically when | Todd C. Miller |
2015-11-11 | Niether cron nor crontab need flock permission. | Todd C. Miller |
2015-11-11 | Use warn/warnx where sensible and add fatal/fatalx wrappers for | Todd C. Miller |