Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-02 | various spelling fixes | David Krause | |
2006-06-02 | - at end of checkin_main loop, reset pb.newrev. fixes a problem with checkin | Niall O'Higgins | |
of multiple files. reported by fgsch@ ok joris@ | |||
2006-06-02 | Rework logic for function argument conversion warnings. Only do certain | Chad Loder | |
classes of warnings if the function is not actually governed by a prototype, otherwise in standard C the compiler is free to avoid the usual widening/renarrowing conversions familiar to us from traditional C. This gets rid of many duplicate warnings. There is still more work to do to quiet lint but this is a necessary prerequisite. | |||
2006-06-02 | Show interface state and link state in ifstat output. Idea and OK dlg@ | Claudio Jeker | |
2006-06-02 | strtoul() -> strtonum(). Also change iflag to unsigned int, since | Ray Lai | |
sleep takes an unsigned integer. OK moritz@, jaredy@, and dhill@ | |||
2006-06-02 | Replaced by new stuff in regress | Ian Darwin | |
2006-06-01 | Remove two unnecessary strlen() calls. Also, check if asprintf | Ray Lai | |
returns -1 instead of checking if connstr == NULL. OK beck@, moritz@ | |||
2006-06-01 | - rcs_buf_release() has no need for u_char since it returns void * | Niall O'Higgins | |
2006-06-01 | - zap dangling macro, will be replaced with a function later. | Niall O'Higgins | |
2006-06-01 | fix output | Joris Vink | |
2006-06-01 | import work on existing repos: | Joris Vink | |
- make it work (obviously). - count conflicts and report them at the end of the import. - add the release tags to the correct revision. fixes for importing to new repos: - add the release tags to the correct branch revision - plug memleak general import fixes: - use the correct path in the status messages, this is just fluffy output but it does make things nicer. | |||
2006-06-01 | major rewrite of some rcs parsing stuff: | Joris Vink | |
- rework rcs_getrev() to correctly support branches - rework rcs_translate_tag() to correctly translate given symbols or branches into their matching revisions - rework rcs_rev_add() to correctly update its 'next' pointers and insert the new revision in the correct place on the list. - rework rcs_head_get() to return the latest revision on the default branch if it has been set or the normal HEAD revision otherwise. - no longer access the rf_head member of the RCSFILE struct manually, use the rcs_head_get() function which correctly returns the HEAD revision, there might be a default branch that has to be used. - for now, when commiting a new revision reset the default branch. | |||
2006-06-01 | Like DENIC, DK-HOSTMASTER is requires extra attention. This makes you | Michael Knudsen | |
actually get handle information when looking up .dk domains. While there, make the DENIC stuff use the QNICHOST_TAIL symbol. Original diff from Soeren Hansen because I was complaining about this, tweaked by me. ok beck (holding his nose). | |||
2006-06-01 | kill another superfluous strlen | Kjell Wooding | |
2006-06-01 | Style. no practical change. | Kjell Wooding | |
2006-06-01 | Fix message on empty goto-line. While here, lose a strlen and KNF. | Kjell Wooding | |
2006-06-01 | call get_remote_ipaddr() early; fixes logging after client disconnects; | Markus Friedl | |
report mpf@; ok dtucker@ | |||
2006-06-01 | Display line number in the mg statusbar. Yes, it seems like a fugly | Kjell Wooding | |
way to do it, but all the clever and pretty ways utterly failed. Basic use seems fine. We'll turdshine the special cases later. If it bothers you, use M-x line-number-mode, or put same in your ~/.mg file to disable. ok cloder, jason | |||
2006-06-01 | tidy up the "tao" section; | Jason McIntyre | |
diff from deraadt or mjc, i'm not sure; tweaks by me ok deraadt | |||
2006-06-01 | minor tweaks | Theo de Raadt | |
2006-06-01 | add checks for disc size before we set out trying to burn 4gb | Michael Coulter | |
onto an unsuspecting cdr | |||
2006-06-01 | better command line usage as suggested by deraadt@ | Michael Coulter | |
ok @deraadt | |||
2006-06-01 | fix style | Kjell Wooding | |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright | |
except for the command line specified files. ok kjell,cloder | |||
2006-06-01 | Initialize current window, and clear the readonly flag earlier in file | Kjell Wooding | |
read process. This allows code in the autoexec path (i.e. ~/.mg) to operate on the buffer, making ~/.mg files much more useful. | |||
2006-06-01 | Make transpose (c-T) undoable. | Kjell Wooding | |
There is still a bug here, but it lies in undo (cursor position when undo wraps the undo list), and is purely cosmetic for now. | |||
2006-06-01 | find-file-other-window and find-buffer-other-window should split | Kjell Wooding | |
the window if you ask for whatever file you are currently visiting. pointed out, ok beck@ | |||
2006-06-01 | Cleanup, and a new one from Aleksander Piotrowski: | Kjell Wooding | |
"cache aliasing is a problem that would have stopped in 1992 if someone had killed about 5 people who worked at Sun." | |||
2006-05-31 | when adding a new file that already exists set the previous | Joris Vink | |
deltatext (the dead revision) to the correct rcs diff if the file was modified in any way. | |||
2006-05-31 | bogus value in cdb. excess cut n' paste. | Michael Coulter | |
2006-05-31 | add support for the export command. | Joris Vink | |
export does exactly the same as checkout except it does not create any administrative (CVS/) directories. | |||
2006-05-31 | support -p flag for diff, makes dlg@ feel all warm | Joris Vink | |
and fuzzie inside. | |||
2006-05-31 | better description for the volume commands; ok mjc | Jason McIntyre | |
2006-05-31 | have rcs_translate_tag translate branches too, which | Joris Vink | |
allows us to completely use branches for diffing, logging, updating, etc.. more branches support coming up! | |||
2006-05-31 | be smarter when comparing 2 revisions to each other. | Joris Vink | |
2006-05-31 | tweaks; | Jason McIntyre | |
2006-05-31 | add license block | Michael Coulter | |
spotted by Dries Schellekens | |||
2006-05-31 | set diff_rev2 to file_rcsrev when we are using | Joris Vink | |
the file we have on disk as the second thing to diff to. fixes some output issues. | |||
2006-05-31 | dont check for FILE_UNKNOWN twice, | Joris Vink | |
noticed by xsa@ | |||
2006-05-31 | don't spin if the tty (think ucom) goes away | Jason Wright | |
2006-05-31 | when blanking, if fd is already open read-only, re-open read/write | Michael Coulter | |
2006-05-31 | allow commit to ressurect added files that exist in Attic/ | Joris Vink | |
2006-05-31 | add rewritable blanking and track-at-once burning support | Michael Coulter | |
ok deraadt@ | |||
2006-05-30 | fix diff -rrevision usage | Joris Vink | |
2006-05-30 | only look into the Attic for certain commands | Joris Vink | |
2006-05-30 | correctly handle unknown file in remove | Joris Vink | |
2006-05-30 | ugh forgot to change cvs_file_classify here too. | Joris Vink | |
i dont deserve beers tonight. | |||
2006-05-30 | change cvs_file_classify here to, forgot to commit this | Joris Vink | |
when i changed its arguments in the last commit. | |||
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink | |
for each cvs_file struct, this will help us with sticky tags, commiting to branches and importing into existing repositories. | |||
2006-05-30 | prettier output when removing files; | Joris Vink | |