Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chmod +x configure | Nicholas Marriott | 2009-05-18 |
| | |||
* | Move some crap into the attic, and some other stuff into tools/. | Nicholas Marriott | 2009-05-17 |
| | |||
* | Move website stuff into its own directory. | Nicholas Marriott | 2009-05-17 |
| | |||
* | Move dist.mk to tools/. | Nicholas Marriott | 2009-05-17 |
| | |||
* | Use >|. | Nicholas Marriott | 2009-05-16 |
| | |||
* | Use a better variable name and allow the uname to be overridden. | Nicholas Marriott | 2009-05-16 |
| | |||
* | clean-all. | Nicholas Marriott | 2009-05-16 |
| | |||
* | clean-all target to clean configure stuff too. | Nicholas Marriott | 2009-05-16 |
| | |||
* | Use empty(), FreeBSD doesn't like ==. | Nicholas Marriott | 2009-05-16 |
| | |||
* | select-layout command and some key bindings. | Nicholas Marriott | 2009-05-16 |
| | |||
* | Recreate server socket on SIGUSR1, per SF feature request 2792533. | Nicholas Marriott | 2009-05-16 |
| | |||
* | putenv can be char *. | Nicholas Marriott | 2009-05-15 |
| | |||
* | Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ↵ | Nicholas Marriott | 2009-05-15 |
| | | | | we can't avoid using a char *. | ||
* | +sfw for solaris too. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Keys in status line (p in vi mode, M-y in emacs) to paste the first line of ↵ | Nicholas Marriott | 2009-05-14 |
| | | | | the upper paste buffer. Suggested by Dan Colish. | ||
* | Separate tmux target. Doh. | Nicholas Marriott | 2009-05-14 |
| | |||
* | PuTTY resizing from merdely. | Nicholas Marriott | 2009-05-14 |
| | |||
* | clear-history command. | Nicholas Marriott | 2009-05-14 |
| | |||
* | This is okay. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Don't force wrapping with \n when asked, let the cursor code figure it out. ↵ | Nicholas Marriott | 2009-05-14 |
| | | | | Should fix terminals which use this to detect line breaks. | ||
* | It is HAVE_PTY_H, also add a cast to shut gcc up. | Nicholas Marriott | 2009-05-14 |
| | |||
* | HAVE_. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Needs a VERSION. | Nicholas Marriott | 2009-05-14 |
| | |||
* | SunOS tweaks. | Nicholas Marriott | 2009-05-14 |
| | |||
* | +. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Add distribution stuff back in. | Nicholas Marriott | 2009-05-14 |
| | |||
* | NetBSD has no strtonum so needs compat/. | Nicholas Marriott | 2009-05-14 |
| | |||
* | NetBSD tree.h has no RB_PREV. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Use a variable for uname. | Nicholas Marriott | 2009-05-14 |
| | |||
* | print is redundant. Doh. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Sprinkle the magic anti-GCC-suckage for *BSD as well. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Move -lutil. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Use the right osdep. | Nicholas Marriott | 2009-05-14 |
| | |||
* | install depends on all. | Nicholas Marriott | 2009-05-14 |
| | |||
* | Try to figure out if we are using gcc 4 and get rid of the stupid warning, ↵ | Nicholas Marriott | 2009-05-14 |
| | | | | while not breaking 3.x and 2.x... | ||
* | compat/bsd-poll.h now we are not doing -Icompat. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Sort. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Don't bother with this. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Whoops, don't use the name of the rule here now. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Add a changes entry. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Two more to ignore. | Nicholas Marriott | 2009-05-13 |
| | |||
* | $(PROG) is gorn. | Nicholas Marriott | 2009-05-13 |
| | |||
* | cmake build files. I wrote these but then decided to keep the cleanup | Nicholas Marriott | 2009-05-13 |
| | | | | | | (getopt/HAVE_*) changes but add a manual configure script and clean up the makefiles instead. Can always be resurrected if necessary. | ||
* | Everything supported has working vsnprintf. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 |
| | | | | | | | | | script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later. | ||
* | Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Use getopt.c from openssh rather than OpenBSD's getopt_long. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Bye-bye META. | Nicholas Marriott | 2009-05-13 |
| | |||
* | Works fine, escaping was the issue. | Nicholas Marriott | 2009-05-11 |
| | |||
* | Spacing. | Nicholas Marriott | 2009-05-04 |
| |