Age | Commit message (Expand) | Author |
2010-06-26 | From the Loganaden Velvindron: | Kjell Wooding |
2009-06-04 | Add the notion of an "ephemeral" popup, so we can flag a window | Kjell Wooding |
2009-06-04 | Rename w_flag to w_rflag. This is not a general purpose | Kjell Wooding |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2006-11-01 | Don't overwrite line[strlen(line) - 1] when line is zero-length. | Ray Lai |
2006-07-25 | Add bfirstlp(), blastlp() macros, returning the first and last lines | Kjell Wooding |
2006-07-25 | Rename the header line of a buffer to b_headp, from the remarkably | Kjell Wooding |
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
2006-05-28 | Make Window Flags more mnemonic (and less dumb); i.e. | Kjell Wooding |
2006-05-02 | Make buffers store their own working directory. This makes things like | Kjell Wooding |
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding |
2005-12-13 | Last round of easy delinting. | Kjell Wooding |
2005-12-13 | More name-clash delinting | Kjell Wooding |
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt |
2005-11-13 | Better error checking of snprintfs. From Han Boetes. | Kjell Wooding |
2005-11-12 | break in case | Theo de Raadt |
2005-11-07 | KNF | Kjell Wooding |
2005-11-07 | Move most of the dired hooks into dired.c. While here, enable some | Kjell Wooding |
2005-10-14 | add missing /* ARGSUSED */ to quiet lint. | Kjell Wooding |
2005-10-14 | unused variables | Theo de Raadt |
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding |
2005-10-13 | Fix dired mode. Make deletions work, and keystrokes match emacs. | Kjell Wooding |
2005-10-11 | prevent trashing of errno in signal handler | 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-05-28 | Dired now prompts in the minibuffer using the current directory name | Chad Loder |
2005-05-15 | Fix insert-buffer prompt format string. strlcpy returns size_t, not int | Chad Loder |
2005-04-28 | That should be FALSE in previous commit. | Otto Moerbeek |
2005-04-28 | NULL is not an int. Han Boetes. | Otto Moerbeek |
2005-04-03 | This is a no binary change which does: | David Berghoff |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2003-08-16 | spacing | Theo de Raadt |
2003-08-15 | make dired work more like emacs. (well, make it _work_, and then add a | Vincent Labrecque |
2003-06-26 | protos | Vincent Labrecque |
2002-03-11 | * Move to ANSI function definitions. | Vincent Labrecque |
2002-02-15 | make pressing return in dired mode open the file we're currently at. | Vincent Labrecque |
2002-02-14 | d_makename now takes a length parameter so we can remove the | Vincent Labrecque |
2001-05-24 | spaces | Michael Shalayeff |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller |
2000-02-27 | use rmdir, not unlinkdir hack | Todd C. Miller |
2000-02-26 | Use uid_t, gid_t and mode_t where applicable. | Todd C. Miller |
2000-02-26 | change WINDOW -> MGWIN to avoid curses type conflict | Todd C. Miller |
2000-02-25 | initial import of mg2a | Theo de Raadt |