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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.29   9 years  lum   As pointed out by Kaspars Bankovskis on tech@, there is no ifdef for STARTUP.
[TXT] README  1.12   11 years  lum   Add paragraph about "non-standard" mg commands.
[TXT] autoexec.c  1.15   9 years  doug   Userland reallocarray() audit. Avoid potential integer overflow in the size arg...
[TXT] basic.c  1.43   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[TXT] bell.c  1.2   10 years  lum   donebell is no longer required.
[TXT] buffer.c  1.94   9 years  bcallah   Remove a comparison that is always true. Reported by clang. Merge the new if int...
[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.12   9 years  bcallah   Remove a variable that's not really being used. ok deraadt@ jasper@
[TXT] cscope.c  1.8   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[TXT] def.h  1.141   10 years  lum   When finding a file in a non-existant directory: C-x C-f ~/no/dir/here/fn offe...
[TXT] dir.c  1.27   10 years  lum   When finding a file in a non-existant directory: C-x C-f ~/no/dir/here/fn offe...
[TXT] dired.c  1.69   9 years  bcallah   Remove some checks that will always evaluate to true. Noticed by a very recent c...
[TXT] display.c  1.44   9 years  tedu   shuffle reallocarray arguments around for better overflow checking
[TXT] echo.c  1.57   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[TXT] extend.c  1.58   9 years  krw   A few last 'easy' #include dedups. ok tedu@
[TXT] file.c  1.95   10 years  florian   Revert 1.93, it breaks permission checks. "go for it" deraadt@
[TXT] fileio.c  1.98   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[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.42   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[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.52   9 years  bcallah   Add bounce matching for [] and {} like mg already does with () and like Emacs do...
[TXT] line.c  1.54   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[TXT] macro.c  1.15   10 years  lum   Add some missing dobeeps. ok florian@
[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.74   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[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.89   9 years  jmc   comment out no-tab-mode, since mg is currently compiled without it; From: Kaspa...
[TXT] modes.c  1.19   10 years  lum   Add some missing dobeeps. ok florian@
[TXT] paragraph.c  1.35   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[TXT] pathnames.h  1.1   11 years  jasper   - add a pathnames.h - some whitespace cleanup ok lum@
[TXT] re_search.c  1.30   10 years  lum   Add some missing dobeeps. ok florian@
[TXT] region.c  1.34   10 years  lum   Add some missing dobeeps. ok florian@
[TXT] search.c  1.43   10 years  lum   Add some missing dobeeps. ok florian@
[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.10   9 years  guenther   ctype macros/functions expect unsigned char values. Note that the lgetc() macro...
[TXT] tty.c  1.32   9 years  guenther   scroll_fwd should be const char * from Kamil Rytarowski (n54 (at) gmx.com)
[TXT] ttyio.c  1.35   10 years  lum   Add some missing dobeeps. 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.15   9 years  lum   Move the description of mg automatic recentering further down the tutorial, next...
[TXT] undo.c  1.55   10 years  lum   Add some missing dobeeps. ok florian@
[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.31   9 years  florian   On delete-window, remember the position of dot and mark in the buffer so that an...
[TXT] word.c  1.16   10 years  lum   Add some missing dobeeps. ok florian@
[TXT] yank.c  1.11   10 years  lum   Add some missing dobeeps. ok florian@
[TXT] random.c (in the Attic) [Hide]  1.33   10 years  lum   Previously, C-t (transpose two chars) did not behave the same as Emacs. This di...
[TXT] sysdef.h (in the Attic) [Hide]  1.19   9 years  guenther   Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(), an...
[TXT] theo.c (in the Attic) [Hide]  1.143   9 years  schwarze   Fire up your IC fabs!
[TXT] ttydef.h (in the Attic) [Hide]  1.10   18 years  deraadt   GOSLING screen update always on, so #ifdef can go; ok kjell