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_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.24   13 years  lum   Move mg(1) tutorial file into a release, instead of languishing in src. ok nick@...
[TXT] README  1.8   12 years  lum   Change Gnu to GNU in man page (also, while here, in README and in a comment) ok ...
[TXT] autoexec.c  1.14   17 years  kjell   comment a function
[TXT] basic.c  1.30   14 years  kjell   Rename w_flag to w_rflag. This is not a general purpose flag: it is for redispla...
[TXT] buffer.c  1.77   13 years  kjell   Wrap basename,dirname with xbasename, xdirname funtions, which have fewer specia...
[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.15   18 years  kjell   More name-clash delinting
[TXT] cmode.c  1.7   13 years  lum   Add missing prototypes and move dired.c to "extensions" in Makefile. ok kjell@
[TXT] def.h  1.116   13 years  kjell   Wrap basename,dirname with xbasename, xdirname funtions, which have fewer specia...
[TXT] dir.c  1.19   15 years  kjell   One more "//" instead of "/" case. Hidden in a getcwd. Noted, ok otto@
[TXT] dired.c  1.48   13 years  kjell   Wrap basename,dirname with xbasename, xdirname funtions, which have fewer specia...
[TXT] display.c  1.37   14 years  kjell   Rename w_flag to w_rflag. This is not a general purpose flag: it is for redispla...
[TXT] echo.c  1.49   14 years  kjell   Add the notion of an "ephemeral" popup, so we can flag a window for destruction ...
[TXT] extend.c  1.51   13 years  kjell   It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was...
[TXT] file.c  1.75   13 years  kjell   Wrap basename,dirname with xbasename, xdirname funtions, which have fewer specia...
[TXT] fileio.c  1.84   13 years  kjell   It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was...
[TXT] funmap.c  1.34   13 years  kjell   Add join-line, bound to M-^ Join the current line to the previous. original dif...
[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.32   14 years  kjell   Add the notion of an "ephemeral" popup, so we can flag a window for destruction ...
[TXT] kbd.c  1.24   15 years  kjell   unf*ck undo. No seriously. Reposition the cursor to the start of the redo positi...
[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.45   13 years  kjell   Add join-line, bound to M-^ Join the current line to the previous. original dif...
[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.13   15 years  kjell   Fix obvious off-by-one in macro loop. From Marc Butler via debian
[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.61   14 years  kjell   Rename w_flag to w_rflag. This is not a general purpose flag: it is for redispla...
[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.53   12 years  lum   Change Gnu to GNU in man page (also, while here, in README and in a comment) ok ...
[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.19   14 years  kjell   Rename w_flag to w_rflag. This is not a general purpose flag: it is for redispla...
[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.29   14 years  kjell   emacs handles the undo of a region kill (C-w) differently than a line kill (C-k)...
[TXT] search.c  1.38   13 years  kjell   It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was...
[TXT] spawn.c  1.11   17 years  jason   * move sys/queue.h inclusion to sysdef.h (it's system specific) * add <signal.h>...
[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.32   16 years  reyk   prevent the "ttflush write failed" panic when resizing using a window manager th...
[TXT] ttykbd.c  1.14   18 years  kjell   Add explicit public domain notices to all public domain files. ok millert@, dera...
[TXT] tutorial  1.5   15 years  kjell   Replace GNU tutorial with public domain one, written from scratch by Mayukh Bose...
[TXT] undo.c  1.50   13 years  oga   you keep saying LIST_END. I do not think it means what you think it means. If w...
[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.30   13 years  kjell   It volates style(9), but in mg, #include"def.h" goes first. 'twas the way it was...
[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.121   12 years  djm   hackathons are good to this file
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell