Age | Commit message (Expand) | Author |
2005-05-27 | Fix dumb bug in initial prompt for search-forward | Chad Loder |
2005-05-27 | Do not dump core if user hits ^g to exit minibuffer from search-forward. | Chad Loder |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-05-27 | more | Jason Wright |
2005-05-26 | make cvs_getln() return the length of the line that was read, so we | Jean-Francois Brousseau |
2005-05-26 | don't keep a pointer to the file handle in CVSENTRIES, it is only | Jean-Francois Brousseau |
2005-05-26 | don't append strerror(errno) to error messages if we use LP_ERRNO | Jean-Francois Brousseau |
2005-05-26 | - remove cvs_ent_getent(), it's not used anymore | Jean-Francois Brousseau |
2005-05-26 | fix `editors' and `unedit' commands usage.. | Xavier Santolaria |
2005-05-26 | uint32_t -> u_int32_t for consistency; ok djm@ | Darren Tucker |
2005-05-26 | fix usage.. | Xavier Santolaria |
2005-05-26 | null removal fallout | Ted Unangst |
2005-05-26 | byebye umap, union and null references; pedro@ ok. | Federico G. Schwindt |
2005-05-26 | remove the trailing \n from the ctime() timestamp | Jean-Francois Brousseau |
2005-05-26 | send the Checkin-time request along with the file's timestamp when | Jean-Francois Brousseau |
2005-05-26 | first part of real pruning support | Joris Vink |
2005-05-26 | fix remaining issues with regards to branch numbering and add the | Jean-Francois Brousseau |
2005-05-26 | If copying multiple files to a target file (which normally fails, as it | Anil Madhavapeddy |
2005-05-26 | add a couple of functions to go from branch numbers to revisions and | Jean-Francois Brousseau |
2005-05-26 | style nit from hshoexer@ | Anil Madhavapeddy |
2005-05-26 | support the -b option in local mode as well and rearrange the branch | Jean-Francois Brousseau |
2005-05-25 | Mention isearch wrap | Chad Loder |
2005-05-25 | Incremental search will now wrap to beginning (or end if backwards) if | Chad Loder |
2005-05-25 | skeleton for the edit-related functions, not linked in yet | Jean-Francois Brousseau |
2005-05-25 | unused code | Jean-Francois Brousseau |
2005-05-25 | support the -d flag in local mode (GNU CVS ignores that flag and even | Jean-Francois Brousseau |
2005-05-25 | modify rcs_rev_add() to accept a time_t argument to explicitly set | Jean-Francois Brousseau |
2005-05-25 | in M-x compile, after prompting for command, check buffers and optionally | Jason Wright |
2005-05-25 | split cvs_admin_file() into the local and remote versions and do | Jean-Francois Brousseau |
2005-05-25 | assume that a file is modified if its timestamp is lower | Jean-Francois Brousseau |
2005-05-25 | when importing a file in local mode, add the first two revisions | Jean-Francois Brousseau |
2005-05-25 | - basic code for rcs_rev_add() and rcs_rev_remove(), does not | Jean-Francois Brousseau |
2005-05-25 | add cvs_comment_lookup() and a suffix -> comment leader lookup table | Jean-Francois Brousseau |
2005-05-25 | add the RCS_ERR_ERRNO code to indicate that the actual error code is | Jean-Francois Brousseau |
2005-05-25 | fix version by adding an init handler which sets the argument count | Jean-Francois Brousseau |
2005-05-25 | change some printf()'s to cvs_printf() for the server. | Joris Vink |
2005-05-25 | '1' in buffer-list mode should open the listed buffer in its own window | Jason Wright |
2005-05-25 | no need to check cvs_trace before outputting a trace, the log code | Jean-Francois Brousseau |
2005-05-25 | check the return value of cvs_startcmd() in cvs_req_command() so we | Jean-Francois Brousseau |
2005-05-25 | SIZE and RES are not always in kbytes | Jared Yanovich |
2005-05-24 | Remove -ansi as that means expose only C89 interfaces. | Todd C. Miller |
2005-05-24 | - create the Entries.Static file with 0644 permissions instead of 0400. | Joris Vink |
2005-05-24 | don't fail on mkdir(2) when errno is EEXIST in cvs_file_create(). | Joris Vink |
2005-05-24 | Switch atomicio to a simpler interface which returns size_t and uses | Anil Madhavapeddy |
2005-05-24 | - simplify cvs_mkadmin(). | Joris Vink |
2005-05-24 | remove debugging stuff | Joris Vink |
2005-05-24 | Switch atomicio to use a simpler interface; it now returns a size_t | Anil Madhavapeddy |
2005-05-24 | cvs_noexec checks; ok joris@ | Xavier Santolaria |
2005-05-24 | don't try to create directories with mkdir(2) in cvs_resp_sticky(). | Joris Vink |
2005-05-24 | as a client, the the Root response first, before trying to ask the version | Joris Vink |