Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-23 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
``ok by me'' djm@. | |||
2006-11-22 | Mark signal race. | Ray Lai | |
``OK!'' deraadt@. | |||
2006-11-19 | spacing | Theo de Raadt | |
2006-11-19 | Cope with <machine/frame.h> removal. | Miod Vallat | |
2006-11-19 | always make a man | Theo de Raadt | |
2006-11-19 | always build man page, that is the way we do things | Theo de Raadt | |
2006-11-18 | Move buffer name allocation into bnew() where it belongs | Kjell Wooding | |
2006-11-18 | 1. Fix line numbering/mark line bug in isearch. | Kjell Wooding | |
To reproduce, set mark, move, isearch, then swap mark and point. 2. store mark in save structure (to reproduce search on a pattern twice, then backspace to back up the search stack) Both from Peter De Wachter (debian bug#391827) Thanks! | |||
2006-11-18 | Due to a thinko on my part, (and a badly named structure member), | Kjell Wooding | |
line numbers were horribly broken with pgup, pgdn. From peter de wachter, via debian bug#391827 | |||
2006-11-18 | - update comment | Niall O'Higgins | |
2006-11-18 | Fix line number bug (actually, dot-mark bug). to reproduce: | Kjell Wooding | |
-split window into two -open a file, set the mark -switch windows, open same file, exchange point-and-mark from peter de wachter (Debian bug#391827) | |||
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding | |
negative to the positive. undo_boundary_enable(TRUE) makes a LOT more sense than undo_no_boundary(FALSE). While here, whack a global, and fix a bug noted by otto: undoing a file insertion sometimes left stray characters around. ok beck@, otto@ | |||
2006-11-17 | fix a segfault on isearch. Using ^W to add more than NPAT chars to the | Kjell Wooding | |
search pattern had an off-by-one. Fix this and one other irritating behavior with long search patterns. Noted (similar diff proposed) and tested by deanna phillips | |||
2006-11-17 | Reset the number of lines of tail context left to print | Jared Yanovich | |
before processing each file to avoid printing lines intended from the previous file. Reported and fix by Charles Longeau <chl@tuxfamily.org> via tech@. ok otto millert | |||
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino | |
(to sync up with more recent IPv6 spec) ok from: deraadt mcbride | |||
2006-11-16 | Fix undefined behavior (var = --var). | Ray Lai | |
From Alexey Dobriyan <adobriyan at gmail dot com>. OK moritz@ and jaredy@. | |||
2006-11-16 | Fix undefined behavior (var = ++var). | Ray Lai | |
From Alexey Dobriyan <adobriyan at gmail dot com>. OK otto@, moritz@, and jaredy@. | |||
2006-11-15 | err(..., strerror(errno)) is redundant. | Miod Vallat | |
ok millert@ deraadt@ | |||
2006-11-15 | Bring back basic annotate command. Needs more work. | Xavier Santolaria | |
Not linked to build yet. | |||
2006-11-14 | use argc and argv not some made up short form | Theo de Raadt | |
2006-11-14 | Add support for the "Set" request. | Xavier Santolaria | |
2006-11-14 | Simplify in cvs_read_rcfile() by using cvs_path_cat(); | Xavier Santolaria | |
2006-11-14 | Handle global -l, -Q, and -r on the server side too. | Xavier Santolaria | |
2006-11-14 | add another date (02/11). | Alexandre Anriot | |
ok miod@ | |||
2006-11-14 | add rlog and rannotate commands requests, | Xavier Santolaria | |
and sort them all while there so we get the same client/server output as GNU CVS; easier to debug. | |||
2006-11-14 | dummy support for Argumentx request. | Xavier Santolaria | |
2006-11-14 | add this, so version compiles... | Xavier Santolaria | |
2006-11-14 | Bring back version command. Still needs tweaks to make the | Xavier Santolaria | |
gnu cvs client<->opencvs server setup work. Rest works fine. | |||
2006-11-13 | fix macro abuse leading to stray numbers in the vm display. | Otto Moerbeek | |
ok a whole lot of devs@ | |||
2006-11-13 | Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.c | Xavier Santolaria | |
2006-11-13 | Add missing server-side bits for init... | Xavier Santolaria | |
2006-11-13 | Add server-side bits for admin command. | Xavier Santolaria | |
2006-11-13 | Run cvs_file_classify() so local mode works... | Xavier Santolaria | |
2006-11-13 | Build admin command. | Xavier Santolaria | |
2006-11-13 | fix check on required arguments. | Xavier Santolaria | |
2006-11-13 | no magic, use defined RCS_LOCK_INVAL variable. | Xavier Santolaria | |
2006-11-13 | Write rcs file when finished. | Xavier Santolaria | |
2006-11-13 | Add support for [-a users] and [-o rev]. | Xavier Santolaria | |
2006-11-13 | bring back basic admin command, mostly based on OpenRCS rcs(1). | Xavier Santolaria | |
not linked to build yet. | |||
2006-11-10 | Unlike GNU rcs, our co will not overwrite an existing file, even | Todd C. Miller | |
if the existing file is not writable. While safer, this can be annoying. I've changed things to compare the version of the file being checked out with its current contents and, if they are the same, to allow the checkout without user intervention. The behavior when there is a writable version of the file is unchanged. OK xsa@ | |||
2006-11-10 | fix -w | Xavier Santolaria | |
2006-11-10 | no magic, "Attic" -> CVS_PATH_ATTIC | Xavier Santolaria | |
2006-11-10 | do not forget to send -l and -q Global options too. | Xavier Santolaria | |
2006-11-10 | send Global options -n -Q -r to the server. | Xavier Santolaria | |
2006-11-10 | sync with usr.bin/rcs/diff3.c | Xavier Santolaria | |
2006-11-10 | fix usage message | Theo de Raadt | |
2006-11-09 | Simplify stripping of write bits from file mode. | Todd C. Miller | |
Add support for reusing the checkin message for multiple files, ala GNU Fix the message when you abort a checkout and the file was not writable. OK joris@ niallo@ | |||
2006-11-09 | sync with usr.bin/rcs version. | Xavier Santolaria | |
2006-11-09 | auf deutsch! | Michael Shalayeff | |
2006-11-09 | mr.wolf | Michael Shalayeff | |