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