Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque | |
* Add a whole lot of consts where I thought it made sense no ok, but no objections either... | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |
Add a possibility to dynamically extend the function table. | |||
2001-05-24 | spaces | Michael Shalayeff | |
2001-05-23 | export "fundamental_map" that points to the fundamental keymap | Artur Grabowski | |
2001-05-23 | No need to export nfunct and functnames now that help doesn't use them | Artur Grabowski | |
anymore. nfunct isn't used anywhere. | |||
2001-05-23 | Add an argument to doscan which is a pointer to a KEYMAP pointer. | Artur Grabowski | |
If that argument is not NULL, we set it to the k_prefmap of the pressed key if there is one. This is what most of the users of doscan did anyway, but they did it through leaked global state. | |||
2001-05-23 | remove unused define | 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 | |
needs hand fixup. I stopped at keymap.c... | |||
2000-02-25 | initial import of mg2a | Theo de Raadt | |