Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-26 | keep undo records in the BUFFER structures insteda of having a huge list. | Vincent Labrecque | |
2002-02-25 | more u_* fixes | Markus Friedl | |
2002-02-25 | use mktemp, don't bother with creating a directory when only one tmp file is | Peter Valchev | |
needed; ok millert, espie | |||
2002-02-25 | mark getc uses with regard to int and EOF | Theo de Raadt | |
2002-02-25 | getchar returns an int | Theo de Raadt | |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves | |
forwarding endpoints). the intention is to preserve the on-the-wire appearance to applications at either end; the applications can then enable TCP_NODELAY according to their requirements. ok markus@ | |||
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl | |
2002-02-24 | typo in comment | Markus Friedl | |
2002-02-24 | make 'cp' unsigned and merge with 'ucp'; ok stevesk@ | Markus Friedl | |
2002-02-24 | early close(), missing free; ok stevesk@ | Markus Friedl | |
2002-02-24 | use u_char* here; ok markus@ | Kevin Steves | |
2002-02-24 | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-24 | getchar(3) returns an int, not a char | Peter Valchev | |
2002-02-23 | more cleaning | Theo de Raadt | |
2002-02-23 | -Wall; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-23 | don't allow garbage after payload. | Markus Friedl | |
2002-02-23 | No more POOL_EXPOSE. | Artur Grabowski | |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt | |
fault addresses and other information. (a small bug exists: in some signal delivery cases, two PSIG records may be inserted, because postsig() is unaware a PSIG record has already been placed. but this small bug can stay since the siginfo_t information helps us find and fix other bugs) | |||
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl | |
2002-02-22 | if file mode known, try to avoid a race.. i think. millert spotted a bug in ↵ | Theo de Raadt | |
my first draft | |||
2002-02-21 | "rephrase" the loop's condition, gets rid of an ugly operation. | Vincent Labrecque | |
2002-02-21 | KNF | Theo de Raadt | |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2002-02-21 | document undo | Theo de Raadt | |
2002-02-21 | Save undo records for newline insertions. | Vincent Labrecque | |
That makes mg behave more like GNU emacs. | |||
2002-02-21 | Don't ignore the argument to undo. (makes ^U work) | Vincent Labrecque | |
2002-02-21 | remove a wrapper around getenv() | Theo de Raadt | |
2002-02-21 | always define CHARMASK | Theo de Raadt | |
2002-02-21 | ^Xu is also an undo char | Theo de Raadt | |
2002-02-21 | Typo and... | Vincent Labrecque | |
Duh, newlines aren't even stored in the lines' content, check for a 0 length line to detect deleting newlines. | |||
2002-02-21 | It seems you need to have hacked mg at some point to be considered a | Daniel Hartmeier | |
true old fart, so here's my contribution ;) Don't use the same va_list twice without re-va_start()ing it, doesn't work on macppc. | |||
2002-02-21 | signal-safe window size changing | Theo de Raadt | |
2002-02-20 | do not print "New size..." -- other emacs do not bother | Theo de Raadt | |
2002-02-20 | bind C-_ to undo. | Artur Grabowski | |
2002-02-20 | Save newline deletes in their own undo record. | Vincent Labrecque | |
fixes the ^K^K bugs. | |||
2002-02-20 | Add undo code to mg. | Vincent Labrecque | |
needs further hacking. ok `whole bunch of people on icb'@ | |||
2002-02-19 | remove more old cruft | Eric Jackson | |
2002-02-19 | man page fixes | Eric Jackson | |
from Kevin Steves <stevesk@pobox.com> | |||
2002-02-19 | -Wall cleanup. | Eric Jackson | |
from Kevin Steves <stevesk@pobox.com> | |||
2002-02-19 | remove old cruft | Eric Jackson | |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-19 | Make multiple buffers with the same basename work correctly.. (like GNU | Vincent Labrecque | |
emacs) and unbreak a stupid loop at the same time. ok art@ | |||
2002-02-19 | stategy is not an english word | Theo de Raadt | |
2002-02-19 | oops, left out ; | Eric Jackson | |
2002-02-18 | format string fixes | Eric Jackson | |
2002-02-18 | more "char c = getchar(); if (c == EOF) ..." balony | Theo de Raadt | |
2002-02-18 | Don't require the -n flag if -x is specified. This is consistent with | Todd C. Miller | |
the manual page as well as xargs on other operating systems. | |||
2002-02-18 | -q: Fatal errors are _not_ displayed. | Markus Friedl | |