Age | Commit message (Expand) | Author |
2006-05-27 | lets be nice and abort cvs when we find out there is | Joris Vink |
2006-05-27 | basic support for CVSROOT/config - only supporting the 'tag' and | Joris Vink |
2006-05-27 | dont forget to expand any keywords before diffing stuff, | Joris Vink |
2006-05-27 | boogie cvs_yesno() down the removal hatch, it is not used. | Joris Vink |
2006-05-27 | support the -d flag for update. | Joris Vink |
2006-05-27 | update needs the CR_REPO flag to, otherwise it will forget | Joris Vink |
2006-05-27 | show which directory we are examining in our pre-commit checks. | Joris Vink |
2006-05-27 | remove debug output | Joris Vink |
2006-05-27 | allow commands to respect the -l flag, if the -l flag is | Joris Vink |
2006-05-27 | dont allow commit to continue if the file that is being | Joris Vink |
2006-05-27 | Rename RCSFILE.fd to RCSFILE.rf_fd, plus minor spacing nits. No | Ray Lai |
2006-05-27 | commiting removed files now works | Joris Vink |
2006-05-27 | use RCS_STATE_DEAD instead of plain old 'dead' when checking | Joris Vink |
2006-05-27 | correctly expand keywords when checking out files | Joris Vink |
2006-05-27 | Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(), | Ray Lai |
2006-05-27 | pruning (-P) support for both the update and checkout commands; | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-05-27 | rcs_choosefile() no longer returns char *, it returns a file | Ray Lai |
2006-05-26 | tidy up SYNOPSIS and EXAMPLES; | Jason McIntyre |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre |
2006-05-26 | add pae | Michael Shalayeff |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt |
2006-05-25 | - split tip.1 into tip.1 and cu.1 | Jason McIntyre |
2006-05-25 | No matter how big the buffer size is, always limit to INT_MAX for | Ray Lai |
2006-05-25 | Don't recalculate string length, just use return value from vasprintf. | Ray Lai |
2006-05-25 | Minor type correction. | Ray Lai |
2006-05-25 | Better example URL spacing. | Ray Lai |
2006-05-25 | Remove xmktemp() and uses plain old mkstemp(3), avoiding race | Ray Lai |
2006-05-23 | some clarifications for the "size" field + cleanup; | Jason McIntyre |
2006-05-23 | Fix removing of trailing space in file name completion list. | Otto Moerbeek |
2006-05-21 | Backport fix from nvi 1.81.5: do not go into loop if :set number and | Otto Moerbeek |
2006-05-19 | be more explicit about HTTPS; | Jason McIntyre |
2006-05-19 | fix printf + add missing printf when unlocking file (-u). | Xavier Santolaria |
2006-05-19 | Remove ``sanity check'' that is already done in loop. | Ray Lai |
2006-05-18 | paramter -> parameter | Miod Vallat |
2006-05-18 | Avoid segv when a syntax error occurs while reading from command line. | Otto Moerbeek |
2006-05-17 | yyerror() little cleanup | Xavier Santolaria |
2006-05-17 | fix printf's | Xavier Santolaria |
2006-05-17 | remove useless case that is handled by default anyway | Alexander von Gernler |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl |
2006-05-17 | use lots more size_t instead of int running around | Ted Unangst |
2006-05-16 | Remove shadowing variables and properly use /* FALLTHROUGH */ | Ray Lai |
2006-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt |
2006-05-16 | missing free; from Kylene Hall | Markus Friedl |
2006-05-15 | fix Mother's/Father's day and another entry. | Alexandre Anriot |
2006-05-15 | .Xr merge(1) | Xavier Santolaria |
2006-05-15 | oopps, missing \ at EOL. | Xavier Santolaria |
2006-05-15 | missing bits for a working merge(1). Built and enabled. | Xavier Santolaria |
2006-05-14 | warnx(); return(); --> errx(); | Xavier Santolaria |
2006-05-11 | - add -X and -x to SYNOPSIS | Jason McIntyre |