Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-19 | documentation tweaks; synchronize synopsis and usage. | Igor Sobrado | |
written with help by jmc@ ok jmc@ | |||
2008-09-18 | unbreak for gcc2 archs; declaration before code! | Todd T. Fries | |
2008-09-18 | remove unused variable | Charles Longeau | |
sure henning@ | |||
2008-09-17 | try getlogin() to get the real username when comitting files as root. | Reyk Floeter | |
this gives better information in log messages when the user logged in with a different uid and used sudo or su to become root. matches the behaviour of gcvs except that we don't fallback to LOGNAME or USER since getlogin() should not lie. ok tobias@ | |||
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann | |
ok cluadio@ henning@ | |||
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker | |
correct values. OK henning@ | |||
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus | |
when the argument is infinity/not-a-number ok millert@, jmc@ | |||
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding | |
This should have no functional change on undo, but it does facilitate testing undo behavior. | |||
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding | |
Emulate the emacs behavior: after suspend/resume, buffer switch, or at save time, warn (prompt) the user if the file has been modified on disk in the interim. This has already saved my butt numerous times. ok phessler | |||
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus | |
tweaks/ok millert@, jmc@ | |||
2008-09-12 | Move the revision selection in front of output, so errors won't mix up | Tobias Stoeckmann | |
with output. Matches GNU cvs. | |||
2008-09-12 | Plugged two memory leaks which could be encountered while using -r argument | Tobias Stoeckmann | |
with various CVS commands. "seems to make sense" xsa@ | |||
2008-09-12 | Be also very conservative about the supplied revision for state changes, | Tobias Stoeckmann | |
i.e. don't successfully parse "admin -s dead:1.1:1.1". Changed global var logrev into function-specific all-purpose rev, too. No objections xsa@ | |||
2008-09-12 | Be very conservative about state changes with "admin -s". With GNU CVS | Tobias Stoeckmann | |
and current OpenCVS code it's possible to change a state in a way that cannot be fixed with another admin call. No objections xsa@ | |||
2008-09-11 | only send eow and no-more-sessions requests to openssh 5 and newer; | Markus Friedl | |
fixes interop problems with broken ssh v2 implementations; ok djm@ | |||
2008-09-08 | - add descriptions for %F, and infinity/not-a-number from printf(3) | Martynas Venckus | |
- add missing %e to the format list | |||
2008-09-08 | - simplify mget(): remove the duplicate code and just use getit(), | Martynas Venckus | |
as a result it can do nice things getit() does such as: - -n: use 'newer' for transfers (fetches files that are newer on the server, than locally), this can be used for e.g. mirroring (mget -cnr 4.* would fetch missing files, continue interrupted transfers, and replace newer files of 4.X dirs) - -d: spedify depth of the recurrence. e.g. 'mget -rd 2 patches' in pub/openbsd would fetch only archive files, not going further into dirs - use static restartit, max_depth instead of doing the magic tested/requested&ok merdely@; ok pyr@, millert@ man page tweaks&ok jmc@ | |||
2008-09-08 | enable support for %a, %A, %F. ok theo | Martynas Venckus | |
2008-09-08 | "InUse" is much more interesting than "Releases" for pools. ok beck@ | Otto Moerbeek | |
deraadt@ art@ | |||
2008-09-07 | gc unused file (obseleted by libcrypto update) | Damien Miller | |
2008-09-06 | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our | Damien Miller | |
replacement anymore | |||
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller | |
2008-09-06 | Calling --help shouldn't be an error condition, so exit with status 0 | Simon Bertrang | |
instead of 1, and make it consistent with gnu. ok ckuethe@ | |||
2008-09-04 | +awk does not support {n,m} pattern matching | Jason McIntyre | |
noted by Vadim Zhukov, though slightly different (doc) fix committed; ok millert | |||
2008-09-01 | Display direction In/Out/Any for rule display, not just In/Out. | Stuart Henderson | |
ok canacar@ | |||
2008-09-01 | section headings do not need to be quoted; from Alan R. S. Bueno | Jason McIntyre | |
2008-09-01 | note that the opening delimiter of a context address should be preceded | Jason McIntyre | |
by a backslash, if the delimiter is not a slash; adapted from freebsd -r1.47 from yar; | |||
2008-08-30 | use a bitmap to store the features. simplify the code a bit and allow for | Federico G. Schwindt | |
future work. ok av@ a similar diff. | |||
2008-08-29 | Fix nvi's cscope support in the case that someone provided a filename | Owain Ainsworth | |
without a directory (e.g. :cscope add cscope.out). Found and fixed by Paul Irofti, with help from me; Thanks! upstream nvi also has this fix. ok otto@. | |||
2008-08-29 | Pre-commit checks (CVSROOT/commitinfo) are run before log message is | Tobias Stoeckmann | |
requested. Do this for GNU cvs compatibility, too. ok joris | |||
2008-08-29 | Support for variable expansion in trigger files added. | Tobias Stoeckmann | |
ok joris | |||
2008-08-29 | If parsing of a command in one of the trigger files fails, treat this as an | Tobias Stoeckmann | |
error instead of ignoring it. ok joris | |||
2008-08-28 | typo; from hyjial | Jason McIntyre | |
ok otto | |||
2008-08-27 | correct man sections; from Tobias Sarnowski | Jason McIntyre | |
ok millert | |||
2008-08-27 | add a C-c target, so we can use it as a prefix for keybindings. | Kjell Wooding | |
Now you can do something like: global-set-key "\^c\^c" compile in your ~/.mg | |||
2008-08-25 | minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21). | Igor Sobrado | |
ok ratchov@ | |||
2008-08-22 | default file transfer type is binary, not ascii; | Igor Sobrado | |
commands which toggle settings can take an explicit on or off argument to force the setting appropiately, show these arguments in usage; synchronize synopsis and usage of commands; spacing; KNF; other minor documentation tweaks. written with help by jmc@ ok jmc@ (documentation), martynas@ (type usage and default file transfer type) | |||
2008-08-22 | kill trailing whitespace; | Jason McIntyre | |
2008-08-21 | Add an optional separator to stringize() and use it from do_list() to | Simon Bertrang | |
match the GNU pkg-config --list-all output. ok ckuethe@ | |||
2008-08-21 | Document new gnu extensions, okay jmc@, otto@ | Marc Espie | |
2008-08-21 | in gnu-m4 mode, allow definition of the empty macro (yes, autoconf 2.62 | Marc Espie | |
actually uses this, bleh) okay otto@ | |||
2008-08-21 | extend format support to cater to recent GNU autoconf | Marc Espie | |
okay otto@, some useful ideas from miod@ | |||
2008-08-21 | gnu extension: 0rN:az for baseN numbers. | Marc Espie | |
okay otto@ | |||
2008-08-21 | use unsigned char for buffers, allow differentiating between EOF and y". | Marc Espie | |
okay otto@ | |||
2008-08-21 | Add missing dependency for external.h, from Don Hiatt. | Anders Magnusson | |
2008-08-21 | From master repo: Accept // inside #if directives. | Anders Magnusson | |
2008-08-21 | allow ForceCommand internal-sftp with arguments. based on patch from | Damien Miller | |
michael.barabanov AT gmail.com; ok markus@ | |||
2008-08-20 | The code to detect multiple applied diffs to empty files I introduced 4 | Otto Moerbeek | |
years ago is not correct if the diff has an empty context for other reasons, so revert that change. Problem found by Joerg Sonnenberger; ok tedu@ millert@ | |||
2008-08-20 | abuf_flush() must be called only from the ``xxx_in()'' routines (ie | Alexandre Ratchov | |
triggered by POLLIN condition). mix_pushzero() is not called from the ``xxx_in()'' chain, but calls abuf_flush() resulting in bad initialization of the mixer, which will lead to a deadlock at some point. ok jakemsr | |||
2008-08-20 | remove a few unused files that where probably added by mistake; | Thordur I. Bjornsson | |
spotted in a commit too FreeBSD; ok todd@, oga@, krw@ |