Age | Commit message (Expand) | Author |
2006-01-30 | strerror() -> rcs_errstr() when passing rcs_errno as argument; | Xavier Santolaria |
2006-01-27 | more errors handling cleanup; | Xavier Santolaria |
2006-01-25 | use cvs_rcs_getpath() instead of duplicating code. | Xavier Santolaria |
2006-01-02 | - nuke remaining err(), errx() and warnx() instances. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-21 | cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit; | Xavier Santolaria |
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-05 | - repair cvs diff. my date fix was too naive. | Niall O'Higgins |
2005-12-01 | - fix up context and unified diff output in both open rcs and open cvs so | Niall O'Higgins |
2005-12-01 | - fix unified and context diff output, finally! | Niall O'Higgins |
2005-11-24 | respect TMPDIR; | Xavier Santolaria |
2005-11-21 | - print some more informative messages | Xavier Santolaria |
2005-11-18 | minor knf; | Xavier Santolaria |
2005-11-14 | minor knf; | Xavier Santolaria |
2005-10-22 | diff3 support, needed for merging files together; | Joris Vink |
2005-10-11 | close the RCSFILE on error, so we don't leak memory; | Joris Vink |
2005-10-11 | export diff_file variable so it can be set from without diff functions; | Joris Vink |
2005-10-08 | add missing newline, fixes D_NORMAL diff output; | Joris Vink |
2005-10-08 | KNF; | Joris Vink |
2005-10-07 | basic `ci' support is here! more coming soon. | Niall O'Higgins |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-10-05 | - add a diff.h header file, corresponding to public functions in diff.c | Niall O'Higgins |
2005-08-14 | missing casts; ok joris | Xavier Santolaria |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-22 | use the cf_name field of the CVSFILE struct instead of using the old | Joris Vink |
2005-07-21 | <sys/param.h> is already included in "cvs.h", no need to duplicate; | Xavier Santolaria |
2005-07-11 | the status variable is gone. | Joris Vink |
2005-07-11 | add proper handling for realloc() failure cases, avoiding bad idiom and | Niall O'Higgins |
2005-07-10 | - get rid of an unused variable. | Joris Vink |
2005-07-10 | no need to declare the verbosity var here as it is already done in cvs.h; | Xavier Santolaria |
2005-07-10 | only display info msg if -q is not specified; | Xavier Santolaria |
2005-07-09 | kill useless "&& r1 == NULL" expression. | Niall O'Higgins |
2005-07-09 | explicit casts to const char * | Niall O'Higgins |
2005-06-28 | - fix commands usage | Xavier Santolaria |
2005-06-05 | * introduce cvs_putchar(), to output a single character to stdout. | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria |
2005-05-31 | b1 and b2 can be NULL if an invalid revision is given. | Joris Vink |
2005-05-30 | check cvs_sendarg() return value; ok joris@ | Xavier Santolaria |
2005-05-27 | if the user specified a revision to diff, stop caring if the file is | Joris Vink |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-22 | remove ununsed code | Jean-Francois Brousseau |
2005-05-20 | correct wrong error code usage. | Joris Vink |
2005-04-25 | resurrect missing parts to generate rcsdiff(1)-style diffs with the -n | Jean-Francois Brousseau |
2005-04-22 | missing '-R' (force recursion) option for diff. | Joris Vink |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria |