OpenBSD CVS

src/usr.bin/mg/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / mg

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.27   11 years  jasper   - explicitly use DOCMODE instead of NONBINMODE ok lum@
[TXT] README  1.12   11 years  lum   Add paragraph about "non-standard" mg commands.
[TXT] autoexec.c  1.14   17 years  kjell   comment a function
[TXT] basic.c  1.38   11 years  jasper   - implement "revert-buffer", which reverts the current buffer to what's on disk ...
[TXT] buffer.c  1.90   11 years  florian   Replace hand rolled TAILQ_REMOVE with example from queue(3). While this did work...
[TXT] chrdef.h  1.7   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] cinfo.c  1.16   12 years  lum   Add some ctags support to mg. From Sunil Nimmagadda. Man page review and sugges...
[TXT] cmode.c  1.8   11 years  lum   Allow no-tab-mode to compile. From James Turner. note: no-tab-mode needs more w...
[TXT] cscope.c  1.3   11 years  lum   Maintain mg's Public Domain license heritage. Sunil Nimmagadda agrees.
[TXT] def.h  1.134   11 years  florian   diff-buffer-with-file input gsoares@, Sunil Nimmagadda, jasper@ ok jasper@, benn...
[TXT] dir.c  1.20   11 years  jasper   - add 'make-directory' (not bound to any shortcut). feedback from florian@ lum@...
[TXT] dired.c  1.52   11 years  haesbaert   Don't leak a file descriptor when testing for permissions, also make sure direct...
[TXT] display.c  1.39   11 years  florian   Bring back column numbers and make them configurable, off by default to not kill...
[TXT] echo.c  1.54   11 years  florian   fix potential memory leak, found by llvm ok haesbaert, lum, benno
[TXT] extend.c  1.53   11 years  lum   Remove static FILE pointer used for handling files in fileio.c. Pass by referenc...
[TXT] file.c  1.86   11 years  lum   Grammar nits.
[TXT] fileio.c  1.95   11 years  jasper   - move prototype of expandtilder() to def.h; needed by an upcoming diff.
[TXT] funmap.c  1.45   11 years  florian   diff-buffer-with-file input gsoares@, Sunil Nimmagadda, jasper@ ok jasper@, benn...
[TXT] funmap.h  1.7   15 years  kjell   Remove copyright notices and put these files back into the public domain. ok art...
[TXT] grep.c  1.38   14 years  kjell   Add the notion of an "ephemeral" popup, so we can flag a window for destruction ...
[TXT] help.c  1.34   12 years  lum   Remove the conditional directives NO_MACRO and NO_STARTUP. They have not compile...
[TXT] kbd.c  1.25   12 years  lum   Remove the conditional directives NO_MACRO and NO_STARTUP. They have not compile...
[TXT] kbd.h  1.18   17 years  deraadt   unused function
[TXT] key.h  1.5   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] keymap.c  1.50   11 years  lum   Add some cscope support to mg. From Sunil Nimmagadda. Due to some structural li...
[TXT] line.c  1.50   13 years  kjell   Obvious error on my part. test len against INT_MAX, not SIZE_MAX. 'looks good' j...
[TXT] macro.c  1.14   12 years  lum   Remove the conditional directives NO_MACRO and NO_STARTUP. They have not compile...
[TXT] macro.h  1.7   18 years  deraadt   greedy use of typedef struct was making code harder to read; ok kjell cloder
[TXT] main.c  1.70   11 years  naddy   Respect locale for ctype purposes, e.g. display ISO Latin 1 characters; ok stsp@...
[TXT] match.c  1.16   14 years  kjell   Rename w_flag to w_rflag. This is not a general purpose flag: it is for redispla...
[TXT] mg.1  1.75   11 years  naddy   Respect locale for ctype purposes, e.g. display ISO Latin 1 characters; ok stsp@...
[TXT] modes.c  1.18   15 years  kjell   We do not need a whole MODE for blinking one character. both emacsen automatica...
[TXT] paragraph.c  1.23   11 years  lum   Fix line counting when using forward-paragraph and backward-paragraph. Feedback ...
[TXT] pathnames.h  1.1   11 years  jasper   - add a pathnames.h - some whitespace cleanup ok lum@
[TXT] re_search.c  1.26   13 years  kjell   It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was...
[TXT] region.c  1.32   11 years  florian   Move code for shell-command-on-region around to make pipeio() usable in other fu...
[TXT] search.c  1.41   11 years  lum   Make C-r not screw up the line counter if the pattern ends up not matching. Mor...
[TXT] spawn.c  1.11   17 years  jason   * move sys/queue.h inclusion to sysdef.h (it's system specific) * add <signal.h>...
[TXT] tags.c  1.6   11 years  jasper   - fix a potential double free ok florian@
[TXT] tty.c  1.30   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[TXT] ttyio.c  1.33   11 years  florian   Don't spin in ttgetc when stdin is lost (found by benno@). While there prevent a...
[TXT] ttykbd.c  1.16   12 years  lum   Remove the conditional directives NO_MACRO and NO_STARTUP. They have not compile...
[TXT] tutorial  1.12   11 years  lum   Grammar nits.
[TXT] undo.c  1.51   11 years  florian   Remove never read struct member, found while investigating a llvm report. ok lu...
[TXT] version.c  1.9   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] window.c  1.28   12 years  lum   Change Gnu to GNU in man page (also, while here, in README and in a comment) ok ...
[TXT] word.c  1.15   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[TXT] yank.c  1.10   12 years  deraadt   When killing lines using ^U <n> ^K, count the characters exactly (for both forwa...
[TXT] random.c (in the Attic) [Hide]  1.31   11 years  lum   Allow no-tab-mode to compile. From James Turner. note: no-tab-mode needs more w...
[TXT] sysdef.h (in the Attic) [Hide]  1.16   15 years  kjell   Enable dirty buffer detection in mg. Emulate the emacs behavior: after suspend/r...
[TXT] theo.c (in the Attic) [Hide]  1.124   11 years  mlarkin   OpenBSD has two kinds of developers ... ok beck@, guenther@ who deal with the...
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell