index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
Age
Commit message (
Expand
)
Author
2023-04-28
fix lfindent (newline-and-indent) comment and description in the man page
Omar Polo
2023-04-28
mark up all commands in the man page
Omar Polo
2023-04-25
mark up `mode' in -f description
Omar Polo
2023-04-25
document that prefix-region with a prefix argument prompts for the string
Omar Polo
2023-04-21
mg: fix space_to_tabstop
Omar Polo
2023-04-21
mg: allow to change the tab width
Omar Polo
2023-04-17
fix buffer overflow in displaymatch(); ok/tweak tb@
Omar Polo
2023-04-17
fix a few dobeep_msgs() calls: a space is already added between the arguments
Omar Polo
2023-04-17
add doindent() prototype at the start of the file; forgotten in previous
Omar Polo
2023-04-17
resurrect mg' no-tab-mode
Omar Polo
2023-04-14
Add a missing void
Theo Buehler
2023-03-30
drop unnecessary copy of fname; ok tb@
Omar Polo
2023-03-30
tabify two lines
Omar Polo
2023-03-30
don't access(conffile)
Omar Polo
2023-03-30
trailing whitespaces
Omar Polo
2023-03-30
strncpy -> strlcpy to properly NUL-terminate the copy of the path
Omar Polo
2023-03-29
plug leak of tagpos in poptag() if loadbuffer() fails
Omar Polo
2023-03-29
drop needless global tagsfn path
Omar Polo
2023-03-29
change tagvisit (aka visit-tag-table) to immediately load the tag file
Omar Polo
2023-03-28
mg: fix parsing of tag files with duplicate entries
Theo Buehler
2023-03-28
use the shell basename as argv[0] instead of hardcoding "sh"
Omar Polo
2023-03-28
mg: fall back to /bin/sh if $SHELL is undefined.
Omar Polo
2023-03-27
kill another empty line
Omar Polo
2023-03-27
kill two empty lines and some trailing whitespaces
Omar Polo
2023-03-22
plug another leak in addctag; found + ok tb@
Omar Polo
2023-03-22
avoid memleak / crash in addctag
Omar Polo
2023-03-22
plug memleak in error path
Omar Polo
2023-03-22
delete trailing whitespaces; no functional change
Omar Polo
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-10-20
add zap-to-char and zap-up-to-char; bind zap-to-char to M-z.
Omar Polo
2022-10-15
replace ewprintf("") calls with eerase(): no functional difference.
Omar Polo
2022-10-15
typo in comment: Funtion -> Function
Omar Polo
2022-06-28
transistion -> transition
Jonathan Gray
2022-05-24
fix some dobeep_msgs calls
op
2022-05-24
automatically delete trailing whitespaces on RET in c-mode and
op
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-20
mg: fix -Wunused-but-set-variable warnings
Christian Weisgerber
2021-05-12
Count the number of arguments in each expression as we initially go
Mark Lumsden
2021-05-08
Perhaps the syntax '((' and '()' will be valid one day, but not at the
Mark Lumsden
2021-05-08
stop parsing if a digit is found as first character of an expression.
Mark Lumsden
2021-05-07
Give an error if quoted string is found as first non-white char after
Mark Lumsden
2021-05-07
Take a note of expression length when it is extracted from line
Mark Lumsden
2021-05-06
Add the line number of an error to error messages.
Mark Lumsden
2021-05-06
Add a number to parameters for ewprintf() via beeping.
Mark Lumsden
2021-05-06
Give parse error if character found between blocks.
Mark Lumsden
2021-05-05
Check the characters preceeding and following quotes.
Mark Lumsden
2021-05-03
When parsing a variable value within double quotes, allow parenthesis
Mark Lumsden
2021-05-03
When parsing a variable value within double quotes, allow an escaped
Mark Lumsden
[next]