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
/
extend.c
Age
Commit message (
Expand
)
Author
2006-03-30
Clean up some allocations. Remove malloc casts, and some easy
Kjell Wooding
2005-12-20
Clean up the ugly casted frees. In one case, this meant eliminating a nasty
Kjell Wooding
2005-12-20
Do some delinting of strl-type functions. Also, remove a superfluous
Kjell Wooding
2005-12-13
More name-clash delinting
Kjell Wooding
2005-12-13
do some silly de-linting
Kjell Wooding
2005-11-18
greedy use of typedef struct was making code harder to read; ok kjell cloder
Theo de Raadt
2005-11-07
add missing ctype.h
Kjell Wooding
2005-11-07
Allow ctrl-key patterns ("^X^C") in keybind function. Will
Kjell Wooding
2005-10-14
add missing /* ARGSUSED */ to quiet lint.
Kjell Wooding
2005-10-14
put proto in same #ifdef as code
Theo de Raadt
2005-08-09
Clean up eread handling in mg. (basically, fallout from the 'enter often
Kjell Wooding
2005-06-14
Add explicit public domain notices to all public domain files.
Kjell Wooding
2005-04-03
This is a no binary change which does:
David Berghoff
2005-03-10
spacing
Theo de Raadt
2004-07-22
stage 1 of the infinite minibuffer work - add support for on the fly
Vincent Labrecque
2003-09-22
fix leak on realloc failure
Vincent Labrecque
2002-09-15
rename realocmap to reallocmap, plus some style.
Vincent Labrecque
2002-07-03
a few missing tests for malloc()'s return value.
Vincent Labrecque
2002-07-01
KNF + ansi; from zyrnix (only the easy part of his diffs)
Vincent Labrecque
2002-06-21
fix bad usage of strlcpy()'s return value. (made pointers point
Vincent Labrecque
2002-05-29
show the line number in the config file when we find an error.
Vincent Labrecque
2002-03-11
remove errno=0 assignments, we don't need these with Hakan's code
Vincent Labrecque
2002-03-11
* Move to ANSI function definitions.
Vincent Labrecque
2002-03-10
Better long vs int. millert@ ok.
Hakan Olsson
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-14
use strtol instead of atoi to get range checking, etc
Vincent Labrecque
2002-02-13
simplify the define_key() code to use sane functions in two separate buffer
Vincent Labrecque
2001-07-05
Fix a seg fault when an init file can't be read
Matthieu Herrb
2001-05-24
Make the keymap/mode table growable in runtime.
Artur Grabowski
2001-05-24
Break out function -> name mappings to an own file.
Artur Grabowski
2001-05-24
spaces
Michael Shalayeff
2001-05-23
cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs c...
Michael Shalayeff
2001-05-23
Get rid of unnecessary casts of NULL.
Artur Grabowski
2001-05-23
remove VOID. We're way beyond the point where this could build with an
Artur Grabowski
2001-05-23
Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")'
Artur Grabowski
2001-05-23
There is no need to use name_mode when all we use from the mode is the map.
Artur Grabowski
2001-05-23
Deal with another strangeness caused by the abuse of the
Artur Grabowski
2001-05-23
Add an argument to doscan which is a pointer to a KEYMAP pointer.
Artur Grabowski
2001-05-23
Get rid of 'prefix' and use NULL instead.
Artur Grabowski
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-01
More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org
Todd C. Miller
2000-04-13
The start of KNF + -Wall. The code has been run through indent but
Todd C. Miller
2000-02-27
Move dobindkey() into extend.c where it belongs.
Todd C. Miller
2000-02-25
further pruning
Theo de Raadt
2000-02-25
initial import of mg2a
Theo de Raadt