Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-17 | aprelevka'' opens (new style) | Michael Shalayeff | |
2003-11-17 | Modify xalloc so that it also takes err(3)-like arguments. | Marc Espie | |
Write an xrealloc wrapper that works the same way, and use it as well. People who feel like it may want to add more explicit error messages to all the places m4 can fail allocating memory... okay tedu@ | |||
2003-11-17 | Document non-portable extensions: | Otto Moerbeek | |
o boolean operators !, && and ||. o allow relational operators to appear in any expression, not just conditional expressions. help and ok jmc@ | |||
2003-11-17 | Implement non-portable extensions: | Otto Moerbeek | |
o boolean operators !, && and ||. o allow relational operators to appear in any expression, not just conditional expressions. | |||
2003-11-17 | A basic stack operation that is missing from the original dc (and | Otto Moerbeek | |
GNU dc as well): drop ('R'). | |||
2003-11-17 | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | Markus Friedl | |
2003-11-17 | return error on msg send/receive failure (rather than fatal); ok markus@ | Damien Miller | |
2003-11-15 | preferred spelling | Ted Unangst | |
2003-11-15 | check getpass for NULL, missing fclose(), and a little style. | Ted Unangst | |
from Jared Yanovich. | |||
2003-11-15 | check getpass for NULL. from Jared Yanovich. ok otto@ | Ted Unangst | |
2003-11-14 | read(2) returns ssize_t, not size_t. spotted by Andrey Matveev. | Vincent Labrecque | |
2003-11-14 | Add support for inflating multiple concatenated file like GNU gzip does. | Todd C. Miller | |
Problem noticed by lebel@, OK mickey@ | |||
2003-11-14 | Implement new boolean operations 'N' (not), 'G' (equals), '(' (less) | Otto Moerbeek | |
and '{' (less or equal). These operations push their result back to the stack. Used by soon to appear boolean operations in bc(1). man page tweaks and ok jmc@ | |||
2003-11-14 | The BN_add_word() bug has been squashed, so we don't need a workaround | Otto Moerbeek | |
any more. | |||
2003-11-14 | cleanup and minor fixes for the client code; from Simon Wilkinson | Markus Friedl | |
2003-11-13 | When using print, do not leave garbage on the dc stack. | Otto Moerbeek | |
2003-11-13 | Exponentiation operatator ^ is right associative. | Otto Moerbeek | |
2003-11-12 | make verb agree with subject, and kill some whitespace; | Jason McIntyre | |
2003-11-12 | kill some .Pp's before displays; | Jason McIntyre | |
ok otto@ | |||
2003-11-12 | update SSHFP validation. ok markus@ | Jakob Schlyter | |
2003-11-12 | When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@ | Darren Tucker | |
2003-11-11 | Some syntactic sugar (all non-portable extensions): | Otto Moerbeek | |
- a line comment, starting with # - opening brace of define statement may be on next line - return expression, equivalent to return (expression) tweaks and ok jmc@ | |||
2003-11-11 | Some syntactic sugar (all non-portable extensions): | Otto Moerbeek | |
- a line comment, starting with # - opening brace of define statement may be on next line - return expression, equivalent to return (expression) tweaks and ok jmc@ | |||
2003-11-11 | Some syntactic sugar (all non-portable extensions): | Otto Moerbeek | |
- a line comment, starting with # - opening brace of define statement may be on next line - return expression, equivalent to return (expression) | |||
2003-11-11 | Describe new 'print' statement plus some tweaks. | Otto Moerbeek | |
ok jmc@ | |||
2003-11-11 | Document new 'print' statement, plus some tweaks. | Otto Moerbeek | |
help and ok jmc@ | |||
2003-11-11 | Implement `print' statement, a non-portable extension. | Otto Moerbeek | |
2003-11-10 | c2 cannot be const as it produces all kinds of conflicts | Michael Shalayeff | |
2003-11-10 | Din't print the "No newline at end of file" to inline (ie: to stdout) | Todd C. Miller | |
for edit scripts. Instead, print it to stderr. This matches the GNU diff behavior and fixes a problem with RCS and files with no trailing newline. tedu@ OK | |||
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter | |
2003-11-09 | cosmetic change; don't put an ending semicolon on the same line as | Todd C. Miller | |
a for() loop. | |||
2003-11-09 | Flush after 'n' operator. | Otto Moerbeek | |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
2003-11-09 | Introduce `last' as a synonym for `.' and document them. | Otto Moerbeek | |
2003-11-09 | better boundary placement. | Vincent Labrecque | |
there should be no more problems with inserting files now... | |||
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque | |
to test for the end of circular lists. | |||
2003-11-09 | remove the only use of the hackish undo_add_custom function. | Vincent Labrecque | |
2003-11-09 | proper test for circular list traversal, and nul-terminate strings for | Vincent Labrecque | |
safety. | |||
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque | |
started with an invalid $TERM) spotted by deraadt | |||
2003-11-09 | remove unused structure element | Vincent Labrecque | |
2003-11-09 | fix the undo record size for insert-file so we do not get an extra byte | Vincent Labrecque | |
2003-11-09 | knf | Vincent Labrecque | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | remove unused variable (pw). ok djm@ | Jakob Schlyter | |
2003-11-07 | Check to make sure that the packet was received on a carp-enabled interface. | Ryan Thomas McBride | |
Pointed out by Marco Pfatschbacher, ok mickey@ | |||
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-07 | hppa is bigendian | Michael Shalayeff | |
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | Ted Unangst | |
ok millert@ otto@ | |||
2003-11-06 | Describe non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek | |
and a (byte to char). Tweaks and ok jmc@ | |||
2003-11-06 | Implement non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek | |
and a (byte to char). |