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_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.28   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[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.41   10 years  florian   Also inform the user about beginning / end of buffer in previous-line and next-l...
[TXT] bell.c  1.1   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[TXT] buffer.c  1.91   10 years  lum   Add the 'quit-window' dired command and receive a basic English lesson from jmc@...
[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   12 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.138   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[TXT] dir.c  1.23   10 years  lum   Reuse the makedir() function in dir.c for dired's dired-create-directory command...
[TXT] dired.c  1.63   10 years  lum   Add the 'g' character and dired-revert to refresh the dired buffer. ok jmc@ for ...
[TXT] display.c  1.41   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[TXT] echo.c  1.55   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[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.87   11 years  florian   Record when the buffer was saved in the undo history. The buffer will be marked ...
[TXT] fileio.c  1.96   11 years  lum   and and -> and
[TXT] funmap.c  1.47   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[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.39   10 years  lum   Remove 'lint' mode. lint(1) is gone, and the mode was not documented anywhere. o...
[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.26   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[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.51   10 years  lum   Shuffle shell-command-on-region around to give shell-command. ok florian@ jasper...
[TXT] line.c  1.51   10 years  lum   The k*() functions were moved to yank.c in 2005. Update the comment to reflect t...
[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.71   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[TXT] match.c  1.17   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[TXT] mg.1  1.84   10 years  lum   Add the 'g' character and dired-revert to refresh the dired buffer. ok jmc@ for ...
[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.29   10 years  lum   Move upwards passed multiple lines with no characters instead of stopping when f...
[TXT] pathnames.h  1.1   11 years  jasper   - add a pathnames.h - some whitespace cleanup ok lum@
[TXT] re_search.c  1.27   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[TXT] region.c  1.33   10 years  lum   Shuffle shell-command-on-region around to give shell-command. ok florian@ jasper...
[TXT] search.c  1.42   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[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.34   11 years  deraadt   use poll() instead of select() [with a fixed size fd_set] ok florian
[TXT] ttykbd.c  1.16   12 years  lum   Remove the conditional directives NO_MACRO and NO_STARTUP. They have not compile...
[TXT] tutorial  1.14   11 years  lum   Update last updated date.
[TXT] undo.c  1.54   10 years  lum   If popbuf() fails, calling function should return FALSE.
[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.29   10 years  lum   Make the system bell toggleable via 'audible-bell', and if switched off, make av...
[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.32   11 years  florian   Display the window's column number in mode line not the column number of the act...
[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.125   10 years  florian   "I dare you." lum@
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell