Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-21 | correct fork logic and rewrite for clarity, ok todd@ | Peter Stromberg | |
2001-08-23 | some phrases just belong together - like goats and latex | Bob Beck | |
2001-08-18 | handle vsnprintf returning -1 | Theo de Raadt | |
2001-07-18 | new meaning to the terms slackass | Michael Shalayeff | |
2001-07-10 | typo; from Joseph Mallett <jmallett@xMach.org> | Michael Shalayeff | |
2001-07-09 | right | Michael Shalayeff | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-06 | Change the filename completion code to: | Artur Grabowski | |
- not use an unprotected strcat. - Append a '/' when a file is a symlink to a directory. (tab completion on '/sys' is now less annoying.) - actually make some more sense. | |||
2001-07-05 | Fix a seg fault when an init file can't be read | Matthieu Herrb | |
2001-06-30 | fix the love quote, slacker bob | Michael Shalayeff | |
2001-06-30 | More log searching; mickey@ ok'ed. | Federico G. Schwindt | |
2001-06-30 | more from icb.log; mickey@ ok. | Federico G. Schwindt | |
2001-06-30 | ok mickey@ | Bob Beck | |
2001-06-27 | Update. | Angelos D. Keromytis | |
2001-06-26 | how pathetic | Bob Beck | |
2001-06-25 | give a little slack | Michael Shalayeff | |
2001-06-25 | just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001 | Michael Shalayeff | |
2001-06-23 | Glancing over my fortunes file, I had to add this quote. | Miod Vallat | |
2001-06-23 | I could search... but I'm a lazy bum;-) | Michael Shalayeff | |
2001-06-23 | sprinkle some const on theo | Michael Shalayeff | |
2001-06-23 | slacker slacker lazy bum bum bum slacker! | Todd C. Miller | |
2001-06-23 | Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost. | Artur Grabowski | |
More beer! | |||
2001-05-24 | add blobs. | Artur Grabowski | |
2001-05-24 | Add a compile/grep/id-utils mode. | Artur Grabowski | |
The only pollution this code introduces in the rest of thed code is a call to an init function in main(). In the future we might want to load extensions like this dynamically. Of course I did the test compile in the compile mode. | |||
2001-05-24 | No need for the extra prefixes here anymore. | Artur Grabowski | |
2001-05-24 | No need for those extra maps now. | Artur Grabowski | |
2001-05-24 | Make the keymap/mode table growable in runtime. | Artur Grabowski | |
2001-05-24 | Don't assume that map_table[0] is the fundamental map. | Artur Grabowski | |
2001-05-24 | Add a missing piece of something I committed by accident that I | Artur Grabowski | |
planned to add later. A new flag to veread (and caller) called EFDEF that indicates that when a user is prompted for input, a default value is given from start in the output buffer. | |||
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 | fix back a piece of my own stupidity | Michael Shalayeff | |
2001-05-24 | Give the arguments in the right order to keyname. | Artur Grabowski | |
2001-05-24 | spaces | Michael Shalayeff | |
2001-05-24 | vararg bye bye, spaces | Michael Shalayeff | |
2001-05-24 | no need to cast va_arg output | Michael Shalayeff | |
2001-05-24 | use strlcpy vs cpy+len, some other fixes | Michael Shalayeff | |
2001-05-23 | cinfo is const, keyname() and findbind() take buffer size to use strlcpy vs ↵ | Michael Shalayeff | |
cpy+len | |||
2001-05-23 | functnames can be const, some spaces | Michael Shalayeff | |
2001-05-23 | Get rid of unnecessary casts of NULL. | Artur Grabowski | |
2001-05-23 | sprintf instead of two strcpy (there was a bug here) | Artur Grabowski | |
2001-05-23 | version string is constant | Michael Shalayeff | |
2001-05-23 | Bye, bye varargs. We're __STDC__. | Artur Grabowski | |
2001-05-23 | remove VOID. We're way beyond the point where this could build with an | Artur Grabowski | |
ancient compiler. | |||
2001-05-23 | Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")' | Artur Grabowski | |
were used. | |||
2001-05-23 | export "fundamental_map" that points to the fundamental keymap | Artur Grabowski | |
2001-05-23 | pretty | 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 | Call it 'C-SPC', not 'NUL'. Less confusing. | Artur Grabowski | |
2001-05-23 | Simplify a lot of code in the help functions. | Artur Grabowski | |
It might be a bit more cpu-intensive now, but it shrinks the code a lot. | |||
2001-05-23 | export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong ↵ | Artur Grabowski | |
name. |