Age | Commit message (Expand) | 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 |
2003-11-17 | Document non-portable extensions: | Otto Moerbeek |
2003-11-17 | Implement non-portable extensions: | Otto Moerbeek |
2003-11-17 | A basic stack operation that is missing from the original dc (and | Otto Moerbeek |
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 |
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 |
2003-11-14 | Implement new boolean operations 'N' (not), 'G' (equals), '(' (less) | Otto Moerbeek |
2003-11-14 | The BN_add_word() bug has been squashed, so we don't need a workaround | Otto Moerbeek |
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 |
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 |
2003-11-11 | Some syntactic sugar (all non-portable extensions): | Otto Moerbeek |
2003-11-11 | Some syntactic sugar (all non-portable extensions): | Otto Moerbeek |
2003-11-11 | Describe new 'print' statement plus some tweaks. | Otto Moerbeek |
2003-11-11 | Document new 'print' statement, plus some tweaks. | Otto Moerbeek |
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 |
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 |
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 |
2003-11-09 | fix a bug i introduced in -r1.19, we should still use the current buffer | Vincent Labrecque |
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 |
2003-11-09 | fix up terminal correctly on panic (keeps terminal state correct when | Vincent Labrecque |
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 |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-07 | hppa is bigendian | Michael Shalayeff |
2003-11-07 | prevent overflow, see freebsd r1.32. also, do nicer reallocs. | Ted Unangst |
2003-11-06 | Describe non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek |
2003-11-06 | Implement non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek |